Hi there
you can see my problems here:
http://www.euridis-ingenierie.fr/euridis_intro.html
I am loading an swf which contains some user interface components like list and textarea.
The xml parsing works, but I can't see anything (like the fonts is white or i don't know...)
Even I tried to force the style like that:
Code:
var listformat = new TextFormat();
listformat.color = 0x000000;
listformat.font = "Tahoma";
listformat.size = 10;
lb.setRendererStyle("textFormat", listformat);
But no result.
Does somebody has encountered the same things before ?
Thanks