Search code examples
flashflashbuilder4

How do I play flash animations in flash builder by using the flash container or components?


Do you know how to run flash animations in flash builder without creating flash project? Only use a flash container or components to integrate animations in flash builder.. Help please...


Solution

  • If you need to display an animated swf within a Flex app, you can use the SWFLoader component:

    <mx:SWFLoader source="@Embed(source='path/to/movie.swf')" />