Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
As Close-to-fullscreen Flash MX Online SWF as possible

As Close-to-fullscreen Flash MX Online SWF as possible

2005-09-30       - By Denis Hu?

 Back
Reply:     1     2     3  

It causes a problem with scrollbars (or content or whatever)...

Look at download part, drag the scrollbar to bottom, then to top again....
the text doesn't follow correctly, it is stuck before the real top....

-- --Message d'origine-- --
De?: flashpro-bounces@(protected) [mailto:flashpro-bounces@(protected)] De la
part de Toby Pratt - Elsey Adcock Associates
Envoy??: vendredi 30 septembre 2005 10:36
??: Mailing list for professional Flash designers and developers
Objet?: RE: [flashpro] As Close-to-fullscreen Flash MX Online SWF as
possible

Here's another full screen thingy.

  http://www.cogent-tech.co.uk

It uses this little bit of javascript:

<script language="JavaScript">
window.onload = maxWindow;

function maxWindow()
{
window.moveTo(0,0);


if (document.all)
{
 top.window.resizeTo(screen.availWidth,screen.availHeight);
}

else if (document.layers||document.getElementById)
{
 if
(top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.ava
ilWidth)
 {
   top.window.outerHeight = screen.availHeight;
   top.window.outerWidth = screen.availWidth;
 }
}
}

</script>

This may not be cross browser compatible, but may be of help.


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
send message to the list:               mailto:flashpro@(protected)
[FlashPro] list info, subscribe, archive:   http://flash-list.com/
There's also a WebPro mailing list:     http://webdesign-list.com/
cutting-edge sounds for flash:            http://flash-sounds.com/


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
send message to the list:               mailto:flashpro@(protected)
[FlashPro] list info, subscribe, archive:   http://flash-list.com/
There's also a WebPro mailing list:     http://webdesign-list.com/
cutting-edge sounds for flash:            http://flash-sounds.com/

Earn $52 per hosting referral at Lunarpages.