13 result(s) found tagged: Flash
JAN 14, 2009

Pretty Loaded

If you haven’t already done so, check out Big Spaceship’s Pretty Loaded.

Pretty Loaded is an archive of preloaders, created and curated by Big Spaceship. So far it looks like Big Spaceship, Firstborn, Odopod and AgencyNet are the only agencies on the site, but it’s all top-notch work and warrants a look. You can definitely spend a lot of time appreciating the amount of detail that goes into all of the work showcased on the site.

If you’re a Flash developer and would like to learning how to create a preloader of your own, Jamie Kosoy (Big Spaceship’s Senior Developer) has a great article on Adobe’s site on creating a preloader with ActionScript 3.0.

Read More

JAN 5, 2009

(Review) Learning ActionScript 3.0

Studioblog Image

Initially, having already read the ActionScript 3.0 Cookbook, I wasn’t planning on reading another book focusing on introductory ActionScript 3, but then I started to hear more and more about Learning ActionScript 3.0 by Rich Shupe and Zevan Rosser. Lee Brimelow is quoted on the cover calling it “The best ActionScript book ever written.” How can you argue with that recommendation?

Read More

OCT 17, 2008

FlaCC: Flash C Compiler

Earlier this month Peter Elst posted on his blog about the FlaCC Project. In a nutshell, FlaCC is a way to compile C and C++ libraries to ActionScript bytecode, making code written in the C/C++ languages accessible to Flash. Interpreters for various scripting languages are actually written in C/C++ so this could allow you to port Ruby, PHP or Python into your AIR applications.

This video from Adobe MAX Chicago is enough to entice your imagination:

Read More

OCT 3, 2008

(Review) Advanced ActionScript 3 with Design Patterns

Studioblog Image

Being a predominately self-taught web developer, I’ve slowly migrated towards object oriented programming and, to my credit, made some applications that work but, at the same time, those apps definitely could have been made better and more efficiently.

A couple of weeks ago, I finished reading Advanced ActionScript 3 with Design Patterns by Joey Lott and Danny Patterson and found it quite helpful. Now knowing what the MVC, singleton, proxy, iterator, composite, decorator, command, memento and state patterns are I can better utilize them in my Flash projects and ultimately make better coded apps than I could before.

Read More

SEP 24, 2008

Inverse Kinematics in Flash CS4

Today, Aaron Simpson at Cold Hard Flash posted a few videos demonstrating the new Bone Tool and Inverse Kinematics features of Flash CS4.

The Bone Tool basically allows you to group objects together as a flexible jointed object similar to how you’d rig a skeleton in a 3D application. Definitely a welcomed addition for anyone using Flash specifically for character animation.

Read More

JUL 15, 2008

(Review) ActionScript 3.0 Cookbook

Studioblog Image

In order to help my migration to Flash 9, I went ahead and read the ActionScript 3.0 Cookbook by Joey Lott, Darron Schall and Keith Peters.

Overall, I would say that it was helpful and recommend it, but even though my copy was a first edition, it did seem like the book contained way too may typos (both grammatical and in the ActionScript itself). Typos aside, the chapters on the Display List and XML were both extremely concise and informative. If you’re unfamiliar with either, I’d recommend giving them a look.

Like the other books in O’Reilly’s Cookbook series, the ActionScript 3.0 Cookbook works as a quick reference to commonly encountered problems. Focusing on the end results, their problem/solution approach to education works well when you’re already somewhat familiar with their subject.

Read More

JUL 2, 2008

Google Indexes Flash

Google has announced improvements to their Flash indexing!

Unfortunately, Googlebots do not execute all JavaScript they encounter, so, if your SWFs are loaded via JavaScript, you may want to switch to SWFObject 2’s static method in order to ensure visibility.

For now, only static textual content is crawled but, as a Flash Developer, it's exciting to have Flash applications becoming more legit in the eyes of search engines. For a more detailed Q&A, head over to Flash Charlotte.

Read More

APR 10, 2008

Starbucks Coffee At Home

Studioblog Image

Yesterday, Robbie and I had a pretty good discussion about the Starbucks Coffee At Home site, so I thought I'd share it here.

At a quick glance of the site you know that the design and execution were both top-notch, so there are a lot of little details you can appreciate. However, what impressed us the most was that when a section was erased from the chalkboard/screen a ghost image remained. We wanted to achieve a similar effect with the Bouvier Kelly site we launched earlier this year, but due to the limitation of ActionScript 2 and the fact that most of the sections displayed dynamic content, we were unable to do so.

Talking it through, we decided the effect was created in either two ways.

Read More

DEC 6, 2007

9-Slice Scaling in Flash

Studioblog Image

One of the humbling things about working primarily in Photoshop, Illustrator and Flash is that I've been using these applications for years and I'm still stumbling across new features. My latest discovery is Flash 8's 9-slice scaling.

Down at the bottom of the advanced options of the Symbol Properties window is a checkbox labeled "Enable guides for 9-slice scaling." When enabled, a set of guides will be positioned in your symbol and when you scale an instant of this clip asymmetrically in your published SWF – it will maintain a crisp, clean appearance with undistorted corners and edges.

Read More

DEC 3, 2007

Papervision3D

Up until this year actual 3D in Flash has been nonexistent. If you wanted to achieve some sort of faux 3D effect you’d more than likely have to rely on importing an image sequence or vector animation from some third party application – so needless to say, I was really excited to learn about Papervision3D.

Papervision3D is an open source realtime 3D engine for Flash. Basically, it allows you to texture map and render a low polygon object, which you can then affect with Actionscript and any of the other resources in your Flash movie.

Read More