PDA

View Full Version : Custom Masking and FPlayer/IE versions.


Narcism
06-12-2007, 04:28 PM
It seems we're having a problem here where:

We're embedding flash where within that flash file, masks were created using setmask:


mask_mc.cacheasbitmap = true;
object_mc.cacheasbitmap = true;
object_mc.setMask(mask_mc);
Not the exact syntax, but you get the idea


Now for what works and what doesn't.

- Flash Player 8.? on Firefox and Safari on a Macintosh Works
- Flash Player 9.x on 3 Firefox,Safari,IE6 and IE7, on a Mac and Windows Works

now the tricky part..

Flash Player 8.0.22.0 on IE 6.0.2800.106 Does Not Work and fails to accurately mask the content, and instead displays my goddawfully colored masks (bright green) flying everywhere. (beuuurk)

Using SWFObject, the flash requirement was originally set to 8, but now I've set it to 8.1 to temporarily solve the problem.

Does anyone have any idea as to why this would not be working?