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

StackOverflow https://stackoverflow.com/questions/16599582

  •  29-05-2022
  •  | 
  •  

Frage

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

War es hilfreich?

Lösung

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')" />
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top