品万众风情's profile品风品网PhotosBlogListsMore Tools Help

Blog


    November 14

    Flex嵌套HTML框架处理心得

    功能描述:在Flex中嵌套框架,并且进行数值传递
     
    1、编辑Flex框架组件iFrame.mxml
    <?xml version="1.0" encoding="utf-8"?>
     
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
        resize="callLater(moveIFrame)"
        move="callLater(moveIFrame)">
     
        <mx:Script>
        <![CDATA[
     
            import flash.external.ExternalInterface;
            import flash.geom.Point;
            import flash.net.navigateToURL;
     
            private var __source: String;
     
            /**
             * Move iframe through ExternalInterface.  The location is determined using localToGlobal()
             * on a Point in the Canvas.
             **/
            private function moveIFrame(): void
            {
     
                var localPt:Point = new Point(0, 0);
                var globalPt:Point = this.localToGlobal(localPt);
     
                ExternalInterface.call("moveIFrame", globalPt.x, globalPt.y, this.width, this.height);
            }
     
            /**
             * The source URL for the IFrame.  When set, the URL is loaded through ExternalInterface.
             **/
            public function set source(source: String): void
            {
                if (source)
                {
     
                    if (! ExternalInterface.available)
                    {
                        throw new Error("ExternalInterface is not available in this container. Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime are required.");
                    }
                    __source = source;
                    ExternalInterface.call("loadIFrame", source);
                    moveIFrame();
                }
            }
     
            public function get source(): String
            {
                return __source;
            }
     
            /**
             * Whether the IFrame is visible. 
             **/
            override public function set visible(visible: Boolean): void
            {
                super.visible=visible;
     
                if (visible)
                {
                    ExternalInterface.call("showIFrame");
                }
                else
                {
                    ExternalInterface.call("hideIFrame");
                }
            }
     
        ]]>
        </mx:Script>
     
    </mx:Canvas>
    2、放置到要使用框架的Flex中index.mxml,并写入引用哪个frame.html
    <ui:IFrame id="iFrame" source="frame.html" visible="true" width="100%" height="300"/>
    3、在引用框架的Flex生成页index.html里加入:
        <1. wmode set to opaque
        在调用swf的后面加上"wmode","opaque"
        例如:"pluginspage", "http://www.adobe.com/go/getflashplayer",
              "wmode","opaque"
        <2. the moveIFrame,hideIFrame,showIFrame,loadIFrame methods
        <script language="JavaScript" type="text/javascript">

    <!--
    // -----------------------------------------------------------------------------
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 28;
    // -----------------------------------------------------------------------------
    // -->
    function moveIFrame(x,y,w,h) {
        var frameRef=document.getElementById("myFrame");
        frameRef.style.left=x;
        frameRef.style.top=y;
        var iFrameRef=document.getElementById("myIFrame"); 
         iFrameRef.width=w;
         iFrameRef.height=h;
    }
     
    function hideIFrame(){
        document.getElementById("myFrame").style.visibility="hidden";
    }
     
    function showIFrame(){
        document.getElementById("myFrame").style.visibility="visible";
    }
     
    function loadIFrame(url){
         document.getElementById("myFrame").innerHTML = "<iframe id='myIFrame' src='" + url + "'frameborder='0'></iframe>";
    }
    //要调用的内容,加载前三个就可以了,后面这个函数是用来调用返回值
    function getEditorText(){
         return document.getElementById("myIFrame").contentWindow.GetEditorText1();
    }
    </script>
     
        <3. the 'myFrame' div
            在</body>这前写入:
            <div id="myFrame" style="position:absolute;background-color:transparent;border:0        px;visibility:hidden;"></div>
     
    4、在Flex页面index.mxml输入的函数值,调用index.html中的'getEditorText'函数,并且写入到text1.text中
        text1.text=ExternalInterface.call('getEditorText',param1,param2,param3,...)
        getEditorText:函数名称
        param:参数值
     
    5、在生成页中取得框架中的函数
        框架内的frame.html,放置在head之间:
       function GetEditorText1(){
        return getHTML(params);
        index.html生成页的调用,设置在head之间:
        function getEditorText(){
         return document.getElementById("myIFrame").contentWindow.GetEditorText1();
        }
        
    后记:实际中在这里只是调用一个层放在对应位置而已,当我们在Flex中做申缩动作时,层也要跟着改变,我是如此处理的:
        设置move或show事件,当move或show时则调用:iFrame.source = "frame.html"
    参考:

    Comments (5)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    No namewrote:
    http://www.bestlaptopbattery.com.au/hp/presario-x1000.htm Hp presario x1000 battery
    http://www.bestlaptopbattery.com.au/hp/presario-x1100.htm Hp presario x1100 battery
    http://www.bestlaptopbattery.com.au/hp/presario-x1200.htm Hp presario x1200 battery
    http://www.bestlaptopbattery.com.au/hp/presario-x1300.htm Hp presario x1300 battery
    http://www.bestlaptopbattery.com.au/hp/presario-x1400.htm Hp presario x1400 battery
    http://www.bestlaptopbattery.com.au/hp/r3000.htm Hp r3000 battery
    http://www.bestlaptopbattery.com.au/hp/tx1000.htm Hp tx1000 battery
    http://www.bestlaptopbattery.com.au/hp/tx1100.htm Hp tx1100 battery
    http://www.bestlaptopbattery.com.au/hp/tx2000.htm Hp tx2000 battery
    http://www.bestlaptopbattery.com.au/hp/tx2100.htm Hp tx2100 battery
    http://www.bestlaptopbattery.com.au/hp/v1000.htm Hp v1000 battery
    http://www.bestlaptopbattery.com.au/hp/v3000.htm Hp v3000 battery
    http://www.bestlaptopbattery.com.au/hp/v6000.htm Hp v6000 battery
    http://www.bestlaptopbattery.com.au/hp/ze2000.htm Hp ze2000 battery
    http://www.bestlaptopbattery.com.au/hp/zt1000.htm Hp zt1000 battery
    http://www.bestlaptopbattery.com.au/hp/zt3000.htm Hp zt3000 battery
    http://www.bestlaptopbattery.com.au/hp/zt3100.htm Hp zt3100 battery
    http://www.bestlaptopbattery.com.au/hp/zt3200.htm Hp zt3200 battery
    http://www.bestlaptopbattery.com.au/hp/zt3300.htm Hp zt3300 battery
    http://www.bestlaptopbattery.com.au/hp/zt3400.htm Hp zt3400 battery
    http://www.bestlaptopbattery.com.au/ibm/02k6928.htm Ibm 02k6928 battery
    http://www.bestlaptopbattery.com.au/ibm/02k7072.htm Ibm 02k7072 battery
    http://www.bestlaptopbattery.com.au/ibm/08k8192.htm Ibm 08k8192 battery
    http://www.bestlaptopbattery.com.au/ibm/08k8195.htm Ibm 08k8195 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1060.htm Ibm 92p1060 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1087.htm Ibm 92p1087 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1101.htm Ibm 92p1101 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1129.htm Ibm 92p1129 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1131.htm Ibm 92p1131 battery
    http://www.bestlaptopbattery.com.au/ibm/92p1139.htm Ibm 92p1139 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r32.htm Ibm thinkpad r32 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r40.htm Ibm thinkpad r40 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r50.htm Ibm thinkpad r50 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r50e.htm Ibm thinkpad r50e battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r50p.htm Ibm thinkpad r50p battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r51.htm Ibm thinkpad r51 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r52.htm Ibm thinkpad r52 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r60.htm Ibm thinkpad r60 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-r60e.htm Ibm thinkpad r60e battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-t30.htm Ibm thinkpad t30 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-t40.htm Ibm thinkpad t40 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-t40p.htm Ibm thinkpad t40p battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-t41.htm Ibm thinkpad t41 battery
    http://www.bestlaptopbattery.com.au/ibm/thinkpad-t41p.htm Ibm thinkpad t41p battery
    Nov. 10
    儿 雨wrote:

    http://www.akkuliste.com/sony/vgp-bps2b.htm sony vgp-bps2b akku
    http://www.akkuliste.com/sony/vgp-bps2.htm sony vgp-bps2 akku
    http://www.akkuliste.com/sony/vgp-bps2c.htm sony vgp-bps2c akku
    http://www.akkuliste.com/toshiba/pa3399u-1brs.htm toshiba pa3399u-1brs akku
    http://www.akkuliste.com/toshiba/satellite-a100.htm toshiba satellite a100 akku
    http://www.akkuliste.com/toshiba/pa3536u.htm toshiba pa3536u akku
    http://www.akkuliste.com/dell/inspiron-1300.htm dell inspiron 1300 akku
    http://www.akkuliste.com/dell/xps-1330.htm dell xps 1330 akku
    http://www.akkuliste.com/dell/xps-m1330.htm dell xps m1330 akku
    http://www.akkuliste.com/dell/inspiron-6000.htm dell inspiron 6000 akku
    http://www.akkuliste.com/dell/inspiron-9300.htm dell inspiron 9300 akku
    http://www.akkuliste.com/dell/e1705.htm dell e1705 akku
    http://www.akkuliste.com/hp/nc8230.htm hp nc8230 akku
    http://www.akkuliste.com/hp/dv9500.htm hp dv9500 akku
    http://www.akkuliste.com/hp/dv2000.htm hp dv2000 akku
    http://www.akkuliste.com/dell/latitude-d620.htm dell latitude d620 akku
    http://www.akkuliste.com/hp/dv6000.htm hp dv6000 akku
    http://www.akkuliste.com/hp/dv2700.htm hp dv2700 akku
    http://www.akkuliste.com/dell/inspiron-b130.htm dell inspiron b130 akku
    http://www.akkuliste.com/toshiba/pa3534u-1brs.htm toshiba pa3534u-1brs akku
    http://www.akkuliste.com/dell/inspiron-1525.htm dell inspiron 1525 akku
    http://www.akkuliste.com/dell/d9200.php Notebook Laptop akku for Dell D9200 D5318 G5260 laptop akku ,
    http://www.akkuliste.com/acer/tm4200.php akku ACER BATBL50L6 Travelmate 4200 4203 4230 4260 4280 laptop akku ,
    http://www.akkuliste.com/dell/inspiron-1200.htm dell inspiron 1200 akku
    http://www.akkuliste.com/toshiba/pa3534u-1brs.htm toshiba pa3534u-1brs akku
    http://www.akkuliste.com/toshiba/pa3399u-1bas.htm toshiba pa3399u-1bas akku
    http://www.akkuliste.com/toshiba/pa3399u-2bas.htm toshiba pa3399u-2bas akku
    http://www.akkuliste.com/gateway/m320.htm gateway m320 akku
    http://www.akkuliste.com/toshiba/satellite-a105.htm toshiba satellite a105 akku
    http://www.akkuliste.com/compaq/nc4400.htm compaq nc4400 akku
    http://www.akkuliste.com/compaq/tc4200.htm compaq tc4200 akku
    http://www.akkuliste.com/compaq/nc4200.htm compaq nc4200 akku
    http://www.akkuliste.com/dell/e1405.htm dell e1405 akku
    http://www.akkuliste.com/hp/hstnn-db02.htm hp hstnn-db02 akku
    http://www.akkuliste.com/toshiba/PA3533U-1BAS.htm toshiba PA3533U-1BAS akku
    http://www.akkuliste.com/hp/HSTNN-IB04.htm hp HSTNN-IB04 akku
    http://www.akkuliste.com/toshiba/satellite-m45.htm toshiba satellite m45 akku
    http://www.akkuliste.com/asus/w1000.htm asus w1000 akku
    http://www.akkuliste.com/gateway/m505.htm gateway m505 akku
    http://www.akkuliste.com/gateway/btp-68b3.htm gateway btp-68b3 akku
    http://www.akkuliste.com/gateway/btp-51b3.htm gateway btp-51b3 akku
    http://www.akkuliste.com/hp/nc2400.htm hp nc2400 akku
    http://www.akkuliste.com/ibm/thinkpad-t30.htm ibm thinkpad t30 akku
    http://www.akkuliste.com/gateway/squ-412.htm gateway squ-412 akku
    http://www.akkuliste.com/toshiba/pa3383.htm toshiba pa3383 akku
    http://www.akkuliste.com/toshiba/pa3395u-1brs.htm toshiba pa3395u-1brs akku
    Nov. 6
    Oct. 11
    Sept. 2
    No namewrote:
    wow gold!All wow gold US Server 24.99$/1000G on sell! Cheap wow gold,wow gold,wow gold,Buy Cheapest/Safe/Fast WoW US EU wow gold Power leveling wow gold from the time you wWorld of Warcraft gold ordered! wow power leveling wow power leveling power leveling wow power leveling wow powerleveling wow power levelingcheap wow power leveling wow power leveling buy wow power leveling wow power leveling buy power leveling wow power leveling cheap power leveling wow power leveling wow power leveling wow power leveling wow powerleveling wow power leveling power leveling wow power leveling wow powerleveling wow power leveling buy rolex cheap rolex wow gold wow gold wow gold wow gold -10936693841514
    June 3

    Trackbacks

    The trackback URL for this entry is:
    http://stevenwoo.spaces.live.com/blog/cns!D585501FF7B87FB0!256.trak
    Weblogs that reference this entry
    • None