RE: [Flashcoders] full browser flash + vertical html scrollbar

2005-10-25 Thread Nick Weekes
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 25 October 2005 11:32 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] full browser flash + vertical html scrollbar hello, i'm developing a site entirely in flash (7) where some pages should scale to fill

Re: [Flashcoders] full browser flash + vertical html scrollbar

2005-10-25 Thread Mike Britton
Another solution would be a three-pronged approach: have a fullscreen swf that loads in another swf containing a ScrollPane component at 0,0. Pass Stage.width and Stage.height to the swf containing the ScrollPane (to resize it), and load in the content (your site). This would give you all the