The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
xspf mp3 player for Vbulletin Details »» | |||||||||||||||||||||||||
This Mp3 Player is free for use and very basic for your users
.zip file contents: xspf_player.as - actionscript file for your configuration. xspf_player.swf - your player. xspf_player.fla - for editing the player. mp3player.html - your html page if you use popup First of All edit your xspf_player.as and mp3player.html You can use "http://hideout.com.br/shows/allshows.xspf" file for playlist.It contains 115 songs from other servers.So it doesnt use your bandwidth How can you do your own playlists? Here is an example: Code:
<?xml version="1.0" encoding="UTF-8" ?> <playlist version="0" xmlns="http://xspf.org/ns/0/"> <title>Hitportal Mp3 Player</title> <annotation>http://www.hitportal.net</annotation> <creator>Cagonni</creator> <info>http://webjay.org/by/hideout/allshows</info> <location>http://webjay.org/by/hideout/allshows.xspf</location> <license>http://creativecommons.org/licenses/by-sa/1.0/</license> <trackList> <track> <location>http://www.startimerecords.com/mp3s/supercuts/ambulance_countrygentleman.mp3</location> <image>http://ec1.images-amazon.com/images/P/B000E8N8ZW.01._AA240_SCLZZZZZZZ_.jpg</image> <annotation>Ambulance LTD - Country Gentleman</annotation> <info>http://indoorfireworks.blogspot.com/2005_05_01_indoorfireworks_archive.html</info> </track> you can do it with a popup in headinclude template find: Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script> Code:
<script type="text/javascript"> function openpopup(popurl){ var winpops=window.open(popurl,"","width=500px,height=250px,status") } </script> The code you edit and write in template: Code:
<td class="alt2" valign="top" nowrap="nowrap"> <a href="javascript:openpopup('http://www.yoursite.com/mp3player.html')"><center><img src="winamp.gif" alt="Yoursite Mp3 Player" border="0"><br>Mp3 Player</a></center> </td> Code:
<td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]"> if you want guest see this player you can add the code above: Code:
<if condition="$show['member']"> td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]"> Its my first thread sorry for mistakes Show Your Support
|
Comments |
#12
|
|||
|
|||
i have some exams now and im not at home.
add me please i will help you on monday. samet@hitportal.net |
#13
|
|||
|
|||
i am using xspf as in memberprofile, for single song, so users can choose a song to autoplay in their profile its cool
|
#14
|
|||
|
|||
^How do you get it in the user profile?
I really want this mod but only in members profile on autoplay. Thanks. Btw, does this work for 3.6.8? |
#15
|
|||
|
|||
create 2 custom fields like described there
then download this zip and extract it and after upload it to your server in public_html/xspf then put this in memberinfo Code:
<if condition="$post[field16]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="alt2" style="border-bottom:0px solid $stylevar[tborder_bgcolor]" width="200" colspan="2"><center> <object type="application/x-shockwave-flash" data="http://www.YOURSITE.com/xspf/xspf_player_slim.swf?song_url=$post[field16]&autoplay=true&autoload=true&repeat=true&info_button_text=Artist Info&song_title=$post[field17]" width="400" height="15"> <param name="movie" value="http://www.YOURSITE.com/xspf/xspf_player_slim.swf?song_url=$post[field16]&autoplay=true&autoload=true&repeat=true&song_title=$post[field17]" /> </object></center> </td></tr></table></if> Am i using the single song mode but u can make it work with playlists and also change some settings, for more info on this check http://musicplayer.sourceforge.net/ |
#16
|
|||
|
|||
Thanks alot man, it works now.
|
#17
|
|||
|
|||
Quote:
any fix for it? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|