;

PDA

Click to See Complete Forum and Search --> : fullscreen video


shallowford
09-20-2003, 04:51 PM
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

phreakdevil
09-22-2003, 08:32 AM
On the button:


on (release) {
fscommand("fullscreen", "true");
}


Hope thats what u mean.