MovieClip.onResize event? how?

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-01-16T03:47:34Z Indexed on 2010/05/19 23:00 UTC
Read the original article Hit count: 305

Filed under:
|
|
|
|

I have a an swf, called 'controls' that I created with flash cs4. I upload the controls.swf to my web server. I create an application in flex and it loads the external swf controls into itself. So far I can manipulate the controls.swf via my flex app.

I created a class in my external swf, but I need to add some onResize event/check to my scroll bar. For example, if my scrollbar size increases/decreases, I want it to change variable values. Is there some movieClip.onResize event?

© Stack Overflow or respective owner

Related posts about flex4

Related posts about actionscript-3