From this John Pollock script of 4-23-99, would anyone know of a way to incorporate a sound associated with this mouseover at the same time?
Thanks, Rick
I got this script to do the trick:
flashit
rklorence posted this at 19:47 — 11th November 2009.
i can understand dear but if you share the script i will read then after that i will tell you actual solution.
all tricks can be done but it's depend upon script, it's dynamic or static, mostly scripts are coming dynamic.
thank you I'm waiting for your reply
shinemee posted this at 13:25 — 3rd November 2010.
From this John Pollock script of 4-23-99, would anyone know of a way to incorporate a sound associated with this mouseover at the same time?
Thanks, Rick
I got this script to do the trick:
flashit
Try the Following code :
function playSound(soundfile) {
document.getElementById("dummy").innerHTML=
"";
}
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
rklorence posted this at 19:47 — 11th November 2009.
They have: 3 posts
Joined: Nov 2009
I got this script to do the trick:
flashit
dealchecker290 posted this at 06:21 — 23rd December 2009.
They have: 2 posts
Joined: Dec 2009
i can understand dear but if you share the script i will read then after that i will tell you actual solution.
all tricks can be done but it's depend upon script, it's dynamic or static, mostly scripts are coming dynamic.
thank you I'm waiting for your reply
shinemee posted this at 13:25 — 3rd November 2010.
He has: 12 posts
Joined: Nov 2010
I think maybe you shoud make a flash to make it
admsbrwn posted this at 05:27 — 28th December 2010.
They have: 5 posts
Joined: Dec 2010
I am looking for mouse click sound. As I know this is the same information that you provide in this thread. I really like to read about it.
lisaroy1 posted this at 06:47 — 25th January 2011.
They have: 46 posts
Joined: Jan 2011
Thanks, Rick
I got this script to do the trick:
flashit
Try the Following code :
function playSound(soundfile) {
document.getElementById("dummy").innerHTML=
"";
}
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.