Music on your forums

Wiegraf at 01h54
04
Apr
2007
Hello everybody, this tutorial is here to help you putting a music player on your forum.

Here is the code :

To put un music player on all of your forum's pages, put the code here :




If you want the music player on the homepage only, put our code here in : Admin Pannel > General Admin > Homepage :



Don't forget to clic on first

And if you want the player on your portal only, create a new bloc and put the code in it.

For this Media Player with a visualisation window of the loading media : it reads all the files, like MP3 files with Firefox, no addtionnal plugin needed



Code:
<embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://elvis.13.free.fr/mirage/OST/ost2/19%20-%20Harmonia.mp3" width="300" height="50" type="application/x-mplayer2" autostart="0" showstatusbar="1" volume="1"></embed>



Explanation (with colors) :





.........................::::::::::::::::::::::░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░:::::::::::::::::::::::........................



Other player :




Here you can clic on "play" to listen to the music (you need the windows media player plugin to display the player. If you don't see it : Dl Win Media Player serie 11 )


Here is the code :



Code:
<embed width="300" height="39" src="http://di.fm/wma/deephouse.asx" type="audio/midi" autostart="false" loop="TRUE"></embed>



Explanation (with colors) :





.........................::::::::::::::::::::::░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░:::::::::::::::::::::::........................


Other player and code for MP3 files :





You can clic on "play" to here the music (if you don't see the player, you will need the quick time player plugin to display the player : Pluggin Apple Quick time player

Code:
<embed src="http://www.image-dream.com/image.php?image=1114663119.halo-maintheme.mp3 " width="300" height="40" type="audio/mp3" loop="TRUE" autostart="false"></embed>



Explanation (with colors) :





.........................::::::::::::::::::::::░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░:::::::::::::::::::::::........................


Now let's look at the code :



Explanation Arrow The red part is your music's url (where it comes from).

Explanation Arrow The green part is the width of the player. You can put 800 pixels if you want (for example), you will have a player with 800 pixel width.
Just put 1 if you want to hide the player.

Explanation Arrow The blue part is for the player's height. 40 pixel is really good, don't change anything here or you may have a black square above your player.
Put 1 to hide the player

Explanation Arrow The violet part is your media player type (MP3/midi/etc...).

Explanation Arrow The orange is the number of times you will hear the music. You can "tell" the player to play the music again and againt by putting True, or to play it only once by putting false.

Explanation Arrow By changing the brown part, you can decide if you want the player to start playing the music atomatically by putting true. Your music will not start playing until you clic the "play" icon if you put false.


As you can see, it works Smile



Ps: of you don't see the player, it means you don't have the right audio codec, you may need to donwload it.

If you want to find an MP3 file or a url, search for it here :
http://search.windowsmedia.com/search/search.aspx
Similar topics
I have Music on my Homepage that I like, I just don't like not having a shuffle option I need a good attractive looking music player with a shuffle option. One that lets you upload your MP3's, then gives you an embed code so you can add the Music to your
This is a list of some of the bands that i listen to that are categorized in the metal/alternative genre. And NO, I'm not talking about deathcore, black metal, etc. (even though I do listen to those genres) I'm talking about just metal. Three Days
Does anyone know of a similar program to this for Music? Something that would scrape last.fm, musicbrainz, and or allmusic and build the .nfo and .tbn files for XBMC to use. Love the proggie. It works wonderful.
Replies 1 to 0 on 0 for "Music on your forums"
See also
more_less
Informations

0 Replies For the topic :
"Music on your forums"

This topic has been viewed 9533 times.

Last message :
04/04/2007 at 01h54 by "Wiegraf"