Not sure I understood that. If you had a pure HTML app, it might have some <div> that is really tall so its containing <div> shows a scrollbar right? It turns out there is no ActionScript API to make the player's viewport taller on the fly, but you should be able to use ExternalInterface with some custom JS in the HTML wrapper to set the size of the player's viewport. The only drawback is that, if you make the player more than 2000 pixels tall, it might get slow drawing all of those pixels.
Usually, Flex apps are full screen so it is ok to hide the browser scrollbars and use the Flex ones. HTH, -Alex On 4/18/14 1:53 PM, "john dowling" <[email protected]> wrote: >Do you see any way to make the scrolling on this site allow for the >entire site to scroll, while we are still scrolling with other items on >the site? The site itself does not seem to scroll??? > >Thank you, >John > > > > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Is-it-possible-to-create-a- >apache-flex-vertical-website-which-scrolls-like-a-regular-website-tp6191p6 >193.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
