sound effects on page not working

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
wpatters1229
Super Advanced
Super Advanced
Posts: 90
Joined: Thu May 30, 2002 7:35 pm

sound effects on page not working

Post by wpatters1229 »

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?
wpatters1229
Super Advanced
Super Advanced
Posts: 90
Joined: Thu May 30, 2002 7:35 pm

never mind Ifound the embed fuction on the page

Post by wpatters1229 »

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! :)
Post Reply