Is it possible to have an embedded wav file play only while hovering over an object? I found some java script for this purpose online and i wasn’t able to get it to work. Is there a simpler way?
thank you
Is it possible to have an embedded wav file play only while hovering over an object? I found some java script for this purpose online and i wasn’t able to get it to work. Is there a simpler way?
thank you
I would take a look at the javascript API for quicktime.
http://developer.apple.com/safari/library/documentation/QuickTime/Conceptual/QTScripting_JavaScript/bQTScripting_JavaScri_Document/chapter_1000_section_5.html
A simple way would be to give your movie an id say “movie1″ and use the following in your html:
Or use “onmouseover”/”onmouseout”:
The above code seems not to work with Firefox check out the example here instead:
quicktime example
Comment by joe — May 17, 2009 @ Sunday, May 17, 2009 1:05 am