I changed the code to:
and received:Code:var isFont:Font = new Font1(); var isFormat:TextFormat = new TextFormat(); isFormat.font = isFont.fontName; isFormat.size = 12; shop_mask.shop_mc.tShirtColour.textField.defaultTextFormat = isFormat; shop_mask.shop_mc.tShirtColour..textField.embedFonts = true;
ReferenceError: Error #1056: Cannot create property defaultTextFormat on fl.controls.TextInput.
at indoorshredwebsite_fla::MainTimeline/indoorshredwebsite_fla::frame1()




Reply With Quote