small mistake
use fontSize

styleLabel.setStyle("fontSize", 72);

With Regards,
Niamath Basha
www.niamathbasha.wordpress.com



2009/7/8 j2me_soul <[email protected]>

>
>
> I try to change the style at runtime
>
>  <mx:Button x="38" y="44" label="为中国喝彩" click="butClickHandler(event)"/>
>  <mx:Label id="styleLabel" text="I'm Label"/>
>    private function butClickHandler(event:MouseEvent):void
>    {
>         /* it doesn't work */
>         styleLabel.setStyle("font-size", 72);
>    }
>
>
> ------------------------------
> 200万种商品,最低价格,疯狂诱惑你<http://count.mail.163.com/redirect/footer.htm?f=http://gouwu.youdao.com>
> 
>

Reply via email to