I need help for my plugin on my project [close]

  • Hello,

    I am trying to make a small plugin "comment - writing" to my project, but I do not go out with AS3.

    The plugin is created and integrated in Krpano, but my problem is with the fullscreen that disables the keyboard!

    I tried many tests without success!

    Exemple:
    AS3 :

    Code
    public function setFullScreen():void { this.width = Capabilities.screenResolutionX;                this.height = Capabilities.screenResolutionY;                this.stage.align = StageAlign.TOP_LEFT;                this.stage.scaleMode = StageScaleMode.NO_SCALE;                this.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;            }

    or just :

    Code
    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;


    Html :

    Code
    <param name="allowFullScreenInteractive" value="true" />


    I hope you can give me a solution.
    ps: I can not integrate packages in flash, and I do not know why!

    I also enclose the test file & .fla .as


    adresse : Closed


    I fine other solution without AS3 ... (no fullscreen) *pinch*

    Einmal editiert, zuletzt von nex (22. Oktober 2013 um 00:38)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!