Flash Display Fixes

Reference on Friday, July 25th, 2008

Displaying Flash in a browser sometimes causes display issues. Two common ones are extra space under the object and another is an outline around the object in Firefox 3.

Adding the style sheet properties below hides these issues if you are using the Satay method for embedding.

1
2
3
4
object {
display:block;
outline:none;
}



Share This


Leave a Reply