iWeb for Musicians

Main Navigation Menu:

Playlist Player Code & The Single Song Version

Music Website    iWeb    Audio Files    Music Players    Applications    SEO    Promote    Tricks    EBlast    HTML5 Players

 

Copyright © Roddy McKay - 2009 - All Rights Reserved

The xspf Playlist Player Code

Next Page

<object type="application/x-shockwave-flash" width="400" height="170"

data="http://www.mywebsite.com/FlashPlayer/xspf_player.swf?playlist_url=http://www.mywebsite.com/FlashPlayer/playlist.xspf&autoresume=1&autoplay=1">

<param name="movie"

value="http://www.mywebsite.com/FlashPlayer/xspf_player.swf?playlist_url=http://www.mywebsite.com/FlashPlayer/playlist.xspf&autoresume=1&autoplay=1" />

</object>

The Code

Copy and paste it into an HTML snippet box.

This is the single song version of this player.

The main difference is that you are referencing an MP3 file and not a playlist and that you have to add the Song Title and Artist’s name to the code.

Your upload folder will contain your MP3 file(s) and the  xspf_player_ slim.swf

The code is shown below and the variables marked in red.

The example above is obviously not set to autoplay since it would conflict with the full size one above.

If you don’t need autoplay delete “&autoplay=1” in both instances.

Click the icon to download the player

Single Song Version

<object

  type="application/x-shockwave-flash"

  width="400" height="17"

  data="http://www.website.com/FolderName/xspf_player_slim.swf?song_url=http://www.website.com/FolderName/SongTitle.mp3&autoplay=1&song_title=Song Title by Artist’s Name">

<param

  name="movie"

  value="http://www.website.com/FolderName/xspf_player_slim.swf?song_url=http://www.website.com/FolderName/SongTitle.mp3&autoplay=1&song_title=Song Title by Artist’s Name" />

</object>

Unless you own the copyrights on a musical composition, you will have obtain and pay for two separate licenses to play it on your website.

These are explained here -  http://www.iwebformusicians.com/DistributeandPromote/CopyrightPublishing.html

The institutions who protect and manage these copyrights have big bucks to sue offenders.

You have been warned!

Next Page
Next PageCustomPlayer.html

Click HERE to read the Disclosure of Material Content in compliance with the FTC Guidelines effective December 31, 2009