9월 11일
Enhance your Media player
Adding Banners | Flash Animations | Links
First , Make sure you have got the media player and have read and tried out the Add Multiple song | playlist tutorials.
This tutorial will help you add things such as Banners and Flash files on your media player. [3 parts]
Part 1 : Adding a Banner
Part 2 : Adding a Flash Animation | Games
Part 3 : Putting links and other things to the media player
Part 1 : Adding a Banner to a Multiple Song/Video Playlist.
Putting a Banner into your media player [This is similar to making a playlist but with a slight change of code ]
- First create a banner of size 32 pixels high by 194 pixels wide and host it online. Learn more about image hosting and getting image URL here.
Then Open MS Notepad
Copy and paste the code below into the notepad [Ctrl+c - Ctrl+v]
<ASX version="3.0" BANNERBAR="AUTO" >
<ENTRY>
<BANNER HREF="The URL OF Banner Here">
</BANNER>
<title>NAME OF SONG</title>
<author>NAME OF ARTIST</author>
<Ref href="THE URL OF THE MUSIC/VIDEO FILE"/>
</ENTRY>
</ASX>
- Replace The URL OF Banner Here with a URL of the picture that you have hosted online. [See first instruction]
- Replace NAME OF MUSIC LIST with the name of the Music list. [E.g. My Play list]
- Replace NAME OF SONG & NAME OF ARTIST with what they say.
- Now replace THE URL OF THE MUSIC/VIDEO FILE with the URL of the song. You can host your songs on many hosting services and get it's URL or the www. address.
- Also you can Google for videos or audio files already on the internet and get its URL, Click here for more hosting options.
- To add more songs and banners to the play list , copy the code from <ENTRY> to </ENTRY> and make the necessary changes in the URL and Names of the song. For E.g. see Picture below :

- Save the file [on the notepad] as mylist.mp3 or whatever type of file you put in the play list and choose All files as the type of file and Encoding as UTF-8.[see picture below for a better understanding]

- Upload this file "mylist.mp3" to a hosting service. Click here
- After uploading , you will be provided with a URL address. Paste this address into the window media player module.
- make your Player mode to 'Full'
- Click Save.
- Done !!
Part 2 : Adding a Flash Animation
Part 3 : Putting links and other things to the media player
Putting link to a Banner :
<ASX version="3.0" BANNERBAR="AUTO" >
<ENTRY>
<BANNER HREF="The URL OF Banner Here">
</BANNER>
<MOREINFO HREF="Put-a-link-to-some-site" />
<title>NAME OF SONG</title>
<author>NAME OF ARTIST</author>
<Ref href="THE URL OF THE MUSIC FILE"/>
</ENTRY>
</ASX>
Put a Link to a song :
<ASX Version="3.0">
<title>NAME OF MUSIC LIST</title>
<entry>
<title>NAME OF SONG</title>
<MOREINFO HREF="Link-to-some-site-on=song-name" />
<author>NAME OF ARTIST</author>
<Ref href="THE URL OF THE MUSIC FILE"/>
</entry>
</asx>
-
-
If you want to learn about putting things such as a Copyright© Element and description of the song,
Click here for the Full list of all elements
Report any errors !
A d3vmax | hack msn spaces production
*Attach the link above if you are copying or track-backing this blog*
