Re: [flexcoders] Detecting Browser Re-Size

2010-05-25 Thread Julien Nicoulaud
Of *Nick Middleweek > *Sent:* Tuesday, May 25, 2010 9:53 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Detecting Browser Re-Size > > > > > > Can you expand a little on the page layout you ha.ve that needs to > change?.. You might be able to just use CSS t

RE: [flexcoders] Detecting Browser Re-Size

2010-05-25 Thread Battershall, Jeff
se-case). Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nick Middleweek Sent: Tuesday, May 25, 2010 9:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Detecting Browser Re-Size Can you expand a little on the page layout

Re: [flexcoders] Detecting Browser Re-Size

2010-05-25 Thread Nick Middleweek
Can you expand a little on the page layout you ha.ve that needs to change?.. You might be able to just use CSS to position some DIV tags in a fluid layout and your SWF is in one DIV, your IFRAME in another and when the browser resizes, the browser handles the moving using relative positioning. So

[flexcoders] Detecting Browser Re-Size

2010-05-24 Thread Battershall, Jeff
There's a lot on this subject out there but not the definitive answer I'm looking for - so I thought I'd see what Flex Coders has on the subject. I need to be able to re-position some HTML content (an IFrame) relative to the screen coordinates of my Flex app, when the browser is re-sized. Can a