»
Tiếng AnhTiếng PhápTiếng Việt

In - Trình chơi nhạc - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Multimedia » Âm thanh » Trình chơi nhạc
URL: https://www.javascriptbank.com/seansoft-media-player.html

Trình chơi nhạc © JavaScriptBank.comBạn phải nhập địa chỉ của bản nhạc muốn chơi.

Phiên bản đầy đủ: jsB@nk » Multimedia » Âm thanh » Trình chơi nhạc
URL: https://www.javascriptbank.com/seansoft-media-player.html



JavaScript
<script type="text/javascript">function play(){var file = document.mform.filename.value;var title = document.mform.cliptitle.value;document.all.musicdiv.innerHTML="<BIG>"+title+"</BIG><P><EMBED onBeforeLoad='document.write(Loading)' TITLE='SeanSoft/Real Player Plugin' SRC='"+file+"' AUTOSTART='false' height='100' width='170' info='Simply Red'></EMBED>";}</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<form name="mform">Filename:<br><input type="text" class="browsertext" value="http://javascript.internet.com/miscellaneous/50gun_01.wav" name="filename" size="35"><br>Title:<br><input type="text" class="browsertext" name="cliptitle" size="30"><br><input type="button" value="Play!" class="browserbutton" onclick="play()"></form><div id="musicdiv"> </div><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->