groups

name language licence
AS3 Full Screen Command Other Other
code lines Other Other
link photoflow ActionScript Other
xml flash photoflow HTML Other



language: Other
licence: Other

AS3 Full Screen Command

options: view full snippetsend to code collector
insert into first as layer in timebar
======================================================

import flash.display.StageDisplayState;
stage.displayState = StageDisplayState.FULL_SCREEN;
	
(Continues...)