Thx for the feedback Sam. I'm assuming your observations refer to the http://virtualafrica.co.za/embed-spin-testing/ url.
Do you get any errors when opening the image.php file on its own? Seeing that you like the shots, I thought I'd give you a more enjoyable example: http://www.virtualafrica.co.za/360/image.php?did=32f6fdb073e6cd48553a5c1f0a322bb4&size=m (you can change the m to an f for a high quality version) On Jul 5, 10:27 pm, Sam Sherlock <[email protected]> wrote: > 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=15864f188edfbfb6f549... > > > 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 -~----------~----~----~----~------~----~------~--~---
