The Arcive of vBulletin Modifications Site. |
|
MP3 Footer / MP3 Player Details »»
|
|||||||||||||||||||||||||
Alright I have made a Flash Driven MP3 Player for your forums.
First Off Open vba_mp3_player.fla from your .zip file Once open, Click once on the "White Circle" to select it, Then press F9 to open the Actions Panel. (WHITE CIRCLE IS LOCATED TO THE LEFT OF THE STAGE) Now, Locate this code: Code:
/////////////////////////////////////Song List array songList = new Array( "Broken.mp3", "Flowers.mp3", "Walls.mp3", "Shine.mp3" ); /////////////////////////////////////Song List Description /////////////////////////////////////////////////////Array songDesc = new Array( "Broken", "Flowers and Cages", "The Walls", "Shine" Second under "Song List Description" you need to change the Title of the Song. The song titles are in the order of the .mp3 listed. Once you have edited your song for your users to listen to then go to File > Export > Export Movie. In the file name put "mp3player" hit Save. Then check "Protect From Import" and hit OK. Now some template changes. Go to Admin Control Panel > Styles and Templates > Style Manager > << YOUR THEME >> > footer At the very end of that code add: Code:
<center> <embed src="http://www.yoursite.com/mp3player.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="340" height="21.5"></embed> </center> Upload > mp3player.swf to main root. Upload > music files your mp3player needs to read in the SAME directory as your mp3player.swf Programs needed: Macromedia Flash Professional 8 If you need any support please post it: ADDED: vba_mp3_auto_off_1.0.0.zip Q: What is it? A: It will not automatically load the music your user must hit "play" before it downloads the music. Thus saving bandwidth. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Very interesting, I go to test in my forum. It would have as you to postar some images to be able to see as will be?
|
|
#3
|
||||
|
||||
|
please put instructions in a text file and add it to the zip
|
|
#4
|
||||
|
||||
|
any screenshots?
|
|
#5
|
|||
|
|||
|
Please redownload the .fla file because I have updated it to version 1.0.0 due to a error in the system. Plus I had added screen shots.
|
|
#6
|
||||
|
||||
|
i did everything.. and the player plays fine when i point to it through my browser.. but wheni put it in my footer.. there is no sound.. the player shows, but no sound.. pushed play... no sound.. stopped, then pushed play.. no sound...
|
|
#7
|
|||
|
|||
|
Quote:
And your music in the same directory. Once that you can either add it under your header or footer. And it should find the music and play. If not I'll look more into it. |
|
#8
|
||||
|
||||
|
that worked perfectly... i was almost ready to give up... but.... success!!!! thanks for the great hack!!
I hate to sound unappreciative, but, is there a way to make this player global? so, as my members move from page to page, the tracks continue to play? if this is not possible... its all good!! |
|
#9
|
|||
|
|||
|
If there was a way to make it so you can continue playing while going to other pages I'd use this in a heart beat
|
|
#10
|
|||
|
|||
|
Like when it playing and say someone clicks on a forum it will load the music and continue to play?
|
![]() |
|
|