/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
fullscreen_mc.onRelease = function() { if (Stage["displayState"] == "normal") { Stage["displayState"] = "fullScreen"; } else { Stage["displayState"] = "normal"; } };