Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 135144

Re: Fullscreen problem with blank space

$
0
0

it solved. Thanks mr.kglad.

i just change the ADDED (message 1 code) to ADDED_TO_STAGE (message 3 code) and remain the fullScreenTakeOver =false;

------------------------------------------------------------------------------------------ ---------------


import flash.system.fscommand;

fscommand("fullscreen", "true");

fscommand("allowscale", "false");

 

 

stage.addEventListener(Event.ADDED_TO_STAGE,FLVAdded, true);

 

 

function FLVAdded(e:Event):void

{

if (e.target is FLVPlayback)

{

e.target.fullScreenTakeOver = false;

}

}

------------------------------------------------------------------------------------------ ---------------


Viewing all articles
Browse latest Browse all 135144

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>