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 530253
In Process

The Archive Base Latest Questions

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

I am working in Flex Builder 3 and I am trying to figure out

  • 0

I am working in Flex Builder 3 and I am trying to figure out this error. The error console reads “Access of undefined property EVENT.” I am not understanding why this error is showing when I have already imported flash.events.Event. Flex is not recognizing with even the hinting helper pop up that appears when I type the addEventListener( . It should appear after the opening parenthesis right? Also, I cleaned the targets and still no luck. Thanks!

package {

    import flash.display.Sprite;
    import flash.events.Event;

    public class testing extends Sprite
    {
        public function testing()
        {
            addEventListener(EVENT.ENTER_FRAME, loop);
        }
        private function loop(e:Event):void
        {
        }
    }
}
  • 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-13T09:10:39+00:00Added an answer on May 13, 2026 at 9:10 am

    Actionscript is key sensitive

    like this:

    addEventListener(Event.ENTER_FRAME, loop);
    

    not like this:

    addEventListener(EVENT.ENTER_FRAME, loop);
    

    wakey wakey 🙂

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

Sidebar

Related Questions

I'm working with Flex 3.4 SDK. I'm trying to programmatically(yep, must be this way)
Problem solved, see below Question I'm working in Flex Builder 3 and I have
I'm working on Flash Builder with latest flex SDK. I have a problem getting
I am currently working in Flex 3.0 I am getting an error(screen shot is
Is there a way to get the Flex Builder plugin working on the latest
I'm working with Flex 4 invoking webservices from JVM 1.6 I'm trying to make
I've been trying out Flash Builder for the first time and I can't seem
I am working with Flash Builder 4.5 using Adobe Air, Flex and Actionscript 3,
I am working in flex builder 3 with an XMLListCollection and have run into
I'm working on Flash Builder 4 and want to export a flex project so

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.