\n'); } // Handle all the FSCommand messages in a Flash movie. function index_DoFSCommand (command, args) { //alert(from.indexOf("http://localhost/navyyard/test.htm")==0); // returns 1 var afrom = window.location + ""; //alert("afrom=" + afrom); if (afrom.indexOf('myExit') >0) { window.close(); } else { window.location = "http://www.navyyard.org"; } }
| |