Tagged Questions
1
vote
0answers
511 views
AS3 Loader's unloadAndStop odd behavior
I know the AS3 Loader's class unloadAndStop() supposes to unload and stop everything on a SWF's stage when I load one, but does it also changes objects within the library (even if they are not on ...
1
vote
1answer
851 views
Actionscript 3 loading external swf casting issue
I'm having something of an issue with trying to load externally defined classes in actionscript 3.0. I believe this to be an issue with my understanding of the ApplicationDomain / LoaderContext ...
1
vote
1answer
889 views
Flex SWF assets loaded into Flash SWF at runtime within same ApplicationDomain
I'm trying to load a swf compiled by the Flex SDK into a swf exported by the Flash IDE and instantiate the assets by way of getDefinition(). Normally this works fine with assets exported from the ...
0
votes
3answers
156 views
Type Coercion error when casting an object loaded in a different application domain
My application currently contains a number of Widgets that are managed by a Widget Manager. When the user clicks on a widget (e.g. a Helper widget), the Widget Manager loads the widget into a separate ...
0
votes
2answers
770 views
Loading external SWF, cannot cast document class to shared base class
I have a parent SWF file that defines a Widget base class.
I then load an external SWF into the parent. The external SWF's document class derives from the Widget base class -- let's call it ...