marconiduarte / swfobject

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

Can't embed in ie8 #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download ie8-beta
2. Change to compability mode
3. Runt the swfobject.embed(...)

What is the expected output? What do you see instead?
Want to see my flash movie, works in ie7, ie6, ff 3.0

What version of the product are you using? On what operating system?
Ie 8, Windows XP SP2

Please provide any additional information below.
Can't find any info about it when browsing google, seems odd that I am the
only one with this problem.

Original issue reported on code.google.com by ogabriel...@gmail.com on 19 Jan 2009 at 10:25

GoogleCodeExporter commented 9 years ago
We tested all pages from our test suit in IE8 beta 2, all worked fine. Maybe 
you've
got a corrupt install. Please read our FAQ for more info on this.

Original comment by bobbyvandersluis on 19 Jan 2009 at 10:48

GoogleCodeExporter commented 9 years ago
Even i have same problem 

Original comment by ansa...@gmail.com on 7 Apr 2009 at 12:47

GoogleCodeExporter commented 9 years ago
on my site swfobject crashes in ie 8 too

v 2.1 on line 
520: ls.addRule(sel, decl);

v 2.2 on line
565: dynamicStylesheet.addRule(sel, decl);

any suggestions?

Original comment by box4...@gmail.com on 7 May 2009 at 4:06

GoogleCodeExporter commented 9 years ago
Can you provide a link to your test case?

Original comment by bobbyvandersluis on 8 May 2009 at 8:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please repost this implementation issue/question in the discussion group, so 
multiple
people can take a look at it. Please only file issue reports if you can proof 
that it
is directly caused by SWFObject.

Original comment by bobbyvandersluis on 9 May 2009 at 11:33

GoogleCodeExporter commented 9 years ago
While i was preparing a file for discussion group i've found a real root of the 
problem.

Property "id" of content div element started from number
 (kind of <div id="123_div">), what is against the naming convention (HTML validator 
said so).
So it caused crash in createCSS method.
After changing the div "id" ptoperty to appropriate value the problem has gone.
So, sorry for disturb, and thanx for patience.

Anyway, I hope this post will be useful for somebody, who faces with such 
problem.
The most embarrassing in this was that crash happens only in IE 8. All earlier 
versions and other browsers worked fine.

Original comment by box4...@gmail.com on 9 May 2009 at 1:12