The Arcive of vBulletin Modifications Site. |
|
Embed Mp3 Player in Profile Details »»
|
|||||||||||||||||||||||||
Hey PPZ
Here is modification, which is you can have a mp3 player in a profile... Similar to Youtube One........ & Windows Media Player One....Here is the flash Now....!! Code:
=================================================== Step one: Create a new profile field. Single-Line Text Box Title MP3 URL Description Type Mp3 Url Here...(ex. http://yourdomain.com/test.mp3) save and replace $post[field1] with the field that you have (like $post[field5] =================================================== Step Two: Create a new profile field. Single-Line Text Box Title Your MP3 Title Description You can give your mp3 a title here save and replace $post[field8] with the field that you have (like $post[field4] ====================================================== Step Three: PLZ EDIT FIELD 4 AND FIELD 5 ON YOUR EXACT FIELDS........ In MEMBERINFO Template paste where you would like it <if condition="$post[field4]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">$userinfo[username]'s Music <if condition="$post[field4]"> - $post[field4]</if></td> </tr> </table></if> <if condition="$post[field5]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt2" style="border-bottom:0px solid $stylevar[tborder_bgcolor]" width="200" colspan="2"> <center> <object id="HDMP3" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=" type="application/x-oleobject" standby="Loading content..." classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="60" width="300"> <param name="URL" value="$post[field5]"> </object> </center></td></tr></table></if> Screenshots --POSTED Enjoy CJ Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
cool . but can u add a flash player ? it whould be looking much better
|
|
#3
|
|||
|
|||
|
Yes, you can, its just the same type of object and the source will be a little difference but overall the same technique
|
|
#4
|
|||
|
|||
|
This looks pretty cool dude. I might try it. Thanks.
|
|
#5
|
||||
|
||||
|
Looks Cool ... going to try it out now ...
|
|
#6
|
||||
|
||||
|
Step one:
Create a new profile field. Single-Line Text Box Title MP3 URL Description http://www.evotus.com/mp3/Viva.mp3 save and replace $post[field1] with the field (like $post[field8] I replace the field5 to what is name. field7 ================================================== = Step Two: Create a new profile field. Single-Line Text Box Title MP3 Title Description Viva save and replace $post[field8] with the field (like $post[field9] I replace the field5 to what is name. field8 ================================================ I tried installing but as I change the fields from field4 >> field"7" and field5 to field"8" but nothing was shown. This is what I edited in the "MEMBERINFO" PLZ EDIT FIELD 4 AND FIELD 5 ON YOUR EXACT FIELDS........ In MEMBERINFO Template paste where you would like it Quote:
|
|
#7
|
|||
|
|||
|
can u share the code for the flash player plz ?
|
|
#8
|
|||
|
|||
|
So basically you took my stream youtube instructions, changed the video to mp3 streaming and released it as your own idea.. not even a mention of idea based off of it...
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
How do you get it to autoplay? Thanks.
|
![]() |
|
|