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...
Asked
Active
Viewed 65 times
1 Answers
0
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')" />
-
I would like to use button to control how it play. For instance, every time the play button has pressed, it should play from the begin or reset to begin of the animation. Help please... – TCO May 19 '13 at 14:36
-
Thats a separate issue - you should post a new question – May 20 '13 at 17:49