What I am trying to figure out now is how to make a link make a mp3 sound 'click' when a link is clicked.
Problem -
The file is 10k in file size. The size isnt bad at all concidering my site is meant for high speed internet users. But when the link is clicked, it will directly go straight to the other page without having the sound go 'bling' or watever it does...
What I want to do is have the the sound file kinda cross between pages when it loads so it ignores the first problem and ads more interactivity.
I am using frames for my site and one of the frames is pretty much hidden with nothing to do. What I am thinking is when a link is clicked, it will activate the mp3 file from the other page.
Now I don't think this will be very much possible UNLESS ...
1 - I make the link target both frames at the same time and this is what happens..
[Middle Frame (Link)] + Click = Target Middle Frame and Hidden Frame
[Hidden Frame] = Refresh = Play .swf file
OR
2 - I make the link activate a .swf file located in the hidden frame to play the sound file.
[Middle Frame (Link)] + Click = Target Middle Frame and Hidden Frame.
[Hidden Frame] = Activates .swf file
=========================
Those are idea's but I don't know how to do that. If you know a better way please go ahead and tell me pls!


