<html>
<body>
<center>
<p>
Welcome to the ActiveMod Test Page
</p>
<object ID="myMODCtrl" codebase="http://www.freetoolsassociation.com/fta/activegs/activemod.cab#version=1,3,0,0" classid="clsid:2078D6EC-693C-4FB2-AE7B-A6B8D2BC4DC8" width="48" height="24">
<param Name="Filename" Value="http://www.freetoolsassociation.com/fta/music/harrier.zip">
</param>
<param Name="AutoStart" Value="1">
</param>
</object>
<p>
<input type="button" value="Toggle" onClick="document.getElementById('myMODCtrl').ToggleMusic();">
</input>
</p>
</center>
</body>
</html>