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*

    Edited once, last by nex (October 22, 2013 at 12:38 AM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!