Share Posted September 14, 2009 Hi jack, I created a liquid wrapper container, to add content to it (loaded swf's) var global_container:LiquidWrapper = new LiquidWrapper(null, 1024, 767, "top", "center"); addChildAt(global_container, 1); is it possible to stop liquidwraper responding to page resize at a certain time? and still be able to view it's content? I mean, just disabling the scaling/resizing functions, and keeping the loaded content inside? thanx man! Link to comment Share on other sites More sharing options...
Share Posted September 14, 2009 Sure! LiquidStage.releaseObject(global_container); Link to comment Share on other sites More sharing options...
Author Share Posted September 14, 2009 thank you man! i didn't think liquidstage has to to do something with liquiwrapper! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now