Re: [flexcoders] Load Flex SWF into Flash - Error Msg

2009-03-16 Thread Trigger_AF
Another one method is to create Flex wrapper application, load your flash.swf into it, and then load flex.swf into flash, it's simple: http://www.adobe.com/2006/mxml"; paddingBottom="0" paddingTop="0" paddingLeft="0" paddingRight="0"> There flash.swf is your flash app that loads flex

RE: [flexcoders] Load Flex SWF into Flash - Error Msg

2008-03-06 Thread Alex Harui
Loading Flex into Flash is not guaranteed to work, especially if fl.* components are involved. Flex expects to have access to the stage and makes other assumptions. Any loader loading a Flex app must be added to the display list before calling load(). From: f