/ Published in: ActionScript 3
URL: https://bugzilla.mozilla.org/show_bug.cgi?id=286368#c57
This isn't specific to AS3, but it is a solution to an annoying bug with with Firefox 3.6+ and SwfFit. Scrollbars appear when you give the flash object focus (click on it). To solve the issue just put this in your css.
Expand |
Embed | Plain Text
object {outline:none}
You need to login to post a comment.
