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