Why the heck do we need libraries like this?! The answer is simple, organization. It’s nice to come back to a project years later and know exactly what’s going on. Now the concept of a Finite State Machine seemed a bit abstract to me when I first read about it. My research lead me to [...]
If you haven’t already figured out the beauty of JSFL, your in for a treat. With JSFL you can control virtually every part of the flash IDE. You can say good-bye to the mundane tasks that you sometimes find yourself doing in flash. This isn’t a tutorial on how to use it, it’s just a demonstration on what you can use it on. Plus two free scripts that you can modify or just use in your next project.
In my first article I introduced you to to Flash Remoting. In the second part of this three series article on Flash Remoting I’d like to introduce users to a few libraries out there right now that help a great deal when using Remoting. I’ll also let you know what to watch out for and the “Gotchas” that you might encounter. I’ll finally introduce you to Value Objects and why your going to want to use them.
In the first part of this three series article of Flash Remoting I’ll try an introduce beginners into the joys of Remoting with flash. I’ll first explain briefly what it is and what the benefits are over other traditional methods of data handling. I’ll then introduce you to the tools you’ll need to get started. I’ll finally explain the ‘NetConnection’ class and how to successfully connect to a gateway and start sending data back and forth.