Computers |
|
| | #1 (permalink) | |
| Super Techie | I have a php blog setup and i wanted to put in the xspf player on top, but i dont know how to put it in my index.php. Help would be appreciated. I removed the blog so i had an empty directory(except for the player files)/domain and i made an index.html with notepad and it loaded, but it wasnt the slim player that i had uploaded and it would load a default playlist from another server and not one that i had uploaded. Here is the playlist.xspf taht i made in notepad. (what type of encoding should i use when saving it?) Quote:
here is an example of it in use in a php page. www.jpop.com/overclock Links: http://musicplayer.sourceforge.net/ http://www.xspf.org/ | |
| | |
| | #3 (permalink) |
| Super Techie | well, the only code i have is for html which was on the sourceforge link Code: <object type="application/x-shockwave-flash" width="400" height="170" data="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf"> <param name="movie" value="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf" /> </object> |
| | |