Image:
Install:
Open: member_audio.tpl
Find:
<!-- IF hide_content != "1" -->
After add:
<param name="bgcolor" value="1e1e1e" />
<param name="movie" value="http://yousite/media/utils/liveplayer.swf" />
<param name="FlashVars" value="mp3=<!-- BEGIN profile_audio -->{top.virtual_pic_path}{audio_filename}|<!-- END profile_audio -->&title=<!-- BEGIN profile_audio -->{audio_name}|<!-- END profile_audio -->&bgcolor1=609ed6&bgcolor2=2669ca&buttoncolor=ffffff&buttonovercolor=0&slidercolor1=185c9a&slidercolor2=2451aa&sliderovercolor=275690&textcolor=0&playlistcolor=609ed7&currentmp3color=ffffff&scrollbarcolor=5f7f9c&scrollbarovercolor=415a71&showvolume=1&width=500&height=350" />
</object>
<p>© - by Invision</p>
Upload liveplayer.swf in www/media/utils
edit code find http://yousite replace you website =)
End =)
Files:
http://rapidshare.com/files/410761299/liveplayer.swf
http://depositfiles.com/files/t77jcv25x
http://letitbit.net/download/24179.244283d4824b56ec5e5633ebc/liveplayer.swf.html
Thank you all! =)





Comments
Invision
Fix
Open: account_audio_edit.tpl
find:
<!-- INCLUDE header.tpl -->
after add:
<script>
function checkSimb(input) {
var value = input.value;
var re = /[&]+/;
var re2 = /[']+/;
if (re.test(value)) {
value = value.replace(re, 'and');
input.value = value;
}
if (re2.test(value)) {
value = value.replace(re2, '"');
input.value = value;
}
}
</script>
find:
<input type="text" id="field_title" name="title" value="{audio_name}" class="text text_small" ... maxlength="64">
replace:
<input type="text" id="field_title" name="title" value="{audio_name}" class="text text_small" onkeyup="return checkSimb(this);" maxlength="64" />
User unable symbols: ' and &
P.S Vote for the my block! thx ^_^
Log in to leave a comment