Ok I admint defeat, I've benn on this all day and can't figure it out. I have a 1px bottom border which is important to the design of my flash movie, I've embedded with SWFObject 2 but this border disapears in FF although its fine in IE. I have been through the FAQ and tried outline : none and also display:block to no avail (unless Im putting them in the wrong place). Worked ok with a dreamweaver insert but I'd prefer to use SWF2.
Be grateful for any ideas with this or an idiots guide. thanks, heres my code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="/flash/mainbanner/ swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.play = "true"; params.loop = "true"; params.quality = "high"; params.scale = "noscale"; var attributes = {}; swfobject.embedSWF("/flash/mainbanner/main_banner.swf", "FlashBannerScreen", "750", "250", "9.0.0", false, flashvars, params, attributes); </script> </script> </head> <body> <div id="flashmainbannerdiv"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/ get_flash_player.gif" alt="Get Adobe Flash player" /> </a> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
