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

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