Closed GoogleCodeExporter closed 9 years ago
Hi Konstantin
This is not a SWFObject bug.
z-index does not affect HTML overlaying Flash Player, because Flash Player does
not respect z-index. Using wmode opaque or transparent enables you to use CSS
(specifically the 'position' declaration) to control HTML overlays.
http://learnswfobject.com/advanced-topics/placing-html-elements-over-a-flash-mov
ie/
http://www.kaourantin.net/2010/02/core-animation.html
If you're having trouble with the static publishing approach, be aware that it
uses <object> which sometimes needs extra CSS handling. For example, <object>
is an inline element and sometimes need to be set to display:block.
Again, this is not a SWFObject bug. If you continue to have issues in Chrome, I
suggest filing a bug report with Adobe (Flash Player) and/or Google (Chrome).
If you would like help troubleshooting your SWFObject/HTML/CSS, please post to
the Group, not in the Issues list: http://groups.google.com/group/swfobject/
Thanks
Original comment by platelu...@gmail.com
on 24 Sep 2010 at 4:50
Thank you, I've found a mistake in my assumptions. Chrome uses params from
external object and does not use params from internal object, that was the
reason. Sorry for posting.
Original comment by Konstantin.Pelepelin
on 24 Sep 2010 at 7:51
No problem, glad you got it working
Original comment by platelu...@gmail.com
on 24 Sep 2010 at 11:22
Original issue reported on code.google.com by
Konstantin.Pelepelin
on 24 Sep 2010 at 11:09