/ Published in: ActionScript 3
ç»™URLVariablesæ·»åŠ å˜é‡
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var variables:URLVariables = new URLVariables(); for (var q:int = 0; q < iterationY; q++) { var myTextField = getChildByName(â€textFâ€+ q); variables[fieldTitles[q]] = myTextField.text; }
URL: http://www.chris-underhill.com/public/?p=17