开发者

Full Screen Flash help

开发者 https://www.devze.com 2023-03-11 17:57 出处:网络
I am writing a tiny tiny thing for a museum that is just basically a flas开发者_Go百科h flip book, there are next and back buttons at the bottom of the page. I am having an issue making it FULL SCREEN

I am writing a tiny tiny thing for a museum that is just basically a flas开发者_Go百科h flip book, there are next and back buttons at the bottom of the page. I am having an issue making it FULL SCREEN. I really have no idea how to do this. I am 100% new to flash but basically this is going to be a swf that runs and needs to just take up 100% of the screen. Thanks for the help, Aaron

also im in action script 2


You need to call fscommand("fullscreen","true");

Make sure you hide the keyboard though, because visitors will be able to just press Esc and exit :)

0

精彩评论

暂无评论...
验证码 换一张
取 消