Hi,
I’ve been having problems with my code when playing it with a previous version - 9,0,45 - of the flash player in FireFox. The problem doesn’t occur when using 9,0,45 in IE or 9,0,115 or above in either IE or FF.
The problem seems to be with button components. I drag a button component to the stage, name the instance, and refer to it in actionscript changing it’s skins (in this example - mute is the instance name, muteSoundOnXXX are all objects located in the library, exported to actionscript and contain PNG images):
mute.setStyle(“upSkin”, muteSoundOnUp);
mute.setStyle(“overSkin”, muteSoundOnOver);
mute.setStyle(“downSkin”, muteSoundOnDown);
This code is ignored and the skins are not set (and don’t change when over/down). The actual functionality of the button works fine, btw.
Does anyone know what can be the reason for this problem, am I missing something? and why doesn’t it happen in the Standalone player or in IE, only in FireFox (latest FF version, 2.0.0.14)?
Thanks!