Click to See Complete Forum and Search --> : need help with graphics


jason_ucf
04-27-2006, 11:23 AM
ok i am not sure how to add voice to graphics. i know i can put a audio tag, thats not what im trying to achieve. i want for when you move the mouse over a picture it says something! so what i am asking is there a way to preload the audio to where its instant on mouse over? if so do you have an example or a reference as to how to code it?

TiGGi
04-27-2006, 11:59 AM
solution for your problem would be flash, it will let you do animation and audiO

jason_ucf
04-27-2006, 01:30 PM
yes i thought about flash, but im not good with it. is there any way through html or dhtml, xml something

Little Goat
04-27-2006, 03:31 PM
you can do it with the javascript onmouseover attribute.
LG

jason_ucf
04-27-2006, 03:41 PM
thanks little goat, i just found an article ro do it with text so that i get a popup text box while mouse is over. but i still cant find it with audio. do you have a sample script i can try or a web page thats doing it?

Little Goat
04-27-2006, 03:53 PM
thanks little goat, i just found an article ro do it with text so that i get a popup text box while mouse is over. but i still cant find it with audio. do you have a sample script i can try or a web page thats doing it?
try this:
http://www.javascripter.net/faq/sound/onhover.htm
LG