Archive for October, 2007

AS3BloggerLib v0.1.3 Update

Wednesday, October 31st, 2007

Today I updated the AS3BLoggerLib project. Recently I realized that I wasn't handling service responses in a good way. Previously, I was assuming that when the URLLoader's COMPLETE event was dispatched that the service call was successful. This obviously is not the case. Now a simple check on the HTTP ...

AVM1 Content in AS3?

Thursday, October 4th, 2007

So this is a pseudo rant/question for the masses. I've been trying to load up some legacy content in CS3/AS3. I've read all of the liveDocs on this subject and have figured out that you ... A. AVM1 content is contained in a AVM1Movie class which you cannot ...