Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 549089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:08:52+00:00 2026-05-13T11:08:52+00:00

I have a an swf, called ‘controls’ that I created with flash cs4. I

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:08:53+00:00Added an answer on May 13, 2026 at 11:08 am

    Unfortunately, there’s no onResize event for Movieclips. However, you can make one!
    In the controls.swf make a document class. We’ll call it Controls.as and it should extend MovieClip. In Controls.as have something like this:

    override public function set width(value:Number):void{
      super.width = value;
      dispatchResizeEvent();
    }
    
    override public function set height(value:Number):void{
      super.height = value;
      dispatchResizeEvent();
    }
    
    private function dispatchResizeEvent():void{
      dispatchEvent(new Event("MovieClipResize", true));
    }
    

    When you load in the swf add an event listener for MovieClipResize:

    controlsSwf.addEventListener("MovieClipResize", onMovieClipResize);
    

    I wrote this off the cuff, so it’s editable. It’s also simplified a bit and not super optimized but hopefully it can get you going.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that loads external SWF files and plays them inside a
I have a swf with loads text into a Sprite that resizes based on
I have a swf that is run from C:/ in the browser instead of
Alright, currently I have my SWF hitting a php file that will go and
I have a Flex swf hosted at http://www.a.com/a.swf . I have a flash code
I have a SWF Video player on my webpage. I want to draw a
I am having a problem with SWF File. I have a SWF File on
I have a compiled swf file and a I can't edit it , but
I have a project with a bunch of external sounds to a SWF. I
I have a case where I need to serve raw swf files to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.