Web Design Forum: xspf music player + dreamweaver cs5 mac help - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

xspf music player + dreamweaver cs5 mac help Rate Topic: -----

#1 User is offline   kevin is rad 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 01-June 11
  • Reputation: 0
  • Gender:Male
  • Location:Syracuse, New York
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 01 June 2011 - 05:25 AM

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!
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users