Confirmed behavior on my IE7 on winXP SP3. We seem to see reports about things similar to this (refresh movie issues in IE7) from time to time.
I don't believe it's a SWFObject thing, though. I think (IIRC) that it relates usually to the flash movie not getting notified of the stage size properly. Have you tried a plain old-school embedding of the flash and seen if the problem reproduces itself? BTW, it's not a cache issue, as when I close my browser (but leave my cache intact), and then reopen to the page, it works the first time again (even though cache was already primed). --Kyle -------------------------------------------------- From: "Claire" <[email protected]> Sent: Tuesday, June 09, 2009 10:19 AM To: "SWFObject" <[email protected]> Subject: Refresh issue with IE > > I have a small issue with I think IE 7 only. When the page loads for > the first time the movie displays. When the page is refreshed only > the green pre loader bar shows then a blank movie. This seems to > happen in Internet Explorer but not in Safari, Netscape or Chrome. > > I have not written the flash but the developer assures me that it > seems to be a browser issue not a flash issue. As I am not a flash > developer I can't confirm or deny this. > > I am using the following code and have tried this with both 2.1 and > 2.2: > > <script src="Scripts/swfobject.js" type="text/javascript"></script> > > <script type="text/javascript"> > > var flashvars = {}; > flashvars.path = "images/product/130358/"; > flashvars.configFile = "config1303587060.xml"; > > var params = {}; > params.scale = "noScale"; > params.salign = "lt"; > > swfobject.embedSWF("multimedia/rotateTool.swf", "flashContent", "400", > "400", "9.0.0", "multimedia/expressInstall.swf", flashvars, params); > > </script> > > <div id="flashContent"> > Detecting Flash > </div> > > Here is an example on a live site > http://81.89.142.193/item_360image.asp?iCode=1303587040 > > Any ideas of what the problem might be? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
