Base64 Encoding BitmapData

Turn your BitmapData into a string and back! Great for storing images in XML, Databases, or transmitting them over a network. This post will cover Bitmap Encoding, PNG Encoding and JPG Encoding along with the pros and cons for each. Bitmap Encoding – (link) Advantages: Keep transparency Fastest Method Does not require a Loader Disadvantages: […]

Box2D Part 3: Anti-Gravity

Can you get the objects to float in space using your mouse? This is the conclusion to the three part series on using the Box2D Physics engine with ActionScript. Box2D Anti-Gravity Example: Box2D Anti-Gravity Example (click and hold the mouse down for anti-gravity) Now that we have a Box2D environment set up and lots of […]