Removing SWFObject Border around Flash®
If you’re like me and use SWFObject to embed flash into your web pages, then you’ve noticed the thin border around the swf when it has focus. Well that can easily be removed by using a little CSS.
object { outline:none; }
That’s it! Hope it helps.









