so i've been trying to get this xspf music player to work on my band's website that i made in dreamweaver cs5 on a mac. i have the three mp3's, the xspf music player swf, and the playlist xspf uploaded to my server.
this is the HTML i'm using:
<object
type="application/x-shockwave-flash"
width="350" height="15"
data="http://www.feastofthesuperbowl.com/xspf_player_slim.swf?playlist_url=http://www.feastofthesuperbowl.com/playlist.xspfl&autoplay=true&autoload=true">
<param
name="movie"
value="http://www.feastofthesuperbowl.com/xspf_player_slim.swf?playlist_url=http://www.feastofthesuperbowl.com/playlist.xspf&autoplay=true&autoload=true" />
</object>
this is the .XSPF file i wrote with TextEdit:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>http://www.feastofthesuperbowl.com/mp3/toast_to_golden_moons.mp3</location>
<title>Toast to Golden Moons</title>
</track>
<track>
<location>http://www.feastofthesuperbowl.com/mp3/swampland_ghosts.mp3</location>
<title>Swampland Ghosts</title>
</track>
<track>
<location>http://www.feastofthesuperbowl.com/mp3/if_i_may.mp3</location>
<title>If I May</title>
</track>
</trackList>
</playlist>
any help would be great!
Page 1 of 1
xspf music player + dreamweaver cs5 mac help
Share this topic:
Page 1 of 1
Help















