Firefox 5 upgrade showing my Flash website with dotted grey lines around it-- how do I get rid of them?

After upgrading to Firefox 5 on my 15" MacBook Pro, I'm seeing dotted grey lines on the border of my embedded SWF file of my website. After googling around, I see people were having this problem as far back as Firefox 3. I somehow was not. However, this is highly annoying and unprofessional!
My site is based in (I know I know) AS1 embedded into a Dreamweaver HTML page. I need to know what code I can add to the page in order to make these stupid borders go away. I've tried various style tags for both the object and for the general style in the head tag. No luck. My site is http://www.andreabakacs.com/index-flash.html

I've seen this issue mentioned as well and it only seems to happen on Mac.<br />
I'm not seeing it on Linux.
*[/questions/829668]
*[/questions/835790]

Similar Messages

  • After my last download I now have video adds that show up in the broswer from time to time. How can I get rid of them.

    on my last down load of firefox, I not have two issues that occur, One every once and awhile I get a video ad that shows up in the lower left corn of the browser. I have uninstalled your software and reinstalled and it is still there. Also I get a web site of inksr.com that my trend micro blocks everytime I go to a new web site within firefox. Both of these have started after I was told to redownload your software in order to get the updates to work and not be blocked.

    You probably have malware or adware installed on your computer.
    I note from your system information you have ''TopArcadeHits 1.0 '' <br /> That is something a lot of users complain about.
    Because some of this sort of software is sometimes installed intentionally it is often not detected by malware scans.
    Please be aware that this sort of adware is not provided by or downloaded with Mozilla Firefox software.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    * [http://www.bleepingcomputer.com/download/adwcleaner/ AdwCleaner: (for adware)]
    * [http://www.kaspersky.com/security-scan Kaspersky Free security scan]
    You need to use multiple and up-to-date tools as they will not all pick up the same things.
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good FREE permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Installed office for mac (trial version). now I got 2 excel files, which cannot be deleted. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion(with win 7 parallel)

    now I got 2 excel files, which cannot be deleted on my desktop. I can't open them, either. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion (with win 7 parallel)

    The people who make that stuff have their own forums you can also search/ask in:
    http://answers.microsoft.com/en-us/mac/forum

  • Alt tags for Flash content; How do I get rid of them

    With the new Dreamweaver update, all my flash files have
    acquired Alt tags. I imagine this has something to do with the
    javascript it is now using to load the content. However, how do I
    get rid of them! My clients HATE them, and I do too!

    OK -
    This is the only markup you need to worry about -
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    version=8,0,22,0','width','751','height','126','src','../SWFs/topNav?<%=Request.
    QueryString%>','quality','high','wmode','transparent','pluginspage','
    http://www.
    macromedia.com/go/getflashplayer','movie','../SWFs/topNav?<%=Request.QueryString
    %>' ); //end AC code
    </script>
    But I have to ask you - what is the VBScript in there doing?
    It seems to me
    to be invalid as well - 'request.querystring' needs a
    "(stringname)" or an
    empty (), no?
    So - there is no "alt" attribute specified in there (nor can
    there even be
    one on Flash, anyhow). Without seeing the actual page, I can
    only shrug and
    say I have no idea....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "QuantumDynamix" <[email protected]> wrote
    in message
    news:[email protected]...
    > Here...I'll attach the code (btw, the file is called
    topNav.swf)
    >
    >
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=8,0,22,0','width','751','height','126','src','../SWFs/topNav?<%=Request.
    >
    QueryString%>','quality','high','wmode','transparent','pluginspage','
    http://www.
    >
    macromedia.com/go/getflashplayer','movie','../SWFs/topNav?<%=Request.QueryString
    > %>' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=8,0,22,0" width="751" height="126">
    > <param name="movie"
    >
    value="../SWFs/topNav.swf?<%=Request.QueryString%>">
    > <param name="quality" value="high">
    > <param name="wmode" value="transparent" />
    > <embed
    src="../SWFs/topNav.swf?<%=Request.QueryString%>" width="751"
    > height="126" quality="high" wmode="transparent"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"></embed>
    > </object></noscript>
    >

  • HT201365 I recently updated my Ipad 2 with iOS7 and I suddenly have 794 emails in my inbox which were previously read and deleted.  how do I get rid of them without doing one at a time?

    I recently updated my Ipad2 to iOS7 and suddenly have 794 emails in my inbox which were previously reviewed and deleted.  How can I get rid of them without doing one at a time?

    You should be syncing your contacts with an app on your computer or cloud service (iCloud, Gmail, Yahoo, etc), and not relying on a backup.  If you haven't been doing this, start now and then restore your old backup.  You will then be able to sync the new contacts back into the phone.  However, you will lose all messages, etc newer thant the backup.

  • I tried to manually clear my Time Machine back up drive (a La Cie). But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - how do I get rid of them now in a quicker way?

    I tried to manually clear my Time Machine back up drive (a La Cie) of some of the older backups. But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - it's taking forever!! how do I get rid of them now in a quicker way?

    dear Sue
    i've tried the alt solution to empty trash but it does not work
    I still got the -8003 error
    for emptying time machine backups that i foolishly put in the trash
    i've also tried this solution using terminal and it did not work either
    http://www.imore.com/how-force-empty-trash-your-mac-using-terminal
    any help you might offer would be greatly appreciated
    i am using a 24 inch iMac
    OSX 10.6.8
    Message was edited by: summer_laughter

  • I've had itunes on my laptop for over a year; it seems to arbitrarily duplicate songs and now, instead of 800 songs, I have 3,500 with 2,700 being dupes.  How do I get rid of the dupes?

    I've had itunes on my laptop for over a year; it seems to arbitrarily duplicate songs and now, instead of 800 songs, I have 3,500 with 2,700 being dupes.  How do I get rid of the dupes?

    How to find and remove duplicate items in your iTunes library

  • HT201269 Next to my songs a cloud with an arrow pointing down from each cloud appears. I assume this is from icloud? I don't want these songs onmy phone. help! How do I get rid of them and where do I go to manage this?

    Next to my songs a cloud with an arrow pointing down from each cloud appears. I assume this is from icloud? What is it?
    I don't want these songs on my phone. Help! How do I get rid of them and where do I go to manage this?

    If you're talking about itunes Match,
    Try posting in the iTunes Match forum, you'll probably find more knowledgeable folks there.
    https://discussions.apple.com/community/itunes/itunes_match

  • I downloaded a "free" program online and now with EVERY mouse click I get a pop-up Ad or Ad window opening. How do I get rid of them?

    I downloaded a "free" version of FLIP4MAC, and now I have Ads popping up with EVERY click of the mouse... How do I get rid of them?  
    And no, I haven't turned on TimeMachine yet, so I can't "turn back the hands of time." 
    Also, I cannot simply "block pop-ups" because other sites which utilize pop-ups are necessary to my daily activities.
    Oh, and I have an iMac 24", Early 2009 with a 3.06 GHz Intel Core 2 Duo and 4GB 1067 MHz DDR3 Memory RUNNING OS X Yosemite.

    First try
    Remove unwanted adware that displays pop-up ads and graphics on your Mac
    Next:
    Adwaremedic: Removes all known adware from your Mac
    If you can't download it since the malware is preventing it then see:
    https://discussions.apple.com/docs/DOC-7792

  • FaceTime App on my iPad is showing a red number 1, what does this mean and how do I get rid of it.

    FaceTime App on my iPad is showing a red number 1, what does this mean and how do I get rid of it.

    Same issue here. I tried to follow the suggestion and open the entry in the missed calls list, but when I tap it, a new FaceTime call  Is triggered. I do have to delete the entry by swiping left and tap "delete" to get rid of the red circle.

  • HT6030 I delete an email and it keeps showing back up in my inbox...what the heck? How do I get rid of them permanently?

    I delete an email and it keeps showing back up in my inbox...what the heck? How do I get rid of them permanently?

    I delete an email and it keeps showing back up in my inbox...what the heck? How do I get rid of them permanently?

  • A message tells me that my hard drive is overloaded with pictures. How do I get rid of them?

    A message tells me that my hard drive is overloaded with pictures. How do I get rid of them?

    That is on your iPad??

  • When I close firefox, there are two annoying window underneath that I always have to close and they are always there again next time; how do I get rid of them for good?

    When I close Firefox, there are two underlying windows that I have to close every time. How do I get rid of them for good and prevent this from continuing to happen. Both windows were opened by me during viewing at some point, so they did originate from me.
    Thanks for any help you can give me!

    The Safe Mac
    The Safe Mac » Adware Removal Guide Genieo
    Thomas Reed's Mac Malware Guide
    AdwareMedic
    Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support
    Mac Virus Malware Info
    MacBook Pro

  • When I open Firefox, I have lost my tool bar with my favorites, bookmarks, etc. How do I get them back?

    When I open Firefox, I have lost my tool/task bar at the top of the page with my favorites, bookmarks, etc. How do I get them back?

    Please read this article:
    http://support.mozilla.com/en-US/kb/menu+bar+is+missing

  • I added a program but somnehow ended up with "searchqu" as my search engine, how do you get rid of it?

    I added a program that somehow put the search engine "searchqu" on my computer. How do you get rid of it? I looked up in the web engines and it is not listed. A blog board I read says it is coming through google chrome that it has to be uninstalled... any ideas?

    Searchqu gets installed if you don't opt-out of the installation when you install a 'free' app from bandoo.com which provides free emoticons.
    If you have this app on your system now, uninstall it first, otherwise searchqu will reappear again after you complete the following steps.<br><br>
    To revert to Google as your preferred search engine, please do the following.<br><br>
    #In the location bar, type '''about:config''' and hit Enter.<br><br>
    #In the filter at the top, type: '''keyword.URL'''<br><br>
    #Double click it and remove whatever's in there and replace it with http://www.google.com/search?q=<br><br>
    #In the filter at the top again, copy/paste the following (remove keyword.URL first): '''browser.startup.homepage'''<br><br>
    #Right click it, choose '''Modify '''and then click '''Reset'''.<br><br>
    #Close the tab.<br><br>
    #Click the Firefox button, go to Add-ons, then Extensions and remove these add-ons if they're in there: '''Windows iLivid Toolbar '''and '''SearchquToolbar '''.<br><br>
    #Next, open Windows Explorer and navigate to '''C:\Program Files\Mozilla Firefox\searchplugins'''. In there, delete the following: '''SearchquWebSearch.xml'''<br><br>
    #Go to Add/Remove Programs and look for '''Windows iLivid Toolbar '''and '''SearchquToolbar '''again. Remove if found. You might possibly find a reference to "Web Search" (searchqu) in Add/Remove Programs too. If so, remove it.<br>
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    Next, open a Command Prompt (Run As Administrator) and type the following: '''regsvr32 /u searchqudtx.dll''' and hit Enter. If you get an error message, you'll have to enter the full path. Do a Windows search for '''WI3C8A '''and then right click it and choose Open Containing Folder, or Open File Location. Then make a note of the full path.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Click the Firefox button, go to '''Options '''| '''Options '''| '''General'''.<br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>

Maybe you are looking for