PDA

View Full Version : ExternalInterface problem in IE solved


hamoid
06-16-2007, 12:30 PM
I thought I could share this problem I just had, which made me waste one hour debugging.

Only affects if you use jquery.flash.js+jquery.js instead of swfobject.

In that case, when you send commands from JavaScript to the panorama using ExternalInterface, and only in IE, it reloads the panorama instead of doing the right thing. In Firefox it works always right.

I replaced jquery.flash.js and jquery.js with swfobject.js and now it works.

No idea why, because the generated source code looks identical.