xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
width="650">
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@font-face {
src:url("a.ttf");
font-family: myMyriadWebPro;
embedAsCFF: true;
}
@font-face {
src:url("a.ttf");
font-family: myMyriadWebProMX;
embedAsCFF: false;
}
click="rotateForward.end();rotateForward.play([l1]);" />
text="FTE supported. This text will rotate." />
click="rotateForward.end();rotateForward.play([l2]);" />
text="Embedded font. This text will rotate." />
click="rotateForward.end();rotateForward.play([l3]);" />
text="System font. This text will not rotate." />