This is a public Group - Asia  public

이벤트

No results

Flex

최근 블로그 포스트

  • Entry posted 11/20/08 by oopchoi in Blog public

    FullScreen.mxml ======================================================

     

    <?xml version="1.0" encoding="utf-8"?>

    <!-- AIR 1.5에서 풀스크린을 띠우면 HTML에 로드된 swf는 보이지 않는다.
        따라서 showFlexChrome="false" systemChrome="none" type="lightweight" 속성을
        가진 윈도우를 띠운다.-->

    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
     applicationComplete="init()">
     
     <mx:Script>
     <![CDATA[
      import com.withflex.window.FullScreenWindow;
      private function init():void
      {
       var window :FullScreenWindow = new FullScreenWindow();
       window.open();
       
       this.close();
      }
     ]]>
     </mx:Script>

       <mx:HTML id="html" height="100%" width="100%"/>

    </mx:WindowedApplication>


     

    FullScreenWindow.mxml =================================================

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml"
     showFlexChrome="false" systemChrome="none" type="lightweight"
     creationComplete="creationCompleteHandler();">
        <mx:Script>
            <![CDATA[
             import mx.controls.HTML;
               
                private var html:HTML;
               
                private function creationCompleteHandler():void
                {
        nativeWindow.x = 0;   
                 nativeWindow.y = 0;  
                 nativeWindow.width = Capabilities.screenResolutionX;
                 nativeWindow.height = Capabilities.screenResolutionY;
                
        html = new HTML();
        html.width = nativeWindow.width;
        html.height = nativeWindow.height;
        html.location="http://www.naver.com";
        
        addChild(html);
                }
               
            ]]>
        </mx:Script>
    </mx:Window>

     

    more...

  • Entry posted 11/13/08 by oopchoi in Blog public
    각자의 이야기들을 자유롭게 꾸며주세요.

미디어 겔러리 포스트

No results

최근 포스트 참조

No results

Search Group Posts

Contact Us

No results

Members

  • 1-10 of 10

Sponsors

No results

Recently Posted Job Listings

Adobe Announcements

  • We made a big change to the Adobe Groups homepage today. Now, when you log in, you'll see a list of all groups that you have joined right there on the page.

    No more bookmarking groups or having to go to your profile page to see the full list!