Re: [flexcoders] Dinamic resize of flex application

2008-04-17 Thread Manish Jethani
On 4/15/08, wmckensy <[EMAIL PROTECTED]> wrote:

>  Hi I have a flex application in an HTML page, inside a div, and I want
>  to resize the current flex width and hight of the application (flash
>  movie) depending if I have full options displayed of my app or not.
>
>  Does anyone have any idea about how to make that? i tried anything I
>  could but it's not working

Go to issuu.com. View the HTML source. Specifically look at the
'swfResize' JavaScript function. That seems to work in most browsers I
know.


RE: [flexcoders] Dinamic resize of flex application

2008-04-15 Thread Rick Winscot
If the size of your application container is 100% width and 100% height -
your app will take up the entire browser space and re-size with the browser
window. Is this what you are looking for?

 

Rick Winscot

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of wmckensy
Sent: Tuesday, April 15, 2008 3:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Dinamic resize of flex application

 


Hi I have a flex application in an HTML page, inside a div, and I want
to resize the current flex width and hight of the application (flash
movie) depending if I have full options displayed of my app or not.

Does anyone have any idea about how to make that? i tried anything I
could but it's not working

Best way is: application.application.height = 336 ; but it's not making
the swf smaller. I also tried to call a js but nothing :/

If that been answered before just tell me where to look at :D

 

<><>

[flexcoders] Dinamic resize of flex application

2008-04-15 Thread wmckensy

Hi I have a flex application in an HTML page, inside a div, and I want
to resize the current flex width and hight of the application (flash
movie) depending if I have full options displayed of my app or not.

Does anyone have any idea about how to make that? i tried anything I
could but it's not working

Best way is: application.application.height = 336 ; but it's not making
the swf smaller. I also tried to call a js but nothing :/

If that been answered before just tell me where to look at :D