flex登陆框实例
Posted by joel in
FLEX on 08 25th, 2008 |
3 Comments
本例子是实现了一个网页登录窗口的验证程序,具有验证码功能
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initApp()">
<mx:states>
...