Tag Archives: error

Not all mistakes are in the code

I’m working on a small Flash application for an upcoming exhibition. Unfortunately I don’t get to work in Flash as often as I’d like, which means that every new project leads to relearning everything I’ve forgotten since the last project (this time, it’s been almost a year, so that’s a lot to relearn!).

I had everything working smoothly except, my dynamic text boxes refused to display the text from the linked xml document. I traced the relevant fields, and they were definitely being accessed, but they just wouldn’t show up in the swf.

Grrrrrrrrrr!!

I scoured the code for missing semicolons and misspelled functions, but it was a fruitless search. I finally gave up and asked my colleague Tina to have a look. Continue reading Not all mistakes are in the code