MiahBeSmokin420
02-18-2008, 10:00 PM
Embed (MP3, WMA, WMV, WAV, WAX, WVX, WPL, MPEG-1, MPEG-2, MPEG-4, AVI, DIVX, Streaming Audio and Video Ect..) In Profile With Visualizer
DEMO: LIVE DEMO LINK (http://StillFallin.com/StillFallin)
The Demo is under the YouTube Video
Note: This what i posted is exactly the same as what is on the demo except the title bar at the top of the player. I did not add that to this thread because there is no real need for it and if you want that part as well it should be very easy for you to add it just adding a second custom field.
Should Work With All Version Of VB
TESTED On IE6, IE7, FF1, FF2
For A Full List Of Files That Can Be Used And A Better Understanding Visit:
http://support.microsoft.com/kb/316992
Ok this is very easy and very basic and most already know how to do this but "This way/version" is not yet posted so im going to post it.
Step #1
Create A New Custom Profile Fields
Call it Profile Song Url or whatever you want to call it.
It should be Single Line Text Box
Max length of allowed user input should be about 100 that way people that have long links to there songs can still add them with no problem
all the other setting are up to you just choose them as you wish
Step #2
In Member Info Under:
(or where ever you want)
$template_hook[memberinfo_contactinfo]
</div>
</div>
Add:
<if condition="$post[fieldXX]">
<div align="center">
<object id="player" height="250" width="425" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="$post[fieldXX]">
<param name="uiMode" value="full">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="ShowDisplay" value="true">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="$post[fieldXX]"
name="player"
width="425"
height="250"
AutoStart="1"
showcontrols="1"
showstatusbar="1"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
</object>
</div>
</if>
Step #3
Find 3 times
$post[fieldXX]
and replace the XX with the field # of the one you created
Then modify the width and height to your desire
Save the template
and
your done!
now go to your user cp and add your url
then go to your profile and you should have your .MP3, .WMA, .WMV, .PLS, .ASX, or what ever type media you are streaming should be now playing
if your useing audio and not video then hey you got your self a nice little visualizer as well
Im not giving any support on this because its very easy and there are other types of mods close to this posted on the site
the only reason i posted this is that way you could stream all types of media (not just MP3's) and have a visualizer as well
Please Click Installed if you use this
If you do not click installed i do not care because i am not giving any support for this.
DEMO: LIVE DEMO LINK (http://StillFallin.com/StillFallin)
The Demo is under the YouTube Video
Note: This what i posted is exactly the same as what is on the demo except the title bar at the top of the player. I did not add that to this thread because there is no real need for it and if you want that part as well it should be very easy for you to add it just adding a second custom field.
Should Work With All Version Of VB
TESTED On IE6, IE7, FF1, FF2
For A Full List Of Files That Can Be Used And A Better Understanding Visit:
http://support.microsoft.com/kb/316992
Ok this is very easy and very basic and most already know how to do this but "This way/version" is not yet posted so im going to post it.
Step #1
Create A New Custom Profile Fields
Call it Profile Song Url or whatever you want to call it.
It should be Single Line Text Box
Max length of allowed user input should be about 100 that way people that have long links to there songs can still add them with no problem
all the other setting are up to you just choose them as you wish
Step #2
In Member Info Under:
(or where ever you want)
$template_hook[memberinfo_contactinfo]
</div>
</div>
Add:
<if condition="$post[fieldXX]">
<div align="center">
<object id="player" height="250" width="425" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="$post[fieldXX]">
<param name="uiMode" value="full">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="ShowDisplay" value="true">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="$post[fieldXX]"
name="player"
width="425"
height="250"
AutoStart="1"
showcontrols="1"
showstatusbar="1"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
</object>
</div>
</if>
Step #3
Find 3 times
$post[fieldXX]
and replace the XX with the field # of the one you created
Then modify the width and height to your desire
Save the template
and
your done!
now go to your user cp and add your url
then go to your profile and you should have your .MP3, .WMA, .WMV, .PLS, .ASX, or what ever type media you are streaming should be now playing
if your useing audio and not video then hey you got your self a nice little visualizer as well
Im not giving any support on this because its very easy and there are other types of mods close to this posted on the site
the only reason i posted this is that way you could stream all types of media (not just MP3's) and have a visualizer as well
Please Click Installed if you use this
If you do not click installed i do not care because i am not giving any support for this.