| Basic tutorial: Handling variables using Flash and phpBender |
|
|
|
Page 1 of 4 These 3 examples will show you the difference way to handle variables using Flash only, using Flash - php method and also Flash – phpArg method of phpBender. 1. Handling variables using Flash The following example creates string variables; myName and myAge then places them in the text property of myText TextArea instance which is already has default value. var myName:String = "Jonas"; var myAge:String = "26"; myText.text = "Hello! My name is "+myName+" and I'm "+myAge+" years old."; |
© Copyright 2007 Webito. All Rights Reserved. Use of this website indicates your agreement to the Terms of Use.