thuansaritasa / swfobject

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

IEs (6 and 7) produce ERROR_INTERNET_INVALID_URL error #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. During the loading if test page (only swfobject.js is declared)there's
an error.

What is the expected output? What do you see instead?
Expected to see no errors, see ERROR_INTERNET_INVALID_URL (0x57).

What version of the product are you using? On what operating system?
Windows XP: IE6, IE7

Please provide any additional information below.
Please see the screenshot

Original issue reported on code.google.com by petrovic...@gmail.com on 27 Mar 2009 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
That's correct, to simulate onDomContentLoaded in IE properly we need to use 
this
ugly workaround. For SWFObject 2.2 we will use an alternative method that 
doesn't use
an invalid path.

Original comment by bobbyvandersluis on 27 Mar 2009 at 5:10