Hey,

This is probably a often asked question, but I need to execute a
function after a flash slide is displayed. I tried to put a
onload="myfunc()" in the object, and embed directives, but it doesnt' work.

I'm developing on online course, and there are slides and lectures with
pictures and audio. One of the professors has his slides in Flash and gave
us corresponding audio, most of them I have in jpeg/gif format with audio. I
load audio to stream after the jpegs load (for responsiveness reasons) by
doing:

<img src="slide.jpg" onload="playAudio();">

Is the there is a similar functionality in flash? I read about
"actionscript", is that what I need? I'd rather not have to go into each
flash slide, and hand enter a javascript function if I can help it. Maybe
there is a batch way to add an actionscript to 400 slides? Hmmm...

Thanks for any help!

Eric