techsd / swfobject

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

Input tags inserted before flash slowing down Internet Explorer #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've inserted flash using swfobect and placed a search form to the page 
header.

Steps reproducing the problem:

1. Insert swfbject.js in HEAD
2. Insert code "<input type="text" name="q" size="10"> <input 
type="submit" value="Search">"
3. Insert pictures to check memory leak.
4. Insert below few flash objects embedded with swfobject.

Tested on:
IE7, Windows Vista
IE7, Windows XP
IE8, Windows XP

Check page in action - http://www.sky-radio.fm
Page without flash rendered much faster (swfobject.js still included) - 
http://www.sky-radio.fm/news/

Page will be rendered by IE faster if I'll do one of the following:

1. Remove search form from the page.
2. Move search form to the page bottom.
3. Remove swfobject.js from page.
4. Insert flash without swfobject.

Original issue reported on code.google.com by SergeyCh...@gmail.com on 20 Aug 2008 at 4:07

GoogleCodeExporter commented 9 years ago
Order of execution is always something to keep in mind. 

IMO rendering speed is an IE issue, it's outside the scope of SWFObject.

Original comment by bobbyvandersluis on 22 Aug 2008 at 9:35