Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Chính nó!!!!!!!!!!!!!!!!!!!!!!!!!<embed src="http://www.xxx.com/music.mid" autostart="true" loop="true">
<embed src="http://xxx/playlist.m3u"
autostart="true"
type="audio/mpeg"
loop="true"/>
bài típ bài thì có, chứ random hèn như ko >.<Chuotthanhtinh nói:- Có cách nào cho nó random ra bài hát được không bạn ? Cứ mỗi lần mở web lên là 1 bài khác nhau và hết 1 bài thì sẽ random bài tiếp theo ?
Random thì chắc đi kiếm cái flash mp3 player nào đó xemChuotthanhtinh nói:- Có cách nào cho nó random ra bài hát được không bạn ? Cứ mỗi lần mở web lên là 1 bài khác nhau và hết 1 bài thì sẽ random bài tiếp theo ?
<script language="JavaScript" type="text/JavaScript">
function LoadSong(strSong)
{
document.getElementById('MPlayer').src=strSong;
}
</script>
Vứt cái function đó vào link:<EMBED id="MPlayer" pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/
src="music/Korean%20song/08%20Track%208.wma" width=500 height=500 type=application/x-mplayer2 ShowControls="1" AutoStart="false" ShowStatusBar="1"/>
Thích random thì vứt list bài hát vào array rùi dùng parameter làm ID, cho vào onload của <body> là ok ^_^. Vừa code vội cho đứa bạn, chưa test nhưng chắc chạy ngon đó ^_^<a onclick="LoadSong('music/Korean%20song/08%20Track%208.wma')" href="#">1.Korean song</a>