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">'; Quote Link to comment 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???? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.