views:

32

answers:

1

Error #1069: Property data not found on flash.display.SimpleButton and there is no default value. Can anyone give me a suggestion what will be the solution of this problem.

+1  A: 

You have a SimpleButton somewhere, and you try to access a property with the name data which doesn't exist. SimpleButton doesn't have a data property.

bitc
thanks bitc. i'll go for this solution...