I want to have an AS3 app load images from url supplied by the user. But I don\'t want a malicious user to be able to load an SWF file in place of the image, such as with an altered extension \"malici
I have an AIR application, I use SwfLoader to load another swf file to display in this app. The problem is the CPU Usage always takes over 50%, but it only takes 15% when the swf file runs in standalo
I have a parent SWF (Parent) that handles user navigation between multiple children SWFs (Child_1, Child_2, Child_3).
I\'m creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I currently have 3 problems. My 4th problem is that this
I need to play SWF files in my project. These SWF files have background music in them. The which Sound Sync Options of this music in Flash is set to \"stream\". This is done so that if you pause the F
i have a flex application that loads flash files using SWFLoader. is there a way to control the audio volume in that swf from my flex appli开发者_高级运维cation ?You can do it using the SoundTransform
I have a flex application that loads swf files and displays them using the SWFLoader object. is there a way to provide different classes and functions for the swf application to use?
i\'m using swfloader to load swf file in the middle of the screen using the following command: <mx:SWFLoader id=\"game_swf\"source=\"crazy_counting.swf\" x=\"198\" y=\"0\" width=\"721\" maxWidth=\
I have a swf which load an external swf. The loader swf has a variable which i want to access from the loaded swf. I use MovieClip(parent.parent).myVar but it return this error