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

71 Views Asked by At

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...

1

There are 1 best solutions below

2
AudioBubble On BEST ANSWER

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')" />