Link to home
Start Free TrialLog in
Avatar of ugeb
ugebFlag for United States of America

asked on

error with missing definition: PropertyChangeEvent

Hi,

In Flex 3  I'm just trying to embed a jpeg into an AS file and when I added the tag
[Bindable]

I get the error:

Access of undefined property PropertyChangeEvent in package mx.events.

When I type

import mx.events.

Flex completes this with 4 possible options, none of which is PropertyChangeEvent.

Am I missing something that needs to be added to the project?  I'm using the proper sdk as everything seems to come up, but I've never used any Flex components until now.

Thanks
Avatar of lexxwern
lexxwern
Flag of Netherlands image

Does your code look like this:
[Embed(source="assets/logo.png")]
[Bindable]


Is it possible for you to post some of your code so that we could debug it?
ASKER CERTIFIED SOLUTION
Avatar of ugeb
ugeb
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial