亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? uiobject.as

?? flash 視頻聊天室源碼,非常好的源碼
?? AS
?? 第 1 頁 / 共 2 頁
字號:
        for (var _loc2 in clipParameters)
        {
            if (this.hasOwnProperty(_loc2))
            {
                _loc4 = true;
                set("def_" + _loc2, this[_loc2]);
                delete this[_loc2];
            } // end if
        } // end of for...in
        if (_loc4)
        {
            for (var _loc2 in clipParameters)
            {
                var _loc3 = this["def_" + _loc2];
                if (_loc3 != undefined)
                {
                    this[_loc2] = _loc3;
                } // end if
            } // end of for...in
        } // end if
    } // End of the function
    function init(Void)
    {
        __width = _width;
        __height = _height;
        if (initProperties == undefined)
        {
            this.initFromClipParameters();
        }
        else
        {
            this.initProperties();
        } // end else if
        if (_global.cascadingStyles == true)
        {
            stylecache = new Object();
        } // end if
    } // End of the function
    function getClassStyleDeclaration(Void)
    {
        var _loc4 = this;
        for (var _loc3 = className; _loc3 != undefined; _loc3 = _loc4.className)
        {
            if (ignoreClassStyleDeclaration[_loc3] == undefined)
            {
                if (_global.styles[_loc3] != undefined)
                {
                    return (_global.styles[_loc3]);
                } // end if
            } // end if
            _loc4 = _loc4.__proto__;
        } // end of for
    } // End of the function
    function setColor(color)
    {
    } // End of the function
    function __getTextFormat(tf, bAll)
    {
        var _loc8 = stylecache.tf;
        if (_loc8 != undefined)
        {
            var _loc3;
            for (var _loc3 in mx.styles.StyleManager.TextFormatStyleProps)
            {
                if (bAll || mx.styles.StyleManager.TextFormatStyleProps[_loc3])
                {
                    if (tf[_loc3] == undefined)
                    {
                        tf[_loc3] = _loc8[_loc3];
                    } // end if
                } // end if
            } // end of for...in
            return (false);
        } // end if
        var _loc6 = false;
        for (var _loc3 in mx.styles.StyleManager.TextFormatStyleProps)
        {
            if (bAll || mx.styles.StyleManager.TextFormatStyleProps[_loc3])
            {
                if (tf[_loc3] == undefined)
                {
                    var _loc5 = _tf[_loc3];
                    if (_loc5 != undefined)
                    {
                        tf[_loc3] = _loc5;
                        continue;
                    } // end if
                    if (_loc3 == "font" && fontFamily != undefined)
                    {
                        tf[_loc3] = fontFamily;
                        continue;
                    } // end if
                    if (_loc3 == "size" && fontSize != undefined)
                    {
                        tf[_loc3] = fontSize;
                        continue;
                    } // end if
                    if (_loc3 == "color" && color != undefined)
                    {
                        tf[_loc3] = color;
                        continue;
                    } // end if
                    if (_loc3 == "leftMargin" && marginLeft != undefined)
                    {
                        tf[_loc3] = marginLeft;
                        continue;
                    } // end if
                    if (_loc3 == "rightMargin" && marginRight != undefined)
                    {
                        tf[_loc3] = marginRight;
                        continue;
                    } // end if
                    if (_loc3 == "italic" && fontStyle != undefined)
                    {
                        tf[_loc3] = fontStyle == _loc3;
                        continue;
                    } // end if
                    if (_loc3 == "bold" && fontWeight != undefined)
                    {
                        tf[_loc3] = fontWeight == _loc3;
                        continue;
                    } // end if
                    if (_loc3 == "align" && textAlign != undefined)
                    {
                        tf[_loc3] = textAlign;
                        continue;
                    } // end if
                    if (_loc3 == "indent" && textIndent != undefined)
                    {
                        tf[_loc3] = textIndent;
                        continue;
                    } // end if
                    if (_loc3 == "underline" && textDecoration != undefined)
                    {
                        tf[_loc3] = textDecoration == _loc3;
                        continue;
                    } // end if
                    if (_loc3 == "embedFonts" && embedFonts != undefined)
                    {
                        tf[_loc3] = embedFonts;
                        continue;
                    } // end if
                    _loc6 = true;
                } // end if
            } // end if
        } // end of for...in
        if (_loc6)
        {
            var _loc9 = styleName;
            if (_loc9 != undefined)
            {
                if (typeof(_loc9) != "string")
                {
                    _loc6 = _loc9.__getTextFormat(tf, true, this);
                }
                else if (_global.styles[_loc9] != undefined)
                {
                    _loc6 = _global.styles[_loc9].__getTextFormat(tf, true, this);
                } // end if
            } // end if
        } // end else if
        if (_loc6)
        {
            var _loc10 = this.getClassStyleDeclaration();
            if (_loc10 != undefined)
            {
                _loc6 = _loc10.__getTextFormat(tf, true, this);
            } // end if
        } // end if
        if (_loc6)
        {
            if (_global.cascadingStyles)
            {
                if (_parent != undefined)
                {
                    _loc6 = _parent.__getTextFormat(tf, false);
                } // end if
            } // end if
        } // end if
        if (_loc6)
        {
            _loc6 = _global.style.__getTextFormat(tf, true, this);
        } // end if
        return (_loc6);
    } // End of the function
    function _getTextFormat(Void)
    {
        var _loc2 = stylecache.tf;
        if (_loc2 != undefined)
        {
            return (_loc2);
        } // end if
        _loc2 = new TextFormat();
        this.__getTextFormat(_loc2, true);
        stylecache.tf = _loc2;
        if (enabled == false)
        {
            var _loc3 = this.getStyle("disabledColor");
            _loc2.color = _loc3;
        } // end if
        return (_loc2);
    } // End of the function
    function getStyleName(Void)
    {
        var _loc2 = styleName;
        if (_loc2 != undefined)
        {
            if (typeof(_loc2) != "string")
            {
                return (_loc2.getStyleName());
            }
            else
            {
                return (_loc2);
            } // end if
        } // end else if
        if (_parent != undefined)
        {
            return (_parent.getStyleName());
        }
        else
        {
            return;
        } // end else if
    } // End of the function
    function getStyle(styleProp)
    {
        var _loc3;
        ++_global.getStyleCounter;
        if (this[styleProp] != undefined)
        {
            return (this[styleProp]);
        } // end if
        var _loc6 = styleName;
        if (_loc6 != undefined)
        {
            if (typeof(_loc6) != "string")
            {
                _loc3 = _loc6.getStyle(styleProp);
            }
            else
            {
                var _loc7 = _global.styles[_loc6];
                _loc3 = _loc7.getStyle(styleProp);
            } // end if
        } // end else if
        if (_loc3 != undefined)
        {
            return (_loc3);
        } // end if
        _loc7 = this.getClassStyleDeclaration();
        if (_loc7 != undefined)
        {
            _loc3 = _loc7[styleProp];
        } // end if
        if (_loc3 != undefined)
        {
            return (_loc3);
        } // end if
        if (_global.cascadingStyles)
        {
            if (mx.styles.StyleManager.isInheritingStyle(styleProp) || mx.styles.StyleManager.isColorStyle(styleProp))
            {
                var _loc5 = stylecache;
                if (_loc5 != undefined)
                {
                    if (_loc5[styleProp] != undefined)
                    {
                        return (_loc5[styleProp]);
                    } // end if
                } // end if
                if (_parent != undefined)
                {
                    _loc3 = _parent.getStyle(styleProp);
                }
                else
                {
                    _loc3 = _global.style[styleProp];
                } // end else if
                if (_loc5 != undefined)
                {
                    _loc5[styleProp] = _loc3;
                } // end if
                return (_loc3);
            } // end if
        } // end if
        if (_loc3 == undefined)
        {
            _loc3 = _global.style[styleProp];
        } // end if
        return (_loc3);
    } // End of the function
    static function mergeClipParameters(o, p)
    {
        for (var _loc3 in p)
        {
            o[_loc3] = p[_loc3];
        } // end of for...in
        return (true);
    } // End of the function
    static var symbolName = "UIObject";
    static var symbolOwner = mx.core.UIObject;
    static var version = "2.0.1.78";
    static var textColorList = {color: 1, disabledColor: 1};
    var invalidateFlag = false;
    var lineWidth = 1;
    var lineColor = 0;
    var tabEnabled = false;
    var clipParameters = {visible: 1, minHeight: 1, minWidth: 1, maxHeight: 1, maxWidth: 1, preferredHeight: 1, preferredWidth: 1};
} // End of Class

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产三级一区二区| 亚洲精品一区二区三区福利 | 国产在线观看一区二区| 在线成人小视频| 免费av成人在线| 日韩精品综合一本久道在线视频| 日韩电影免费在线| 精品国产一区二区精华| 国产成人精品免费一区二区| 亚洲欧美偷拍另类a∨色屁股| 在线视频观看一区| 国产一区二区在线看| 国产精品国产精品国产专区不片 | www.视频一区| 一区二区国产视频| 久久久精品欧美丰满| 91国内精品野花午夜精品| 免费观看成人鲁鲁鲁鲁鲁视频| 欧美激情一区不卡| 日韩欧美在线影院| 99久久久精品| 国产ts人妖一区二区| 亚洲成人在线免费| 亚洲综合一区二区| 综合中文字幕亚洲| 国产喷白浆一区二区三区| 欧美疯狂性受xxxxx喷水图片| 99精品视频免费在线观看| 国产在线视视频有精品| 免费人成黄页网站在线一区二区| 中文字幕一区二区不卡| 国产欧美视频在线观看| 亚洲天堂成人在线观看| 天堂va蜜桃一区二区三区| 亚洲日穴在线视频| 国产精品国产精品国产专区不蜜| 久久精品水蜜桃av综合天堂| 日韩一区二区电影在线| 欧美一级午夜免费电影| 日韩久久精品一区| 本田岬高潮一区二区三区| 国产免费成人在线视频| 久久久久99精品一区| 国产欧美一区二区精品仙草咪| 日韩欧美高清dvd碟片| 精品第一国产综合精品aⅴ| 欧美成人一区二区三区| 中文字幕av一区二区三区免费看| 中文字幕一区二区三区在线不卡 | 国产麻豆视频一区| 99精品视频在线观看| 欧美三级视频在线观看| 精品国免费一区二区三区| 国产精品女同一区二区三区| 亚洲最快最全在线视频| 国产激情视频一区二区在线观看| 91在线视频18| 日韩精品一区二区三区四区视频| 国产精品视频一区二区三区不卡| 日韩激情视频在线观看| 粉嫩aⅴ一区二区三区四区| 欧美一级黄色片| 亚洲综合区在线| 99久久精品国产精品久久| 精品国精品国产| 亚洲国产精品嫩草影院| 91在线观看免费视频| 91免费视频网址| 精品久久久久久亚洲综合网 | 国产午夜精品一区二区三区嫩草 | 欧美精品色一区二区三区| 中文无字幕一区二区三区| 奇米色一区二区| 正在播放亚洲一区| 青青草精品视频| 欧美乱妇一区二区三区不卡视频| 91小视频在线免费看| 一区在线观看免费| 91伊人久久大香线蕉| 久久久久久久性| 粉嫩13p一区二区三区| 久久99精品一区二区三区| 成人h动漫精品一区二区 | 欧美一区中文字幕| 美日韩一区二区三区| 精品裸体舞一区二区三区| 奇米一区二区三区| 久久女同互慰一区二区三区| 国产成人一级电影| 中文字幕第一区综合| 成人在线视频首页| 亚洲丶国产丶欧美一区二区三区| 欧美一区日韩一区| 国产精品996| 亚洲国产裸拍裸体视频在线观看乱了 | 国产精品一区二区三区乱码| 136国产福利精品导航| 欧美区视频在线观看| 国产成人午夜精品5599| 成人免费一区二区三区在线观看| 欧美一区中文字幕| 色哟哟日韩精品| 不卡视频一二三| 久久国产乱子精品免费女| 最新不卡av在线| 国产精品私人自拍| 精品国产一二三| 欧美一区二区三区免费大片| 久久精品av麻豆的观看方式| 亚洲视频1区2区| 亚洲欧美综合另类在线卡通| 日韩一区二区电影| 欧美三级日韩三级国产三级| 国产精品一区二区免费不卡| 日本不卡一区二区三区高清视频| 亚洲你懂的在线视频| 国产精品福利av| 中文字幕精品一区二区三区精品 | 日韩免费观看高清完整版| 欧美羞羞免费网站| 91成人在线观看喷潮| 91蜜桃视频在线| 色哟哟欧美精品| 一本一道久久a久久精品 | 99久久99久久精品免费看蜜桃| 国产一区欧美二区| 成人免费毛片app| eeuss鲁片一区二区三区| 97精品国产97久久久久久久久久久久| 91首页免费视频| 99视频精品在线| 精品视频1区2区3区| 99久久久久久99| 7777精品伊人久久久大香线蕉超级流畅 | 欧美色视频一区| 色综合天天做天天爱| 欧美视频一区二| 精品伦理精品一区| 亚洲视频一二区| 精品一区二区三区免费视频| 国产成人无遮挡在线视频| 91视频一区二区三区| 91麻豆精品国产自产在线观看一区| 337p粉嫩大胆色噜噜噜噜亚洲| 亚洲欧美综合另类在线卡通| 蜜桃精品视频在线| 欧美日本韩国一区| 国产精品二三区| 国产精品影视网| 亚洲成av人片在线观看无码| 国产91丝袜在线播放九色| 欧美午夜精品一区二区三区| 国产精品拍天天在线| 韩国午夜理伦三级不卡影院| 欧美欧美欧美欧美首页| 中文字幕一区二区三区在线观看| 国产精品影视天天线| 欧美一区二区三区四区久久| 亚洲午夜影视影院在线观看| 波多野结衣的一区二区三区| 国产欧美一区二区在线观看| 国产麻豆精品theporn| 日韩一级二级三级| 免费久久99精品国产| 久久综合久久99| 成人精品视频一区| 成人免费一区二区三区在线观看| 成人三级在线视频| 亚洲精品欧美二区三区中文字幕| 99国产精品久久| 日韩中文字幕亚洲一区二区va在线| 欧美三级蜜桃2在线观看| 五月天国产精品| 久久久亚洲欧洲日产国码αv| 国产jizzjizz一区二区| 亚洲夂夂婷婷色拍ww47| 欧美一二三四在线| aa级大片欧美| 加勒比av一区二区| 亚洲精品水蜜桃| 久久免费午夜影院| 欧美手机在线视频| 国内成人自拍视频| 亚洲国产精品天堂| 国产日韩欧美精品电影三级在线| 亚洲成人动漫一区| 91伊人久久大香线蕉| 精品中文字幕一区二区| 亚洲精品免费一二三区| 欧美一区二区视频观看视频| 国产成人在线观看免费网站| 亚洲精品少妇30p| 国产精品免费免费| 2021中文字幕一区亚洲| 欧美一个色资源| 777a∨成人精品桃花网| 色999日韩国产欧美一区二区| 国产精品亚洲第一区在线暖暖韩国 | 91麻豆.com| 99视频国产精品|