Bonjour à tous,

J'essaye de mettre ma vidéo d'introduction en fullscreen mais elle ne s'affiche pas pourtant il y a bien le son mais pas l'image

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
//VideoIntro
                        var _xmlVideo:XML = G._video_xml.sequence.video.(id == 1)[0];
                        _videoIntro = new VideoBox(_xmlVideo.fichier);
                        _contener_Text = new TextField();
                        _contener_Text.htmlText = "Passer l'intro";
                        stage.displayState = StageDisplayState.FULL_SCREEN;  
                        _videoIntro.width = stage.fullScreenWidth;
                        _videoIntro.height = stage.fullScreenHeight;
Merci d'avance pour vos réponses