`

create window in flash

    博客分类:
  • flex
阅读更多

function addWin() {
    var winListener:Object = new Object();
    winListener.click = function() {
        window.removeMovieClip();
    };
    window.addEventListener("click", winListener);
}
btn.onRelease = function() {
    attachMovie("window", "window", 2, {_x:100, _y:60, _width:350, _height:266});
    this._parent.window.closeButton = true;
    addWin();
};

分享到:
评论

相关推荐

    BURNINTEST--硬件检测工具

    - Workaround for the rare crash bug in Vista in atklumdisp.dll at address 0x730676ae. - Added trace debug information for BurnInTest startup and the 3D test. Release 5.3 build 1022 WIN32 release 12...

    KSDev DXScene v4.42 for Delphi BCB Lazarus Full Source

    Powerful 2D vector engine like Adobe Flash or Microsoft WPF includes high quality shapes and controls like window, label, button, checkbox, textbox and more Advanced GUI engine - window, button, ...

    VB编程资源大全(英文源码 API)

    capture a picture of, make them stay-on-top, send a message to, edit the window style, and flash the title bar on almost any target! <END><br>60,LBApi.zip This program uses Sendmessage API function...

    suipack trial

    CoolFlash If you developed your products with SUIPack and want to show it here, let us know. What customers say The Dazzling SUIPack VCL - reviewed by James M Sandbrook(www.delphicollection.com) ...

    DxScene 4.42 源码版 For D4-D2011

    Powerful 2D vector engine like Adobe Flash or Microsoft WPF includes high quality shapes and controls like window, label, button, checkbox, textbox and more Advanced GUI engine - window, button, ...

    Mastering_Perl_Tk_1st_ed_2002.pdf

    This section explains how to use `pack` to arrange widgets in a window. It covers the various options available for controlling widget placement and alignment, such as padding and side placement. **...

    winrunner例子

    class: window, label: "****", MSW_class: TXGuiFoundation } { rtree_state: open, ltree_state: open } "****"."(static)_0": { class: static_text, MSW_id: 1, location: 0 } "****"."(static)_1": { ...

    qemu-0.13.0(编译过全处理器支持)

    create a new Network Interface Card and connect it to VLAN 'n' -net user[,vlan=n][,name=str][,net=addr[/mask]][,host=addr][,restrict=y|n] [,hostname=host][,dhcpstart=addr][,dns=addr][,tftp=dir][,...

    Qemu-1.0.1 for windows

    -no-frame open SDL window without a frame and window decorations -alt-grab use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt) -ctrl-grab use Right-Ctrl to grab mouse (instead of Ctrl-Alt) -no-quit...

    NSIS用户手册(中文版)

    判断 Macromedia Flash Player 是否已安装? 连接到 Internet 获取安装程序文件名 禁止多个安装程序实例 更多 Appendix D: 常用信息 错误级别 添加卸载信息到添加/删除程序面板 使用 System.dll 插件来调用一...

    ext-2.3.0+CKEditor 3.0.1+ckfinder_asp_1.4配置详解及工程源码

    command=QuickUpload&type=Flash'; config.filebrowserWindowWidth = '1000'; config.filebrowserWindowHeight = '700' }; 在js目录中加入ExtCkeditor.js: /**************************************************...

    计算机应用技术(实用手册)

    AMI BIOS (C) 2006 American megatrends,INC.ASUS P5B-Delusxe ACPI BIOS Revision 0507 CPU: INTEL(R) CORE(TM)2 CPU 6400 @ 2.13GHz Speed :4.01GHz Count :2 AMI公司2006年开发的BIOS版本信息,华硕主板采用的...

Global site tag (gtag.js) - Google Analytics