Mostly based on two other public projects, this class distills AMF remoting in AS3 down to a class that extends EventDispatcher. Code was ripped from Josh Strike’s remoting package and also from ProDevTips.
Source:MinimalRemoting: Simple Remoting Class without the Bells and Whistles [AS3]
admin Swf flash websites, swf websites
It’s been quite some time since I published parts 1 and 2 of this series, which turned out to be some of the most popular articles on this website. In part 1, I presented some ideas (and math) which either confused you or made a lot of sense to you if you happen to think and learn like I do. In part 2, I wrapped up the concepts into a class (called BasicViewPlus) to help you do the stuff I was talking about without actually thinking about it too hard. In the four months since I published part 2, I have continued to work with and improve BasicViewPlus. At this point, I think it is pretty solid, but I would still consider it beta until more people have tested it.
Since posting part 1, I’ve been promising to post a demo of using BasicViewPlus, and now I’m finally making good on that promise. The purpose of this demo is to illustrate how BasicViewPlus can be used to create an interface that feels interactive, by seamlessly transitioning between 2D and 3D. The following displays a bunch of Flickr photos (by searching for Cloth) in a 2D Grid component, when you click and drag a photo it should feel like you are dragging a piece of cloth…
Source:Seamlessly Combining 2D and 3D in Flash with Planes, Part 3 [AS3]
admin Swf flash websites, swf websites
In an attempt to come up with the perfect camera orbit, I’ve created these three classes. The goal was for them to be easy to use, add minimal overhead, and provide some useful options…
Source:Papervision3D: Camera Orbiting Done 3 Ways - AutoOrbit [AS3] [2]
admin Swf flash websites, swf websites