Go Back   Cloud Computing > General Discussion > General Discussion Forum
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-02-10, 04:07
BOD Member
 
Join Date: Oct 2009
Posts: 69
Default How To Insert Music in My Website

To insert or add a song or music on your web page or blog before the closing tag <HEAD> place this tag:

<bgsound SRC="musica.mid">

Extension of the file can be. Mid or. Wav.

For as the song again, always add: loop = "-1" Thus:

<bgsound SRC="musica.mid" loop="-1">

In the example above the music will play without appearing to the "display" on screen. The Internet will not stop, pause or start.

For the display comes on screen, as you see below, put tag is:

<EMBED SRC="musica.mid" AUTOSTART="FALSE" LOOP="TRUE">

Note that you must throw PLAY to start the music.
To open the page already playing the song, put this code:

<EMBED SRC="musica.mid" AUTOSTART= LOOP="TRUE">

You can still set the display size, thus:

<EMBED SRC="musica.mid" AUTOSTART= LOOP="TRUE" WIDTH=145 HEIGHT=25>

Last edited by Cannon : 10-02-10 at 11:50.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 14:40.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.