|
- <script type="text/javascript">
- if (document.all) {alert("d");
- document.write(' <OBJECT id="Player"');
- document.write(' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
- document.write(' width=0 height=0 > <param name="URL" value="http://www.zhuatu.com/crop/1.wav" /> <param name="AutoStart" value="false" /> </OBJECT>');
- }
- else {alert("1");
- document.write(' <OBJECT id="Player"');
- document.write(' type="application/x-ms-wmp"');
- document.write(' src= "http://www.zhuatu.com/crop/1.wav" width=0 height=0> </OBJECT>');
- }
- </script>
- <input type="button" value="Play" />
- <input type="button" value="Stop"/>
复制代码
|
|