[Playlist] Three XSPF Questions from a Rookie

Jon Zaremba jon at jonzaremba.com
Sun Dec 3 09:44:56 UTC 2006


Hello,

I appreciate any help that anyone here can offer.  I just set up my Flash
Music Player and am experimenting with a test playlist.

You can view it here:
http://www.exceliza.com/listen.htm

I have 3 questions:

01.  How can i get it to automatically play the first song in the playlist?
I tried entering <param name="autoplay"/>, but it doesn't work.  I'm new to
this, so what is the exact text i need to enter, and where should it be
placed in the script?

02.  When i right click on the player, i get a box that offers to "download
this song".  The person viewing the page can then download i as an mp3 file.
Is there a way to remove this option so that the music can not be so easily
downloaded?

03.  Also, when i right click on the player, i get a box stating "about
Hideout".  This is the name of the band of the guy who designed the player i
guess.  What do i need to do to remove this link or change it to something
else?

Here is the script i'm using to embed the playlist:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.
cab#version=7,0,0,0"
width="400" height="168" >
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie"
value="http://www.exceliza.com/xspf_player.swf?playlist_url=http://www.excel
iza.com/playlist.xspf&autoload=true&player_title=Exceliza -- Click to
Start"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<embed
src="http://www.exceliza.com/xspf_player.swf?playlist_url=playlist.xspf"
quality="high" bgcolor="#E6E6E6" name="xspf_player"
allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center" height="168" width="400"> </embed>
</object>

Here is the playlist script:

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
  <trackList>
   <track>

<location>http://www.jonzaremba.com/vigilante_romance_demo/Jon_Zaremba_-_Mau
rizio_Merli.mp3</location>

<image>http://www.jonzaremba.com/vigilante_romance_demo/vr_demo_cover.jpg</i
mage>
    <annotation>1</annotation>
   </track>
   <track>
<location>http://www.jonzaremba.com/vigilante_romance_demo/Jon_Zaremba_-_It_
Is_Better_to_Die_than_to_Submit.mp3</location>
    <image>http://www.name.com/folder/picture2.jpg</image>
    <annotation>2</annotation>
   </track>
  </trackList>
</playlist>

I really appreciate your assistance...

Thanks,
Jon Zaremba
http://www.jonzaremba.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.15.6/565 - Release Date: 12/2/06




More information about the Playlist mailing list