http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/
The Bug
The bug happens in Firefox 3 on the Mac. Occasionally, you will see nasty visual artifacts appear on the screen. Most often, they’re boxes and lines. Sometimes they’re black, or white, or grey. Transparent PNGs on the screen are often victims where their entire bounding box flashes a solid color for a moment.
Update
Rostislav Hristov, author of SWFAddress, informed me that the latest version of SWFAddress (2.2), when running in Firefox 3 on the Mac, has a short delay before calling back to Actionscript in order to mitigate this issue. I tested it and so far it looks like it works. Update your SWFAddress to 2.2 and see if it helps.
The problem occurs when an ExternalInterface.call is called from inside the Flash, usually when it interacts with the browser window object with JavaScript (as when we modify the url for example). The workaround is to add a delay in the JavaScript, right before calling the function.
The problem has been resolved with the release of SWFAddress 2.2 (for those who use it).