in first frame on movie call action script with fscommand(“fullscreen”, true); fscommand(“allowscale”, false);
Daily Archives: November 21, 2008
flash exit – close – quit
on (release) { fscommand(“quit”); }
Flash For…
total=10; for(var i=0; i<=total; i++){ trace(i); }