var myFont:Font = new Stylo();
var myTextFormat:TextFormat = new TextFormat();
myTextFormat.font = myFont.fontName;
myTextFormat.size = 16;
myTextFormat.color = 0xFFCC00;;
btnYes.setStyle("embedFonts", true);
btnYes.setStyle("textFormat", myTextFormat);
btnNo.setStyle("embedFonts", true);
btnNo.setStyle("textFormat", myTextFormat);
//answer.visible=false;
btnYes.addEventListener(MouseEvent.CLICK, select_option);
btnNo.addEventListener(MouseEvent.CLICK, select_option);
var option:String;
function select_option(e:MouseEvent):void
{
Embeded SWF loading event
-
well... I know this place has pretty much been killed by the admins and is
in it's death throes but oh well. I'm trying to use Embed SWFs in a project
for ...
Everything You Need to Know about RAID Levels
-
As businesses expand, the demand for stable and robust infrastructure
arises. One of the essential characteristics of a scalable system is good
memory ma...
0 comments:
Post a Comment