Site hosted by Angelfire.com: Build your free website today!
MY HTML HELP FOR
BEGINNERS

It's Music to my ears!

Sound Files

Can you hear my sounds??? cool huh, well if you like jurasic park

Well to insert sound in Netscape you have to add the tag

<EMBED SRC="jp.mid">

And in Internet explorer it's:

<BGSOUND SRC="jp.mid">

These will both make the sound apperar in the background so you cannot see them.

To make some changes to the Netscape tag (I dont know much about the explorer tag), you can add things such as 'HIDDEN', 'LOOP', 'CONTROL', 'WIDTH' and 'HEIGHT'. These alter the apperance of the sound file, yes the apperance, you can see it on the screen with certain alterations.

to add all these tags you get something that looks like this:

<EMBED SRC="jp.mid" HIDDEN="TRUE" LOOP="TRUE" CONTROL="CONSOLE" WIDTH="60" HEIGHT="20">

The Hidden tag defines wether or not it is seen.
The loop tag is obvious and you can put 'FALSE' in its place.
Control lets you put a small play and stop button on the screen for the person looking to stop or play the sound by choice, you can also add "SMLCONSOLE" in it's place.
Width and Height is prety obvious by now, if not, go back to my eairlier lessons.

Well thank you for listening, Thats all I have to teach you, all that you'll need to know to make your own webpage anyway, so
Goodbye, Farewell and Adu! and good luck!

MAIN INDEX