Player Suddenly Disappeared
Status: Alpha
Brought to you by:
fczuardi
Hi. I've had the xspf player on my site for two years and it's worked great. Yesterday I created a new playlist and new page with the embedded player, and suddenly the player doesn't show up any more. I've checked my old pages, they still work--until I save them as a different document. Then when I upload to my site, the player is gone. I've troubleshooted in various ways and can only guess that maybe the latest version of Dreamweaver is somehow altering the files? I'd appreciate your help. i love this player. Thanks.
page with embedded player
playlist
Logged In: YES
user_id=1844776
Originator: YES
File Added: ptrm_playlist.xspf
playlist
Logged In: YES
user_id=1844776
Originator: YES
File Added: ptrm_playlist.xspf
Logged In: YES
user_id=1844776
Originator: YES
PLAYER PAGE:
<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://daredukes.com/xspf_player/xspf_player.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<embed src="http://daredukes.com/xspf_player/xspf_player.swf?playlist_url=http://daredukes.com/xspf_player/ptrm_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>
Playlist:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<!-- title of the playlist -->
<title>Prettiest Transmitter--Rough Mixes</title>
<!-- name of the author -->
<creator>Dare Dukes</creator>
<!-- homepage of the author -->
<info>http://daredukes.com</info>
<trackList>
<track><location>http://daredukes.com/music/mp3s/MOVrdb_Kick_08.mp3</location>
<!-- artist or band name -->
<creator>Dare Dukes</creator>
<!-- name of the song -->
<title>Kick + Holler</title>
<!-- comment on the song -->
<annotation></annotation>
</track>
<track><location>http://daredukes.com/music/mp3s/MOVrdb_Plane_07.mp3</location>
<!-- artist or band name -->
<creator>Dare Dukes</creator>
<!-- name of the song -->
<title>From a Plane</title>
<!-- comment on the song -->
<annotation></annotation>
</track>
<track><location>http://daredukes.com/music/mp3s/MOvrdb_Bkrsfld_13.mp3</location>
<!-- artist or band name -->
<creator>Dare Dukes</creator>
<!-- name of the song -->
<title>Bakersfield</title>
<!-- comment on the song -->
<annotation></annotation>
</track>
<track><location>http://daredukes.com/music/mp3s/LucasM3.mp3</location>
<!-- artist or band name -->
<creator>Dare Dukes</creator>
<!-- name of the song -->
<title>Lucas Goes to the Demolition Derby</title>
<!-- comment on the song -->
<annotation></annotation>
</track>
<track><location>http://daredukes.com/music/mp3s/MOvrdb_Darius_04.mp3</location>
<!-- artist or band name -->
<creator>Dare Dukes</creator>
<!-- name of the song -->
<title>The Ballad of Darius McCollum</title>
<!-- comment on the song -->
<annotation></annotation>
</track>
</trackList>
</playlist>