School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,412 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,587 people online right now. Registration is fast and FREE... Join Now!




Border around swf in FireFox, not in IE

 

Border around swf in FireFox, not in IE, How to remove the border?

nanascalala

16 Sep, 2005 - 09:16 PM
Post #1

New D.I.C Head
*

Joined: 13 Jan, 2005
Posts: 31



Thanked: 3 times
My Contributions
In IE it looks great, the images around the flash are seamless and its fine. But, the same exact thing in Firefox, there is a 1-2px border around the swf! This throws off the images! Help!


http://eurotrip.eu.ohost.de/ack/test/Test2.htm

Thats what im working with.
Is this a table issue and not flash, or is Firefox messing with the swf?

ANY HELP WOULD BE MOST APPRECIATED!
Thanks
~nanascalala

This post has been edited by nanascalala: 16 Sep, 2005 - 09:40 PM

User is offlineProfile CardPM
+Quote Post


pioSko

RE: Border Around Swf In FireFox, Not In IE

17 Sep, 2005 - 12:15 AM
Post #2

still.dreaming
Group Icon

Joined: 6 Jun, 2003
Posts: 1,888



Thanked: 14 times
Dream Kudos: 225
My Contributions
Chech your <tr>'s and <td>'s

QUOTE

<table>
    <tr>
        <td></td>
    </tr>
    <tr>
        <td>
        </td></tr>
    <tr>
        <td></td>
    </tr>

</table>



seem's like you have an extra </tr> there.
User is offlineProfile CardPM
+Quote Post

nanascalala

RE: Border Around Swf In FireFox, Not In IE

17 Sep, 2005 - 06:35 AM
Post #3

New D.I.C Head
*

Joined: 13 Jan, 2005
Posts: 31



Thanked: 3 times
My Contributions
Nope, afraid that's not it. Checked the trs and tds. Everything is there that needs to be there to center the flash, and nothing extra sad.gif

So confused! Any more ideas?
User is offlineProfile CardPM
+Quote Post

Amadeus

RE: Border Around Swf In FireFox, Not In IE

17 Sep, 2005 - 06:55 AM
Post #4

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 13,260



Thanked: 147 times
Dream Kudos: 25
My Contributions
In your table tag, try setting the border="0", cellspacing="0", cellpadding="0"
User is offlineProfile CardPM
+Quote Post

nanascalala

RE: Border Around Swf In FireFox, Not In IE

17 Sep, 2005 - 08:10 AM
Post #5

New D.I.C Head
*

Joined: 13 Jan, 2005
Posts: 31



Thanked: 3 times
My Contributions
Weird... Thanks for the help, but it wasnt the cellpadding/spacing/bored. Already had that, however, what i did do was put all the images, and swf parameters and all those codes in one line. And poof. It worked. Weird how it uses new lines to alter the look. Makes the code very difficult to deal with to.

So, moving everything into one line fixed it! Though it works, the code is now messy.

Wonder if anyone knows why? Just weird firefox?
Thanks for the help

This post has been edited by nanascalala: 17 Sep, 2005 - 08:11 AM
User is offlineProfile CardPM
+Quote Post

pravee2u

RE: Border Around Swf In FireFox, Not In IE

26 Jun, 2009 - 10:52 PM
Post #6

New D.I.C Head
*

Joined: 26 Jun, 2009
Posts: 1



Thanked: 2 times
My Contributions
<object type="application/x-shockwave-flash" data="links/head.swf" width="897" height="227">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><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" width="112" height="33" /></a></p>
</div>
<!--<![endif]-->
</object>
____________________________________________________________________
if you use two <object>same code</object> <object>same code</object>
it will come borderline.

Use only one <object>same code</object>
i have worked successfully..


User is offlineProfile CardPM
+Quote Post

binaryfusion

RE: Border Around Swf In FireFox, Not In IE

27 Jun, 2009 - 10:04 AM
Post #7

New D.I.C Head
*

Joined: 27 Jun, 2009
Posts: 1



Thanked: 15 times
My Contributions
You need to add this to your style sheet

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 11:11PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month