Crying for help! I've spend loads of time trying to solve the problem. Googling doesn't give any solutions, so it's time for the experts :)
I need application running on local machine (swf file on Desktop) to download a module from server and display it. So far I can download it, set the applicationDomain, but how to display it? Local app.: ======================================================= <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="setup()"> <mx:Script> <
