google-code-export / swfobject

Automatically exported from code.google.com/p/swfobject
1 stars 1 forks source link

swfobject loading very slowly on IE9 - IE9 is no longer a beta #544

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

embed any swf as follows: 

<script type='text/javascript'>
    var parms={};
    parms.wmode='Opaque';
    parms.align='middle';
    parms.allowscriptaccess='always';
    parms.quality='high';
    swfobject.embedSWF('http://localhost/aaa/partner/aaa/Files/FlashReports/Content/Flash_Story.swf', 'LbsStoryDIV', '640', '480', '9.0.0', '', '', parms);
</script>

This swf has no interaction with javascript.
What is the expected output? What do you see instead?
I expect the swf to load as it would in IE8 and other major browsers, without 
delay.

What version of the product are you using? On what operating system?
v2.2 of swfObject on  Windows 7 Pro 64 bit

Please provide any additional information below.
All of my embedded swf's are rendering extremely slow.  They come up fine when 
launched individually instead of embedding on a page.

Original issue reported on code.google.com by dan.shie...@gmail.com on 15 Mar 2011 at 2:41

GoogleCodeExporter commented 9 years ago
You said "All of my embedded swf's are rendering extremely slow "; I have not 
encountered this problem in Windows 7 IE9 32-bit, but have not tried it in 
64-bit.

The title of this issue is "swfobject loading very slowly"; I believe you meant 
your SWFs are loading slowly. This is most likely a browser plugin issue beyond 
SWFObject's control/scope. 

Do you have the same result when embedding the SWF using static publishing 
and/or when using alternate embedding code, such as the old <object><embed> 
method?

I'm closing this ticket, but please feel free to provide more information.

Original comment by platelu...@gmail.com on 17 May 2011 at 6:50

GoogleCodeExporter commented 9 years ago
This issue resolved itself when the plug-in was updated.  Thanks

Original comment by dan.shie...@gmail.com on 17 May 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Thanks for the follow-up

Original comment by platelu...@gmail.com on 17 May 2011 at 8:17