swfloader
Can't seem to listen for UncaughtErrorEvent for SubApplication loaded by SWFLoader
I have a main Flex Application (\'A.swf\') loading a SubApplication (d开发者_开发问答efined in\' B.swf\') via a SWFLoader and I need to listen for UncaughtErrorEvent from the SubApplication. I\'m not[详细]
2023-03-23 03:29 分类:问答Alert gives PopUpManager error when used with SWFLoader
I am using SWFLoader to load a swf file. The code is below: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-20 08:11 分类:问答Why isn't the swfloader working?
I am trying to use the mxml swfloader component to load the external flash from the following url, but it doesn\'t load anything. I\'m using FlashBuilder 4.5.[详细]
2023-03-17 15:30 分类:问答can't add Application to displaylist
I\'m trying to use a SWFLoader to load an Application and add the loaded Application to my Displaylist.[详细]
2023-03-08 17:08 分类:问答Flex: Impossible to resize the external loaded SWF's content
I have an application where I try to load an external SWF. So, we have: My application: The Stage\'s dimensions are 768x1280. ScaleMode = EXACT_FIT.[详细]
2023-03-05 15:04 分类:问答How to generate an SWF file from an actionscript file?
Hi I have an actionscript file which is displayi开发者_StackOverflow中文版ng a button. I want to remove the button from my display. So i need to make changes to the actionscript code and generate a ne[详细]
2023-02-27 01:31 分类:问答FLex : unload swf file in SWFLoader
In Flex 3 I have a SWFLoa开发者_开发问答der: <mx:SWFLoader id=\"player\" source=\"http://youtube.com/v/...\" />[详细]
2023-02-16 05:52 分类:问答Flex: Need embedded SWF to be able to interact with project assets
I have a Flex project in which I am embedding a Flash SWF containing an image viewer.The SWF file I\'m embedding is supplemented by an XML file, which contains a list of images to show, and an images[详细]
2023-02-04 07:22 分类:问答get the event when the loaded movieclip is ready in the right frame
i\'m developing an app that use swf to load elements and add properties to the loaded swf. I use SWFLoader to load the movie and on the COMPLETE event i move the loaded MovieClip to a specific frame a[详细]
2023-01-19 00:49 分类:问答Unloading swf from parent swf
So I loaded a swf into another swf like so correctURL being my external swf variable function startLoad(){[详细]
2023-01-17 18:20 分类:问答