actionscript 3 - How to get textfile text to sring variable action script 3 -



actionscript 3 - How to get textfile text to sring variable action script 3 -

i new action script. how can input textfield value string or varible. code doesn't work

var str:string = mytextfield.text;

textfields have property known text. property not quite same thing variable, it's similar; can utilize same way. since textfield object has property called text, , since of type string, it's simple declaring string variable, assigning property's value variable.

actionscript-3

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -