Audiodefaulttestinc1
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <title>MP3プレーヤー</title> <!-- Created by James Kanjo 2009 Edited by Dr Devan 2014 --> </head> <body> <script type="text/javascript" src="http://ko.scp-wiki.net/local--files/component%3Aaudio/audio-player.js"></script> <script type="text/javascript"> var url_params = /^#([^#]*)(#autoplay)?$/; var match = url_params.exec(unescape(window.location.hash)); if (match) { document.write('<audio controls '); if (match[2]) { document.write('autoplay'); } document.write(' style="width: 300px; height: 30px;"><source src="' + match[1]); document.write('" type="audio/mpeg">'); document.write('<object type="application/x-shockwave-flash" data="http://ko.scp-wiki.net/local--files/component%3Aaudio/player.swf" id="audioplayer1" height="24" width="290">'); document.write('<param name="movie" value="http://ko.scp-wiki.net/local--files/component%3Aaudio/player.swf">'); document.write('<param name="FlashVars" value="playerID=1&soundFile=' + match[1]); if (match[2]) { document.write('&autostart=yes'); } document.write('">'); document.write('<param name="quality" value="high">'); document.write('<param name="menu" value="false">'); document.write('<param name="wmode" value="transparent">'); document.write('<i>Flash has been disabled, or is not installed. This MP3 player requires <a target="_blank" href="http://get.adobe.com/flashplayer/">Flash</a> to function.</i>'); document.write('</object>'); document.write('</audio>'); document.write('<div>'+window.location.hash+'</div>'); } else document.write('<i>Invalid URL syntax</i>'); </script> <noscript> <i>Your Javascript has been disabled. This MP3 player requires Javascript to function.</i> </noscript> </body> </html>
page revision: 3, last edited: 02 May 2017 13:18




.png)


