MyBB Community Forums

Full Version: [Release] MP3 Player BBCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Did you upload the mp3 folder? Otherwise it won't work.
Aaron, did you ever get that script worked out?
Obviously, or he wouldn't post something he didn't get to work, right?
I got it working on my board, and it's pretty neat.
[Image: xlx991.jpg]
awesome pulgin Aaron
only thing i wanna ask is it possible to add this pulgin on forum index page :-s:-??

like :-
i have Shout Box
Overview

and i want Shoutbox
Mp3Player(Aaron)
Overview
is it possible to add:-?
thanx for great pulgin >Big Grin<
yeah just put the html there. I'm looking for it right now..
edit: found it, add this where you want it to show and replace $1 with the mp3 file link

<!--START MP3 PLAYER-->
<script language="JavaScript" src="mp3/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="mp3/player.swf" id="$1" height="24" width="290">
<param name="movie" value="mp3/player.swf">
<param name="FlashVars" value="playerID=1&soundFile=$1">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
<!--END MP3 PLAYER-->

And btw you don't have to use the comment tag, I just like having it organized.
[Image: zmjp20.jpg]

thanx faviouz
(2009-05-23, 01:48 PM)Elegant Totality Wrote: [ -> ]This works fine when I first post the post, but if I edit the post, or it may be when I add [youtube][/youtube] tags, I get this before the player and a strange static sound from the speakers: <script language="JavaScript" src="mp3/audio-player.js"></script>

Any suggestions?

^This?
(2009-07-27, 08:53 PM)faviouz Wrote: [ -> ]Did you upload the mp3 folder? Otherwise it won't work.

Yes, I did...
same problem with me not working with me

i have uploaded mp folder ,,
Is it possible to add more tracks to that one player and how?
Pages: 1 2 3 4 5 6