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
2010-05-07 10:43:28
thanks bitc. i'll go for this solution...
2010-05-07 10:47:14