legohead6 Posted March 13, 2007 Share Posted March 13, 2007 ok well i was trying to embed a flash movie without having to activate it, so i search around and find on microsofts site some code to work around having to click to activate flash, so i enable it into my script and now when i load the page a warning box comes up saying "Internet Explorer cannot open the internet site http://www.zelocalz.com. operation aborted" the annoying thing is i can see the flash object behind the error before the page closes!!! heres the code that i insert to cause the prob <!-- HTML File --> <html> <body> <div id="embedControlLocation"> <script src="embedControlOuterHTML.js"></script> </div> </body> </html> // outerhtml.js embedControlLocation.outerHTML = '<embed src="images/flash/nnav.swf">'; Link to comment https://forums.phpfreaks.com/topic/42460-weird-error-after-following-microsoft-support/ Share on other sites More sharing options...
fenway Posted March 13, 2007 Share Posted March 13, 2007 Why would you do such a thing? .outerHTML???? Link to comment https://forums.phpfreaks.com/topic/42460-weird-error-after-following-microsoft-support/#findComment-206502 Share on other sites More sharing options...
legohead6 Posted March 14, 2007 Author Share Posted March 14, 2007 to avoid having to activate flash stuff. but i found a different code now. Link to comment https://forums.phpfreaks.com/topic/42460-weird-error-after-following-microsoft-support/#findComment-206696 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.