PDA

View Full Version : How to flash button works in AMS?


telan.dv
03-24-2008, 06:56 AM
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.
:huh

yosik
03-25-2008, 01:13 AM
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

longedge
03-25-2008, 01:13 PM
There is an example I posted some time ago here (http://www.indigorose.com/forums/showthread.php?t=11183).

It doesn't cover video specifically but the method is exactly the same for whatever event you want to trigger in AMS.

telan.dv
03-25-2008, 08:45 PM
Thank you very much for his help! That example I understood how the swf works in AMS.