View Full Version : fscommand
Omega430
08-24-2002, 12:12 AM
I cannot get this to work. I don't know what I'm doing wrong. Can someone please explain the proper way to use it.
Thank you very much
Chris
What are you trying to achive? You can do various things with FSCommand, so please be more precise. Post the code you are using that won't work, and somebody may help you...
DD
Omega430
08-24-2002, 12:29 AM
fscommand("fullscreen", "true");
I have this in the first frame.
I have a scrolling background with text coming into and stopping at the center. I just want the 550 x 400 to be full screen. It's the intro for a web page.
Thanks
Chris
I may be wrong, but fullscreen is supposed to work only from projectors, not on line... If you want fullscreen on the web you should use javascript. Check intermediate tutorials section...
DD
ChrisA
09-05-2002, 12:27 PM
You could put this inside the head tag :
<style>
body {margin:0}
</style>
read the tutorial on using the fscommand, since you didn't tell us specifically what you want to do with it, this will give you the broadest id of what is possible.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.