Search Help:  
 
Enter keywords to search help.

How can I have background music?

For example, if you have this file in your File Manager:

music.mid

Here's the code you would use to have your music play once:

<EMBED SRC="music.mid" AUTOSTART=TRUE HIDDEN=TRUE> <NOEMBED> <BGSOUND SRC="music.mid"> </NOEMBED>

Note: Replace "music.mid" with the actual file name you have.

Here's the code for enabling your background music to play in a continuous loop. This means that the music plays until your visitor either clicks on the "Stop" button on the browser or they go to another page:

<EMBED SRC="music.mid" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> <BGSOUND SRC="music.mid" LOOP="INFINITE"> </NOEMBED>

Was this article helpful?

Yes   No
Click to contact Customer Care for further assistance.