Background Music

A Place To Talk About HTML,SHTML,XHTML, HTM,XML,CSS, JS,PHP,,Etc
Post Reply
User avatar Romania
Dragosvr92
Administrator
Administrator
Posts: 1128
Joined: 11 Sep 2009, 06:04
Name: Dragoș-Valentin Rădulescu
Location: Romania
Age: 32
Contact:

Background Music

Post by Dragosvr92 »

If you would like to add some Background music to your site You can use my fallowing examples


This Will Start the Background Music

Code: Select all

<embed src="Filename.mp3" autostart="true"/>

Repeat the Track :

Code: Select all

<embed src="Filename.mp3" autostart="true" loop="true"/>  

Hidden player with autoplay :

Code: Select all

<embed src="Filename.mp3" autostart="true" loop="true" hidden="true"/> 
Formerly known as TheKiller
Post Reply