HighDots Forums  

Change to fullscreen on load

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Change to fullscreen on load in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
epochmax
 
Posts: n/a

Default Change to fullscreen on load - 06-28-2004 , 08:25 AM






Hi,

I'm doing a simple CD-ROM with an HTML autoplay.

Does anybody know if there is a way to start off the HTML file in fullscreen
without using the 'open browser window' command from another page i.e in other
words this would entail the properties of the window (toolbar, scrollbar, etc.
)to change on load.

i've kinda found a way to do it with IE but the toolbar still appears in
fullscreen mode and the script doesn't work with Netscape or Mozilla.

Thanks

suf





Reply With Quote
  #2  
Old   
s_m_b
 
Posts: n/a

Default Re: Change to fullscreen on load - 06-28-2004 , 09:39 AM






"epochmax" <webforumsuser (AT) macromedia (DOT) com> wrote in
news:cbp2n4$sk9$1 (AT) forums (DOT) macromedia.com:

you need an onload command in the body tag, and some script to resize the
window to full screen. I have a feeling there are differences in the
syntax per browser, but you need to check that. something like
window.resizeto(790,580)....

Quote:
Hi,

I'm doing a simple CD-ROM with an HTML autoplay.

Does anybody know if there is a way to start off the HTML file in
fullscreen
without using the 'open browser window' command from another page i.e
in other words this would entail the properties of the window
(toolbar, scrollbar, etc. )to change on load.

i've kinda found a way to do it with IE but the toolbar still appears
in
fullscreen mode and the script doesn't work with Netscape or Mozilla.

Thanks

suf







Reply With Quote
  #3  
Old   
epochmax
 
Posts: n/a

Default Re: Change to fullscreen on load - 06-30-2004 , 12:34 PM



s_m_b, thanks for replying.

I did the /onload/ script and it worked for IE, but still it didn't rid
itself of the toolbar, something one would expect if F11 was pressed.

As for Netscape, Mozilla and Firefox, it's stll annoying the hell outta me!

Thanks anyhow.






s_m_b wrote:

Quote:
"epochmax" <webforumsuser (AT) macromedia (DOT) com> wrote in
news:cbp2n4$sk9$1 (AT) forums (DOT) macromedia.com:

you need an onload command in the body tag, and some script to resize the
window to full screen. I have a feeling there are differences in the
syntax per browser, but you need to check that. something like
window.resizeto(790,580)....




Reply With Quote
  #4  
Old   
Gary White
 
Posts: n/a

Default Re: Change to fullscreen on load - 06-30-2004 , 01:14 PM



On Thu, 01 Jul 2004 00:34:05 +0800, epochmax <epochmax (AT) tm (DOT) net.my> wrote:

Quote:
s_m_b, thanks for replying.

I did the /onload/ script and it worked for IE, but still it didn't rid
itself of the toolbar, something one would expect if F11 was pressed.

As for Netscape, Mozilla and Firefox, it's stll annoying the hell outta me!

Perhaps you're just using the wrong tool for the job. If you want that
much control over the users' desktop, you should probably be writing
something in a C variant, or some other desktop application programming
language.


Gary


Reply With Quote
  #5  
Old   
s_m_b
 
Posts: n/a

Default Re: Change to fullscreen on load - 07-01-2004 , 05:45 AM



Gary White <reply (AT) newsgroup (DOT) please> wrote in
news:54t5e0hn972ujqc66qcn4g53rkq5bilifv (AT) 4ax (DOT) com:

Quote:
On Thu, 01 Jul 2004 00:34:05 +0800, epochmax <epochmax (AT) tm (DOT) net.my
wrote:

s_m_b, thanks for replying.

I did the /onload/ script and it worked for IE, but still it didn't
rid itself of the toolbar, something one would expect if F11 was
pressed.

As for Netscape, Mozilla and Firefox, it's stll annoying the hell
outta me!

like I said, there are variations in the addressing of the DOM, that
you'll have to allow for - the Mozilla / Firefox sites might give you a
bit of help.
The F11 function is purely for display convenience, I believe.


Quote:
Perhaps you're just using the wrong tool for the job. If you want that
much control over the users' desktop, you should probably be writing
something in a C variant, or some other desktop application
programming language.


Gary



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.