Tagged Questions
1
vote
0answers
74 views
Center static textfield with jsfl: strange results
Using Flash CS3, I'm trying to center a static textfield with jsfl after I've altered its text, like so:
textElement.setTextString( text );
fl.outputPanel.trace( 'text width: ' + textElement.width ...
0
votes
2answers
81 views
JSFL fl.saveDocumentAs();
I am writing a JSFL script that resizes flas and saves various versions, with appened names.
I can get a "Save As" prompt to pop up using fl.saveDocumentAs();
But I can't seem to get flash to ...