Thursday, February 26, 2009

Online Rugby Game

I have recently finished an online Rugby Game which can be accessed at - www.303.com.au/projects/rugby/rugby.html

Hope you like it!

ReferenceError: Error #1065

I could not post any entries in the last few months because of my busy schedule & finally I got a chance to post this problem with AS3.0 while parsing XML.

While parsing XML I came through this error -

ReferenceError: Error #1065

which is kind of vague error, I could not find anything anything related to my code even after searching for hours. Finally I decided to jump into my XML & keep only few entries to test & it worked.

After sweating for hours I found the error in the XML because one of the node was missing. So guys if you are getting this error while parsing XML, jump into the XML and check your structure.