If I change the rotation property of a panel, the title will disappear.

Although I use the embed font file. How should I do ?

 

<mx:Panel title="Title" width="300" height="500" id="panel" 
click="panel.rotation+=2;"/>

CSS FILE

@font-face{
 src: url(msyh.ttf);
 font-family: MM;
}
global
{
 font-family: MM;
}


Reply via email to