I've made a page entirely in flash (flex actionscript project), and for weird reasons, should'nt scale when opened with a small windowed browser (low resolution or not maximized); in this case I need to have to browser scrollbar active to show the full flash application.
How can that be done?
Note: I don't want to implement a scroll method in flash (like flash scrollbars, or a mouse position related scroller), i just want to summon the browser scrollbars.