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

  • Home
  • SEARCH
  • 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 4325158
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T09:13:47+00:00 2026-05-21T09:13:47+00:00

I cannot bubble the event because I want to send to another class that

  • 0

I cannot bubble the event because I want to send to another class that is not even a movieclip but a simple class.

So I transform previous source code here
Is it impossible with Flash to get the Instance Creator? for

private function onCustomEventType(e:CustomEvent):void
{
    trace(e.value);
    //redispatch
    this.dispatchEvent(e as CustomEvent);

}// end function

error is

conversion of flash.events to CustomEvent impossible

Whereas I have casted to CustomEvent to be sure!

  • 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-21T09:13:47+00:00Added an answer on May 21, 2026 at 9:13 am

    In your event handler you can dispatch the event again. But what happens then is that Flash Player clones the event that was received into a new one. When you have made your own custom events, you should therefore always override the clone() function. Otherwise you will get runtime errors such as the one you mentioned.

    in your case your CustomEvent class should have this method

        override public function clone():Event
        {
            return new CustomEvent(type, bubbles, cancelable);
        }
    

    and if your constructor needs additional parameters make sure to put them in there too.

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

Sidebar

Related Questions

Why cannot use body::selection , when i want anything that can highlight to be
I want to implement a delegate solution for Bubble sort. I have this code:
Cannot validate this method because the domain mapping for the return type (XXXProxy) could
I am trying to stop some events but stopPropagation does not work with live
I have decided that all my WPF pages need to register a routed event.
I have a simple C++ DLL that implements a few custom actions for a
Cannot attach an exit database. I have created a database in another computer with
I cannot seem to access the map in the parent class from the child
I cannot figure out why this is not working. Can anyone explain to me
I am trying to dispatch a custom event from one flex module to another.

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.