Full version: jsB@nk » Multimedia » Sound » SeanSoft © Media Player
URL: https://www.javascriptbank.com/seansoft-media-player.html
The simple music player.
Full version: jsB@nk » Multimedia » Sound » SeanSoft © Media Player
URL: https://www.javascriptbank.com/seansoft-media-player.html
<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-->
<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-->