hdczns
12-28-2007, 10:00 PM
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....!!
================================================== =
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>
<embed src= "http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars= "valid_sample_rate=true&external_url=$post[field5]" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed>
</center></td></tr></table></if>
Thats it.....
Screenshots
--POSTED
Enjoy
CJ
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....!!
================================================== =
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>
<embed src= "http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars= "valid_sample_rate=true&external_url=$post[field5]" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed>
</center></td></tr></table></if>
Thats it.....
Screenshots
--POSTED
Enjoy
CJ