9/24/2011 5:04:48 PM
Title:
Listener for Event.RESIZE
I have a simple website with buttons at the top that when clicked go to another frame in the timeline and display different content. In an effort to make my site fluid,I added a listener for Event.RESIZE. I got everything working the way I want, however the listener only seems to work on the first frame (where the actions script is). When you navigate to a different frame (by clicking a button) the listener seems to stop and things wont reposition/rescale anymore. Any ideas on why this could be happening?
Tyler
Points: 430
Posts:0
9/27/2011 10:55:49 AM
you need to write resize listener on every frame you want to adjust with resize event.