RemoteObject for Flash CS3
Like a few other people I found myself dealing with the headache of transition to Flash CS3 applications from Flex every now and again and the one thing that gives me the most trouble is not having the same ActionScript 3 wrappers in Flash CS3 that I do in Flex such as the RemoteObject class for server remoting. There have been a few semi easy frameworks created out there for enabling this type of functionality in Flash CS3 but they just didn’t meet my standards so I wrote one that mirrors the functionality of the RemoteObject class in Flex to a basic level. It is a basic and easy to use wrapper for the NetConnection class in ActionScript 3. You may use the documentation provided by Adobe for Flex 3 Language Reference for the RemoteObject class to better understand this wrapper.
You may download this package here.
Leave a Reply
You must be logged in to post a comment.