Ask a Question related to Macromedia Flash, Design and Development.
-
Eric Gibson #1
onload for flash object?
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
Eric Gibson Guest
-
Flash 8 : IE Browsers suddenly shut down when FlashGames (Flash Object) is in use
Hi All- Encountering strange issues while playing Flash Games that I'm working on. While playing the game, the IE Window may completely... -
impossible to use Set in a onLoad function with flash 8
One could explain why this script works well with flash MX but not with Flash 8? Thre trace command give me "bague" as expected with flash MX but... -
Flash forms onLoad
I see onLoad tag arrtibute is not used for Flash forms. Any other way to kickoff some actionscript when for loads? What I particularly want to do... -
While executing onLoad in XML Flash Slideshow v2.htm, aJavaScript error occurred
I installed "XML Flash Slideshow v2" on DM 8. When I want to use it on Dreamweaver, it shows me error message "While executing onLoad in XML Flash... -
xml.onLoad in as 2.0 class
I had the same problem in AS 2.0 classes think it is just and inheritance problem I modified your example to show how I worked around this issue. ...



Reply With Quote

