I need to understand how a button works in flash and their commands to change of page or to play a video.
If they could help me with some example I thank a lot.
![]()
Professional Software Development Tools
I need to understand how a button works in flash and their commands to change of page or to play a video.
If they could help me with some example I thank a lot.
![]()
The wat Flash communicates with the "outside world" is via FSCommand.
So if you have a Flash button with a FSCommand , AMS will use it (check the
onFSCommand event in the flash object) and act accordingly.
You can check the help file under:
Use an FSCommand to Trigger an Action
Good luck
Yossi
There is an example I posted some time ago here.
It doesn't cover video specifically but the method is exactly the same for whatever event you want to trigger in AMS.
Thank you very much for his help! That example I understood how the swf works in AMS.