8,833
社区成员




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Multimedia Control Page</title>
</head>
<body>
<form id="Form" action="default.htm">
<center>
<h1>Multimedia Control Page</h1>
<br/><input type = "button" name = "MMButton" value = "Activate MM Control"/>
</center>
<input id="fname" type="text" value="file name"/>
<!- MMControl>
MMControl: <object id="MMControl1" name="MMControl1" height="50" width="400"
classid="clsid:C1A8AF25-1257-101B-8FB0-0020AF039CA3">
</object>
<script type="text/vbscript">
Sub MMButton_OnClick
MMControl1.PlayEnabled = -1
MMControl1.Notify = False
MMControl1.Wait = True
MMControl1.DeviceType = "WaveAudio"
MMControl1.Command = "open"
End Sub
</script>
</form>
</body>
</html>