View Full Version : HTML fixed size
skysir
03-01-2002, 02:01 AM
Pls help!
HOW TO:
1. Make the browser simpler (sometimes with border only, no 'back' buttons, or 'address', etc) and fixed size according to your stage? (eg. if my flash site is 500x600, how to make so that the browser can't be maximize or minimize? fixed...)
2. Make the browser goes full screen (no borders/buttons at all)
Thanks in advance!
FiZzIk
03-01-2002, 02:11 AM
if u mean something like a chromeless window have a look in the tutorials.
sudarshan
03-01-2002, 08:04 AM
For that purpose you have to add some codes. You can view the example here:
http://sudarshangurung.denmark.com/test1.htm
Right Click on the page (test1.htm) and view the codes.
<a href="javascript:;" onClick="MM_openBrWindow('test.htm','test','width=500,heigh t=600')"><img src="sg.jpg" width="50" height="50" border="0" alt="++Enter++"></a>
If you want to show the scrollbar and the status bar:
<a href="javascript:;" onClick="MM_openBrWindow('test.htm','test','status=yes,scro llbars=yes,width=500,height=600')"><img src="sg.jpg" width="50" height="50" border="0" alt="++Enter++"></a>
Good Luck!
skysir
03-01-2002, 08:44 AM
Thanks sudarshan! You helps a lot! thanks! Oh, how about the full screen one? do you know how to do it?
there is a full screen tut on this site
hhhhhmmmmm....... try clicking here (http://www.actionscript.org/tutorials/intermediate/launch_full_screen/index.shtml)
:)
BLEEDA
sudarshan
03-02-2002, 04:25 AM
Check the link as said by Bleeda. There's a tutorial for the full screen mode.
Good Luck!
Sudarshan Gurung
skysir
03-02-2002, 02:10 PM
yeap... checked it out! really helps! thanks a lot bleeda! really helps! :)
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.