Not applicable
27-07-2007
18:02 PDT
- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
A line in your gotServerData() function tried to access a
property from that
was undefined. You should look through the lines of code in
this function
and start testing to see what may be == undefined before
accessing any properties.
private var someObject:*;
private function gotServerData()
{
var foo:Object = someObject.someValue; // If someObject is
undefined,
accessing someValue will cause the error your seeing
}
Views
Replies
0 Likes
Total Likes