flash on 2011-10-22
♥0 |
Line 9 |
Modified 2011-10-22 22:06:31 |
MIT License
archived:2017-03-20 14:20:03
ActionScript3 source code
/**
* Copyright yonatan2 ( http://wonderfl.net/user/yonatan2 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/hqev
*/
package {
import com.bit101.components.*;
public class FlashTest extends TextArea {
public function FlashTest() {
var foo:String = "hello", bar:String = "world";
text = <>{foo}, {bar}</>
}
}
}