Click to See Complete Forum and Search --> : Html


[ROBOT]-sh4nkzz
07-16-2003, 11:34 AM
HI, I'm working on this website for the game Day of Defeat. Anyway, what im doing is i wonna have an opening page that is the same as the dod main screen. I edited it in Photoshop 6 and got rid of some of the old links (console, multiplayer, ect.) and I would now like to replace it with a link that says ENTER. Not only that...cuz that would be easy and i wouldnt need help. I want it to play a certain sound when u click it. The specific sound is the exact sound it makes in the game when u click one of the buttons...so....Where should I make this?? Do I need to use like Flash MX or something? If anyone has any simple ideas for making the link//sound work right, lemme know:)
-thanks-

brendandonhue
07-16-2003, 11:42 AM
for the link
<A href="page.html" onclick="myfile.wav">Enter</a>

If you know some flash-go for it, flash is good at this stuff.

[ROBOT]-sh4nkzz
07-16-2003, 11:55 PM
Sweet...I love you, heh jk. Ok, so what if its not a wav file for future reference...can i just get like some kind of converter??

[ROBOT]-sh4nkzz
07-17-2003, 12:29 AM
Ok this is what I put.

<A href="page2.html" onclick="http://www.angelfire.com/theforce/avalanche0nly/images/launch_upmenu1.wav">Enter</a>

I used a source for the onclick becuase nothing happend when i didnt and i couldnt figure out how it would know where to get the file itself. Anyway, it linked to the page2.html...but didnt play a sound. Umm, did u leave anything out or..???