Posts Tagged ‘full screen’

  • Full Screen no Adobe AIR

    0

    código para odtain tela cheia efeito em um aplicativo desenvolvido pelo ar Flex:

    private function onApplicationComplete():void {
        stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
    }

    Retweet this post