How to get that "Tada" sound
Now, most of you should have gotten a little Ta Da when you logged in. That's another thing you can do with this META command. I had it set up that after the page loaded, your browser should have played a little .au file called "tada.au". (clever name, eh?) Here's the command I wrote that did the job:
<META HTTP-EQUIV="refresh" CONTENT="1; URL=http://www.page.com/tada.au"> Note I simply replaced the URL above with a sound file address. This is similar to what you do with a sound embed command. (See:
So, You Want A Sound/Embed, Huh?.) It's not quite equal, but close.
There are a few assumptions you make using these dynamic commands
Be careful filling your pages with a bunch of these sound commands. Why?
- You are assuming the viewer has a browser level 1.1 or higher
If your viewer is using 1.0 or a browser with equal capabilities (yes they do still exist contrary to the growth of the WWW) then the dynamic page that is suppose to change just sits there. Then the viewer waits...and waits...nothing happens. He or she swears at you and moves on. - By using a sound file, you are assuming the viewer can play what you have offered. Tough call as there are many different file names. I suggest .au first. (my opinion)
- Finally--and most annoyingly--you are assuming people care to see the little page change or hear that "tada" every time they log in. A big assumption indeed.
My suggestion is to use these pups sparingly and offer those less browserly endowed a way around the page. Put something on the page that is suppose to change that allows those using an early browser to click and join in the merriment of your page since their page won't change for them.
[Getting a page to change][How to get that "Tada" sound]
[A few assumptions you make using these dynamic commands]