I'm working with swf's generated by InDesign CS5, which will apparently only export text as staticText objects. Is it possible to alter the anti-alias of staticText? I want to make it for readability, but it defaults to animation with no apparent way of changing it. I recently got help for textFields, but I can't seem to get it to work on staticText.
static text cannot be read or changed at run time. It's really not even text. It's shapes written out by the Flash IDE that happen to represent text to the viewer, but as far as Flash is concerned, it's just more shapes.
To read/edit/modify/whatever text at run time you need to use a text field. I'm not sure if there's any way to get InDesign to output swfs with text fields instead of static text.