oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.
http://easyxdm.net
MIT License
2.37k stars 265 forks source link

IE9+ flash loads too slow #218

Open craftdev opened 11 years ago

craftdev commented 11 years ago

On IE9+ using flash transport flash object takes 120 sec for load. Solution: add classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" for object with flash in FlashTransport.js

findchris commented 11 years ago

Can you post a link to a demonstration of this?

craftdev commented 11 years ago

http://d.codio.com/andrey/test-easy-xdm/app/src/example/bridge.html

On Thu, May 16, 2013 at 1:33 AM, Chris Johnson notifications@github.comwrote:

Can you post a link to a demonstration of this?

— Reply to this email directly or view it on GitHubhttps://github.com/oyvindkinsey/easyXDM/issues/218#issuecomment-17967792 .

findchris commented 11 years ago

Took about 120ms to load the swf for me(?)

craftdev commented 11 years ago

changed test app. now it gets 120 seconds to load.

oyvindkinsey commented 11 years ago

Submit a pull request for adding clsid when needed?

craftdev commented 11 years ago

don't want to use git

findchris commented 11 years ago

The longest it took me to load was 1.95s.

craftdev commented 11 years ago

1