Sunday, September 25, 2011

AS2, FP8 Fullscreen

fullscreenBtn.onRelease = function(){ if(Stage["displayState"] == "normal"){ Stage["displayState"] = "fullScreen"; }else{ Stage["displayState"] = "normal"; } }

Thursday, September 22, 2011

Symbols Dissapear When Scrolling

In Flash Player 8 you cannot scroll a movie clip that contains a dynamic text or input text.