Sorry, I meant bottom left side of your window.
On Jun 9, 8:40 am, Steve <[email protected]> wrote:
> It works fine in IE8. Are you getting any kind of JavaScript warning
> on the bottom side of your window?
>
> Steve
>
> On Jun 9, 8:19 am, Claire <[email protected]> wrote:
>
> > 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
> > sitehttp://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
-~----------~----~----~----~------~----~------~--~---