WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Confused. Background music? Empty Confused. Background music? Fri Oct 01, 2010 10:58 am

Joel

Joel
Registered Member
Registered Member
Well, after reading Dballerp's tutorial more than 5 times, i still am confused.

I tried adding the following codes to my blogger site,

Code:
<body>
<p>Background Music</p>
<embed src="[color=red](x)[/color]"[color=orange] autostart="true"[/color][color=brown] loop="true"[/color] [color=blue]hidden="true"[/color]>
</body>

replacing the (x) code with my own music codes, from mixpod.com
Still, the playlist appears.

http://www.advertisehotspot.info/

2Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 11:46 am

ankillien

ankillien
Administrator
Administrator
Hi,

You need to remove those BBCodes. The code should look like :

Code:
<body>
<p>Background Music</p>
<embed src="(x)" autostart="true" loop="true" hidden="true">
</body>

Replace (x) with your music and it should work.

3Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 11:51 am

Joel

Joel
Registered Member
Registered Member
Yea, i did. Still nothing.

http://www.advertisehotspot.info/

4Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 11:55 am

ankillien

ankillien
Administrator
Administrator
What do you add in the src="" attribute?

I think it should be a link to the music file, like MP3 or WAV.

5Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 12:01 pm

Joel

Joel
Registered Member
Registered Member
This

Code:
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODU5MDkyOTIxODcmcHQ9MTI4NTkwOTI5NTAzMSZwPTE4MDMxJmQ9Jmc9MSZvPTJhMThmODk2NzgyOTQ4NjE5OTJm/ZDYxN2U*OTA5Y2Rk.gif" /><center><p style="visibility:visible;"><embed src="http://assets.myflashfetish.com/swf/mp3/mp-sk.swf?myid=58787547&path=2010/06/28" quality="high" wmode="transparent" flashvars="mycolor=788AAB&mycolor2=5BA696&mycolor3=4C9E3E&autoplay=true&rand=1&f=4&vol=100&pat=0&grad=false" width="400" height="180" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:400px;height:180px;" /><br><a href="http://www.mixpod.com/playlist/58787547" target="_blank"><img src="http://assets.myflashfetish.com/images/get-tracks.gif" title="Get Music Tracks!" style="border-style:none;" alt="Music"></a><a href="http://www.mixpod.com" target="_blank"><img src="http://assets.myflashfetish.com/images/make-own.gif" title="Create A Playlist!" style="border-style:none;" alt="Playlist"></a><br /><a href="http://mixpod.com">Music</a> <a href="http://mixpod.com">Playlist</a> at <a href="http://mixpod.com">MixPod.com</a></p></center>

http://www.advertisehotspot.info/

6Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 12:03 pm

ankillien

ankillien
Administrator
Administrator
That code cannot be added in the src="". What you add there is the URL of the music file. It can be like my-fav-song.mp3

7Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 12:05 pm

Joel

Joel
Registered Member
Registered Member
So a mp3 link? Could you throw me a example?

http://www.advertisehotspot.info/

8Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 1:21 pm

ankillien

ankillien
Administrator
Administrator
You just need to upload the MP3 file to a web host and link it to the above code. Like this:

Code:
<embed src="http://myhost.com/myaccount/mymusic.mp3" autostart="true" loop="true" hidden="true">

The file can be mp3, wav, mid or any music file.

9Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 3:04 pm

Joel

Joel
Registered Member
Registered Member
Let's say this,
http://www.supload.com/listen?s=axmCPD#

http://www.advertisehotspot.info/

10Confused. Background music? Empty Re: Confused. Background music? Fri Oct 01, 2010 3:06 pm

ankillien

ankillien
Administrator
Administrator
When you click the download button, it will allow you to get the .mp3 file. You need to upload that mp3 file on your web host and put its link in src="".

11Confused. Background music? Empty Re: Confused. Background music? Sat Oct 02, 2010 8:29 am

Joel

Joel
Registered Member
Registered Member
supload.com is a audio host.

http://www.advertisehotspot.info/

12Confused. Background music? Empty Re: Confused. Background music? Sat Oct 09, 2010 9:34 pm

Guest


Guest
why not try making a free website at webs.com .It offers you file uploader.Download your mp3 song and upload it there.Then place it into the <embed src=" "> tag Wink

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum