HTML listing
Cut and Paste this as needed for your application
Shockwave
\n'; document.write(text); // // FS Command Hood for Netscape var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Handle all the the FSCommand messages in a FutureSplash movie function shoot_DoFSCommand(command, args) { var shootObj = InternetExplorer ? shoot : document.shoot; var leftObj = InternetExplorer ? cannonleft : document.cannonleft; var rightObj = InternetExplorer ? cannonright : document.cannonright; if(command == "Shoot") { answer = confirm(args); if(answer) { leftObj.TGotoFrame('_level0/cannon',1); leftObj.TPlay('_level0/cannon'); } } } function cannonleft_DoFSCommand(command, args) { var shootObj = InternetExplorer ? shoot : document.shoot; var leftObj = InternetExplorer ? cannonleft : document.cannonleft; var rightObj = InternetExplorer ? cannonright : document.cannonright; if(command == "Hit") { rightObj.TGotoFrame('_level0',1); rightObj.TPlay('_level0'); } } // //Show properties: Call this to show al the properties of an object // function ShowProp() { var str; str = "
Property list
"; for (qq in document.clock) { str += qq + " = " + document.clock[qq] + "
"; } document.write(str); // alert(str); } //-->
This is
BLANK
space to illustrate that these are sepearate movies
Get the source