Actionscript project that loads a Flex SWF, "Could not find resource bundle" Error when using Layout
- by Leeron
Hi guys.
I'm using an actionsciprt only project (under FlashDevelop) to load an .swf flex file built by another department of the company I work for.
Using the follwing code:
var mLoader:Loader = new Loader();
var mRequest:URLRequest = new URLRequest('flexSWF.swf');
mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);…