Re: [flexcoders] Can't get web page to scroll large Flex app

2008-04-21 Thread fredly
To do this you'll need to find out the height of your Flex app and then pass that to a JavaScript function in your html page. The JavaScript function then changes the height of your swf object. This will turn on the scroll bars when needed. In your MXML doc (in ActionScript) //first import the st

Re: [flexcoders] Can't get web page to scroll large Flex app

2008-03-29 Thread bsonnich
ontalScrollPolicy to on >> > >> > >> > ----- Original Message >> > From: jack_freud >> > To: flexcoders@yahoogroups.com >> > Sent: Friday, January 25, 2008 4:53:09 PM >> > Subject: [flexcoders] Can't get web page to scroll lar

Re: [flexcoders] Can't get web page to scroll large Flex app

2008-01-25 Thread Sherif Abdou
:09 PM Subject: [flexcoders] Can't get web page to scroll large Flex app Hi, I have a Flex app that's quite long, more than 900 pixels. If it were HTML, the browser would automatically add scrollbars for the content. But the browser doesn't seem to notice that the app is bigger than

[flexcoders] Can't get web page to scroll large Flex app

2008-01-25 Thread jack_freud
Hi, I have a Flex app that's quite long, more than 900 pixels. If it were HTML, the browser would automatically add scrollbars for the content. But the browser doesn't seem to notice that the app is bigger than the viewable area of the browser. I tried putting the embedded object inside an HTML t