The "location.toString" is a known adobe plugin bug, has nothing to do with SWFObject. It's also generally pretty harmless.
From: Sam Sherlock Sent: Sunday, July 05, 2009 3:27 PM To: [email protected] Subject: Re: Panoramic SWF image works in FF,Safari & Chrome , but not in IE7 In ff3 I get Permission denied to call method Location.toString perhaps this will help you hunt down the issue. In in ie8 I get a broken object with red cross no error. Also I get only a single object whereas in ff3 there are two objects. Its very impressive! - S 2009/7/5 tinus <[email protected]> I'm probably making a silly mistake somewhere, but my brain has reached that 'mushy' stage now and I need help. Desperately!! Can anyone tell me why my files show up in FF, Safari and Chrome, but not in IE? http://virtualafrica.co.za/embed-spin-testing/ The file I embedded in this Wordpress page is: http://www.virtualafrica.co.za/360/image.php?did=15864f188edfbfb6f549c559422832dd&size=m The strange thing is that it displays in IE when I load it on it's own, but not when I embed it. The "image.php" file (the last one) calls a spesific SWF from our database and the SWFObject -related code it returns looks something like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Virtual tour by Virtual Africa</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.embedSWF("image.php?did=<? echo $did.'&size='. $size.'&showSWF=true'; ?>", "www.virtualafrica.co.za", "100%", "100%", "9.0.0"); </script> <style type="text/css" media="screen"> html, body { height:100%; width:100%; } body { margin:0; padding:0; overflow:auto; } </style> </head> <body> <div id="www.virtualafrica.co.za" style="width:100%"> <p>If you don't see and interactive 360ยบ image here, please install Flash and enable Javascript. For help with this, visit the <a href = "http://virtualafrica.co.za"> Virtual Africa</a> website.</p> <p> Copyright Virtual Africa</p> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
