The following code removed the border from flash files in i.e etc
Place this in the head tags:
<script type="text/javascript" src="scripts/swfobject.js" mce_src="scripts/swfobject.js"></script>
Place this in the body:
<p id="flash" class="wrap"><!-- this is where the flash will be placed put an image here for users who dont have flash --></p>
<script type="text/javascript"> var so = new SWFObject("flash/filename.swf", "nameofflash", "690", "220", "8", "#dbd9ca", "high"); so.write("flash"); </script>
Attached is the swf object script. Put this in a folder named scripts.