Bravenet Web Forum
Start a New Topic 
Author
Comment
wow

ESTA ES GENIALLLLLLL!!!!



Background Music

To have music playing in the background, you should be hearing some now, use the [embed> attribute. It works by placing the type of music or sound file in the SRC attribute. By using the AUTOSTART and HIDDEN attributes, you can start the music playing automattically without being seen on the page. Using the WIDTH and HEIGHT attributes will place a small sound player on the page that has play and stop buttons, plus a volume control. Remember that there are many platforms of computer out there and that you should try to use files that are played on many types of machines. The coding is as follows:



[embed SRC="sound file" HIDDEN=TRUE AUTOSTART=TRUE>

(Hidden music controls)

-or-

[embed SRC="sound file" WIDTH=150 HEIGHT=75>

(Visible music controls)