/ Published in: ActionScript 3
URL: http://www.chris-underhill.com/public/?p=17
给URLVariables添加变量
Expand |
Embed | Plain Text
var variables:URLVariables = new URLVariables(); for (var q:int = 0; q < iterationY; q++) { var myTextField = getChildByName(”textF”+ q); variables[fieldTitles[q]] = myTextField.text; }
You need to login to post a comment.
