Thanks a lot Stephen! I'll have a look at it now.

On 5/31/06, Stephen Gilson <[EMAIL PROTECTED]> wrote:
> If you are using Beta 3, you can see an example here:
>
> Flex 2.0 Developer's Guide  > Flex Programming Topics > Embedding Assets > Embedding asset types > Embedding SWF files > Embedding SWF files that represent Flex 2.0 applications at
>
> http://livedocs.macromedia.com/labs/1/flex20beta3/00000994.html#175759
>
> One note though, in this line:
>
>    <mx:SWFLoader id="myLoader" width="300"
>        source="@Embed(source='local.swf')"
>        creationComplete="initNestedAppProps();"/>
>
> do not use the @Embed, but import at run time using this line:
>
>    <mx:SWFLoader id="myLoader" width="300"
>        source="local.swf"
>        creationComplete="initNestedAppProps();"/>
>
> Stephen


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to