jaylaw81
05-09-2007, 06:11 PM
I've been having alot of issues with changing elements values on the stage using the following code.
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[1].setTextString( vObj.cfbonus );
The issue is that i'm running this code against different swf templates that get loaded in and need to make sure that the element position on the same is always 1. Is there a way to find out what the elements position is?
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[1].setTextString( vObj.cfbonus );
The issue is that i'm running this code against different swf templates that get loaded in and need to make sure that the element position on the same is always 1. Is there a way to find out what the elements position is?