Hi all,

 i am a newbie. I have and issue with system fonts in FAMES
working with eclipse, mtasc, asdt and flashout. 

The code below just show an square but not the text. If i applied a
textFormat and 
embed fonts then i can see the text. My system is linux gentoo and i
have lot of 
system fonts intalled.

i have installed adobe flash player with this 2 packages fonts and then
i tried installing 
the gentoo package netscape-flash without results.

Any advice ? :-)

Thanks to all. 


_______________________________________________________________________________

class app extends MovieClip {


private static var a:app;


function  app(timeline:MovieClip)
{
timeline.createTextField("myTf",1,0,0,200,40);
timeline["myTf"].border=true;
timeline["myTf"].borderColor=0x000000;
timeline["myTf"].fontColor=0x000000;
timeline["myTf"].text="HOLa mundo";
} 


public static function main (timeline:MovieClip)
{

a = new app(_root)



}

}





_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to