易截截图软件、单文件、免安装、纯绿色、仅160KB

flex Alert组件用法


<?
xml
 
version
=
"1.0"
?>
  
<!-- Simple example to demonstrate the Alert control. -->
  
<
mx:Application
 
xmlns:mx
=
"http://www.adobe.com/2006/mxml"
>
  
  
    <
mx:Script
>
  
        <![CDATA[
 
            import mx.controls.Alert;
 
            import mx.events.CloseEvent;
 
        
 
            // Event handler function uses a static method to show
 
            // a pop-up window with the title, message, and requested buttons.        
 
            private function clickHandler(event:Event):void {
 
                Alert.show("Do you want to save your changes?", "Save Changes", 3, this, alertClickHandler);
 
            }
 
        
 
            // Event handler function for displaying the selected Alert button.
 
            private functi


相关文档:

(转)java与flex通信

  (转)java与flex通信
一、准备:
服务端:JDK1.5 (这个不用介绍了吧?)
服务端IDE:eclipse (它的主页)
客户端:FLEX 3 (Adobe&reg; Flex&reg; 3 是用于构建和维护在所有主要浏览器、桌面和操作系统一致地部署的极具表现力的 Web 应用程序的高效率的开放源码框架。)
客户端IDE:Flex Builder 3 ......

(转)Flex 实践——自定义组件及调用

转自:http://blog.csdn.net/meteorlWJ/archive/2008/03/27/2223239.aspx
     这一次的Flex 实践将要实现以下功能:
     1、自定义一个简单的 Flex 组件
     2、创建一个Index. mxml 来调用该组件
        &n ......

Flex学习 为一个事件建立多个监听

方法一:
<?xml version="1.0"?>
<!-- events/MultipleEventHandlersInline.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script><![CDATA[
private function submitForm(e:Event):void {
// Handle event here.
......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号