'classid' Example
<html> <body> <script> function activate() { document.all.myObject.classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; } </script> <object id="myObject" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="250" height="230"> <param name=movie value="yourflashmovie.swf"> <param name=quality value=high> </object> <br> <button onclick="activate();">Activate</button> </body> </html>
Related examples in the same category