[Mr.P]
New member
Preview:
Tác giả: Minato
Đặt code tại Below the boards
Cách sử dụng:
- Trong nội dung soạn thảo bài viết sẽ có BBcode [audioplayer]
- Sử dụng nhưng một BBcode bình thường
- Bài viết sẽ có dạng như sau: [audioplayer]link bài hát .mp3[/audioplayer]
Cách thay đổi tên BBcode:
- Thay đổi những nơi có tên audioplayer
You must be registered for see links
Tác giả: Minato
Đặt code tại Below the boards
Mã:
<script type='text/javascript'>
// Add An Audioplayer to a Post
//By Minato
//do not edit.
$('td.c_post:contains([audioplayer])').html(function (i, h) {
return h.replace(/\[audioplayer\]([\s\S]+?)\[\/audioplayer\]/gi, "<object type='application/x-shockwave-flash' data='http://z4.ifrm.com/30085/73/0/p1035364/player.swf' id='audioplayer1' height='24' width='290'><param name='movie' value='http://z4.ifrm.com/30085/73/0/p1035364/player.swf'><param name='FlashVars' value='playerID=1&soundFile=$1'><param name='quality' value='high'><param name='menu' value='false'><param name='wmode' value='transparent'></object>");
});
</script>
Cách sử dụng:
- Trong nội dung soạn thảo bài viết sẽ có BBcode [audioplayer]
- Sử dụng nhưng một BBcode bình thường
- Bài viết sẽ có dạng như sau: [audioplayer]link bài hát .mp3[/audioplayer]
Cách thay đổi tên BBcode:
- Thay đổi những nơi có tên audioplayer