views:

338

answers:

2

Maybe it was a recent FF update, but at the end of this flash intro, lots of random red and green colors show up.

http://incitoconsultants.com/test/index.php

A: 

Your embed method is not truly cross browser nor standards compliant. You should be using the swfobject method: http://code.google.com/p/swfobject/

Armitage
I updated my code with the swfobject method, but still get the same issue.
mamalukeman
Try dropping down you swf Flash version to 9: FF3 seems to be budded with wmode transparent: http://inspiredrobot.com/blog/2009/03/05/transparent-wmode-crashes-browser-in-flash-10-with-3d-filters-and-simplebuttons/http://bugs.adobe.com/jira/browse/FP-983Otherwise, you could try and edit the technique you are using for that animated "wave". I would bet that filters or blend mode could be the culprit.
Armitage
A: 

In flash, I changed one of my background elements from 80% Alpha to 100%, and that seemed to fix it. I don't have any clue why.

mamalukeman