Firefox 3.6 adds scrollbars to a fullscreen Flex or Flash application
March 23rd, 2010
2 comments
After updating to Firefox 3.6, my Flex applications received unwanted scrollbars after clicking (activating) them.
Firefox 3.6 will draw a 1 pixel ‘focus’ border around the Flash player.
To avoid this issue, just add the following css to your index.template.html.
a:focus, object:focus { outline: none; -moz-outline-style: none; }
For more information : http://www.flashcomguru.com/index.cfm/2010/3/22/prevent-swf-border-firefox

Recent Comments