Avatar

Level 2

Hi Nigel,

Thanks for following up--really enjoyed your video tutorials, they're super

helpful.

I run into some errors when I try the Flash 10 SWC or 10.1 in Flash Builder;

only the Flash9 SWC file will allow me to debug the app without any errors.

It won't recognize the rtc: namespace for some reason when using 10 or 10.1.

Have you been able to complete the same application you used in the tutorial

using the 10 or 10.1 SWC files in Flash Builder 4.5? If so, then I'm

probably doing something wrong on my end.

Awesome re: the updated Spark SDK. Looking forward to that =]

With the Ruby library, there were a few simple syntax errors from what I

saw. For example, case statements no longer use a colon in 1.9.2 (case when

"foo": return true end VS. case when "foo" return true end). There were a

bunch of other errors that I didn't debug too far into, I just realized it

would be faster to downgrade to Ruby 1.8.7 using Ruby Version Manager, and

then it worked just fine. Just to clarify, it's a Ruby problem, not a Rails

problem.

Best,

JT