I already have a website that brings up FLV videos in a container name myVideo
I just want the command to make a button make that window fullscreen.
I have:
btn_Fullscreen.onRelease = function(){
Stage[“displayState”] = “fullScreen”;
}
which works for making the whole stage fullscreen. But how can I get it for just the myVideo movie clip?