Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Mp3 Player On Myspace, XSPF Web Music Player
Jimihendrix
post May 3 2006, 09:14 PM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 3-May 06
Member No.: 23,019



I want to use the following HTML code on Myspace:

HTML
<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.name.com/folder/xspf_player.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<embed src="http://www.name.com/folder/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>


I dont know what to do from here. I got a few songs I uploaded somewhere, and now I want them to be in this player as a playlist. What do I have to do from here?
Go to the top of the page
 
+Quote Post
serverph
post May 3 2006, 09:30 PM
Post #2


Ancient Enigma
Group Icon

Group: [MODERATOR]
Posts: 1,794
Joined: 11-July 04
From: under the stars
Member No.: 76



google saves the day smile.gif

the gist from http://www.ic.sunysb.edu/stu/ahanley/music/help.htm
QUOTE
embed src="http://www.name.com/folder/xspf_player.swf?playlist_url=playlist.xspf" is the location of the ".xspf" playlist file.
Pay special attention to "playlist_url=playlist.xspf" part of this string, this is the explicit location of your playlist, and it could have been http://www.name.com/folder/playlist.xspf instead of playlist.xspf

another explanation can be found at http://musicplayer.sourceforge.net/
best to check the source of your app for documentation details. smile.gif

as this is not exactly a TRAP17.net concern (you said it's for your MYSPACE), i will move it to a more fitting section.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Myspace Customization(12)
  2. Realtime/wma Player In Websites(5)


 



- Lo-Fi Version Time is now: 15th October 2008 - 07:42 PM