Is there a way to make video go full screen when the used ckicks a button?
I don't want it to load a diffrent clip just expand it.
thanks
Printable View
Is there a way to make video go full screen when the used ckicks a button?
I don't want it to load a diffrent clip just expand it.
thanks
On the button:
Hope thats what u mean.Code:on (release) {
fscommand("fullscreen", "true");
}