Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:36

sound effects on page not working


Poster: wpatters1229
Dated: Thursday May 30 2002 - 20:43:05 BST

I loaded //effect2 = "Alpha( style=0,opacity=65)"
//effect=""

function playsound()
{
_d.embeds[0].stop();
_d.embeds[0].play()
}



function off_Func()
{

}


function on_Func()
{
playsound()
}

Just above my addmenus and then added effect to the parameters to all effects would work.

I then added onfunction=on_Func();offfunction=off_Func()
right after my url for each menu item.

The menu still works but no sound and in IE 6 it says error on page.

What am I missing?

never mind Ifound the embed fuction on the page


Poster: wpatters1229
Dated: Friday May 31 2002 - 21:56:27 BST

Added the embed function on the body of the page and now I understand how all the functions work. Cool and I learned a bit more about js and dhtml stuff!!! My brain is getting full...ouch! :)