Can Javascript trigger an action in a swf file?
Earlier I was able to create flash buttons in a swf object in a widget on a Jive page, and have each of them trigger a separate Javascript function.
That worked well.I used this in Flash:
import flash.external.ExternalInterface;
Now I would like to be able to do the opposite.
I would like a Javascript function to trigger a swf to go to a particular frame in the movie.
Is that possible, and if so, How do I do it?
There are several widgets with each their own Flash object on the page. The Widgets can be adressed separtely by their H3 title.
The reason for wanting to do this is to stop flash playback without unloading the swf with another movie in a different widget is started.
