Are you testing your file locally? If so, just put it up on the server, and the error should go away...
Aran On Fri, Sep 25, 2009 at 2:08 AM, Ziggy <[email protected]> wrote: > > I am trying to develop a site and I can seem to get around the IE > ActiveX control pop-up when I run it in IE (I am using 8). It works > fine in Firefox etc... but not IE. > > I thought that using SWFObject2 would fix the problem and I have even > run the SWFobject Generator as static and dynamic and neither work (I > believe dynamic is correct to prevent pop-up) Anyway its driving me > nuts...... here is my code. any help would be greatly > appreciated........ (I also have the swfobject.js and > expressinstall.swf in the parent folder) > > <!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></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"> > var flashvars = {}; > var params = {}; > params.menu = "false"; > params.scale = "noscale"; > var attributes = {}; > swfobject.embedSWF("swfobj.swf", "flashDiv", "550", > "400", "9.0.0", > "expressInstall.swf", flashvars, params, attributes); > </script> > </head> > > <body> > <div id="flashDiv"> > <a href="http://www.adobe.com/go/getflashplayer"> > <img src=" > http://www.adobe.com/images/shared/download_buttons/ > get_flash_player.gif" alt="Get Adobe Flash player" /> > </a> > </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 -~----------~----~----~----~------~----~------~--~---
