0

Flash Display Fixes

Flash Display Fixes via @largestartist Posted by Jose Cuadra on July 25, 2008 Tags: | | | Filed Under: References

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.

object {
display:block;
outline:none;
}

Want More? Try These.

Related Articles
ActionScript 2 to 3 Object Properties
The Textfield’s Alpha Property in AS 3.0
Flash Slideshow in Actionscript 3
CFCACHE, IE, CSS and XHTML
IE Conditional Comments
Access Cascading Styles with JavaScript
JavaScriptless Tool Tips
Target Blank for XHTML
Type Doc Re-Released
Live Markup Editor
Random Articles
JavaScriptless Tool Tips
Type Doc Re-Released
25 Free Font Sites
Disable Safari’s Textarea Grip
Live Markup Editor
Table Behavior without Tables
Flash Display Fixes
fliteBox Lightbox for Flickr
Transversing the Display List Correctly
From Work Path to Shape Layer

Leave a Reply