PDA

View Full Version : Mini Mods - MP3 player ( new )


baha
08-01-2007, 10:00 PM
:D is new yesterday design :D
https://vborg.vbsupport.ru/
+Upload all the files/folders inside to your forums root directory.
+The config.xml file is very self-explanatory, so not much in the way of documentation is really needed. For example:

<time_visible>true</time_visible>

Obviously, setting that to "false" will cause the applet to not display the timer information.

<default_volume>50</default_volume>

That's clearly the default volume setting (acceptable values are integers between 0 and 100, inclusive). And so on...

The only parameter that might cause some confusion is this one:
+<play_list>http://xxx/mtvpage-com/2006-11-29_yq23_Pls-tell-me-why.mp3,pls tell me why#http://xxx/mtvpage-com/buon-oi-khi-nao-nguoi_MBK.mp3,buon oi khi nao nguoi</play_list>
- color blue : is link , red : is song
-This is the actual playlist, as shown in the blue playlist window of the MP3 Player. You must separate the items of the playlist with commas, which means that you SHOULD NOT HAVE COMMAS IN THE MUSIC TITLE! That will confuse the applet. The "#" symbol separates the title from the path to the .mp3 file.
You must change the "config.xml" name in BOTH places! Of course, also rename the actual config.xml filename to the name of your choice.
+Find in navbar
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After add:

<!-- mp3 players -->
<script type="text/javascript">
<!--

function OpeniPod(){
webcam = window.open('mp3player.htm','mp3player','directori es=no,height=247,width=335,location=no,menubar=no, resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return Openmp3player()">mp3player</a></td>
<!-- mp3 player -->

End of template edits.http://www.++++.eu/forum/images/smilies/Onion21.gif
+++++++++++++++++

evanoo
08-02-2007, 12:27 PM
thnx for this nice look will try this on my new forum :D

Zaiaku
08-02-2007, 01:00 PM
I agree the look of it is very nice. Great design.

Dark Cynicus!
08-02-2007, 04:15 PM
i cant get dis to work =/

syrus.xl
08-04-2007, 09:55 PM
Seems very similar coding to one of my old modifications - even the javascript coding has the same OpeniPod function launch!

vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817) <--- Released last year!

xoutlawz00x
06-13-2008, 05:40 PM
anyone got this to work on 3.7? any live demos