Melida
put these lines in the first frame of your movie...this will play full screen.
fscommand("fullscreen","true");
fscommand("allowscale","false");
make sure that you also put a button on the page with this script so you can close your page
myBtn.onPress = function()
{
fscommand("quit");
}
If anyone could help me it would be most appreciated;
I am trying to load and external movie into my main movie but here`s the thing...I want my main movie to be fullscreen which is no problem
fscommand("fullscreen","true");
but I would like my movie that is being loaded to maintain its own...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.