swfloader
can I prohibit users from loading swf files by AS3 / Flash Loader.load() and only allow loading images?
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[详细]
2022-12-25 03:59 分类:问答Flex AIR SwfLoader CPU Usage > 50% problem
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[详细]
2022-12-21 20:53 分类:问答AS3: How do I add event listeners to objects in SWFs that I'm loading dynamically?
I have a parent SWF (Parent) that handles user navigation between multiple children SWFs (Child_1, Child_2, Child_3).[详细]
2022-12-16 00:27 分类:问答detect the size of swf. flex/as3
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[详细]
2022-12-14 11:51 分类:问答SWFLoader starts to play SWF without the loading being complete
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[详细]
2022-12-14 11:39 分类:问答flex swfloader: can i control the volume of the application i'm loading?
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[详细]
2022-12-14 02:18 分类:问答flex swfloader: is it possible to add classes and functions to the loaded flash file?
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?[详细]
2022-12-14 02:15 分类:问答flex: swfloader - flash file overlaps it's configured size
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=\[详细]
2022-12-13 21:05 分类:问答How to access parent movieclip's variable from loaded swf
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[详细]
2022-12-13 00:25 分类:问答