SWF file compiled using Flash builder 4.6 (using Flex SDK 4.1) is running properly from Flash Builder using the 'Run' option.
But, when I try to run / execute the same swf file outside Flash Builder (copying it to Desktop), it is throwing error saying the swf file cannot access the framework.swf file say framework_4.6.swf file.
Error :
-------
Error #2032: Stream Error. URL: file:///C:/Users/sanmadha/Desktop/Flex files/framework_4.1.0.16076.swf
If I put all the dependencies (here framework_4.1.0.16076.swf ) of my swf file in a same folder and try to execute it, it is working fine.
But I can run some other swf files (dowloaded from websites) independently without any other framework.swf files in any browser without any errors.
Could anyone please explain what might be the issue ? Why I cannot run my SWF file indepently which is compiled using Flash Builder outside Flash Builder ?