The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
I managed to put a "Free Flash mp3 Player" as CMS widget, but something went wrong, I've followed exactly what they say in official site http://www.premiumbeat.com/flash_res...mp3_player.php What I've done is: uploaded playerSingle.swf and swfobject.js to my server (into "Music Player" folder) => changed so.addVariable("soundPath", "song.mp3"); to so.addVariable("soundPath", "var/www/music player/mysong.mp3"); then I: created a new widget (static html) => add the embed code I got Code:
<script type="text/javascript"> var so = new SWFObject("playerSingle.swf", "mymovie", "192", "67", "7", "#FFFFFF"); so.addVariable("autoPlay", "no"); so.addVariable("soundPath", "var/www/music player/mysong.mp3"); so.write("flashPlayer"); </script> ![]() It would be very useful for me, plaese help!! Thank you in advance ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|