PDA

View Full Version : Music Html Codes - Without Videos!!!


x-sugarysweet-x
August 1st, 2006, 10:50 AM
I cannot seem to find anywhere that can help me to put music onto my website without a video so all you can see is the contols bit (start, stop etc) but i would like it to play all the way through my website even when i click on links or go to a different page! Is there anyone out there that can help me?!!?? PLEASE!:hmm: :confused: :cry2:

degsy
August 1st, 2006, 10:59 AM
Welcome :)

You need a different layout method to your site.
You need it so that you have a fixed section on the page and a dynamic section. You can then have fixed content, such as a media player,but when you click links the content changes.

The ways you can do this is by using Frames, I-Frames (Inline Frames), Javascript or Ajax.

Frames are bad for navigation.
Javascript can be disabled, so it is not great to rely on.

Here is an example of a fixed page with a section to include different content
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm

x-sugarysweet-x
August 6th, 2006, 10:06 PM
right i understand what you are saying degsy but how exactly do i do this? Im new to all of this.... stuff!
Sorry to bother you! :hmm:

degsy
August 7th, 2006, 10:09 AM
Read through the Ajax tutorial to see how it works


Here is a Frames tutorial
http://www.w3schools.com/html/html_frames.asp

dudeking
August 7th, 2006, 04:13 PM
<embed src="example.wav" autostart="false" loop="true" width="0" height="0" />
Thats how I would do it