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

2005-10-25 Thread Nick Weekes
Why not use separate swf's and html pages, one for the scaled stuff (set
publish settings at 100% html size for height and width), and then another
with publish settings of Match Movie for the scrollable text (using the
scrollbar component)?

Cheers,

Nick

-Original Message-
From: [EMAIL 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 the browser while some longer text pages will require the user to
scroll down vertically.

basically i want a vertical scrollbar that works like a standard
html-scrollbar for full broser flash.

as far as i can think now there seems to be two ways:

1. make a flash scrollbar
- i remember seeing a html-like flash scrollbar somewhere. i think it used
frames in some way. sounds a bit messy.

2. use the existing html scrollbar
- perhaps by setting the height of the swf to the height of the longest page
and changing the overflow-y CSS through javascript to scroll for the long
pages and hidden for the pages that should just fill the screen
- is it possible to change the height of the swf dynamically?

has anyone dealt with these issues and found good solutions?

thanks!

erik

www.unsworn.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 features of ScrollPane (hScroll, vScroll, etc).

Mike
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders