PDA

View Full Version : Backwards compatable issue


kildre
08-08-2002, 03:48 PM
How can I determine what needs to be changed within my movie that I want to make backwards compatable?

Does this refer to the instance name of my button that is within the Mc or does this refer to the button name itself?





WARNING: This movie uses features that are not supported in the Flash 5 player
Symbol=btnWhole, Layer=Layer 1, Frame=1: Flash MX Button Instance Name
Symbol=btnWhole, Layer=Layer 1, Frame=1: Flash MX Button Instance Name
Symbol=want_slider, Layer=Layer 2, Frame=1: Flash MX Button Instance Name
Symbol=Need_slider, Layer=Layer 2, Frame=1: Flash MX Button Instance Name




thanks,

Kil

tg
08-08-2002, 04:25 PM
looks like you have given your buttons instance names. its not possible to give a button an instance name in flash5. remove your button names and see where that gets you.

kildre
08-08-2002, 06:51 PM
Thanks... once again I figure out the answer after I hit submit...



on( release ) {

myBrain.beginWork = true;

else

previousVersflash.Forget(true);

}



LoL..