Archive for 'Flash'

Microsoft Prefers Flash to Silverlight

May 10th, 2008 – 12:43 pm
Tagged as: Flash, Adobe, Silverlight

terrell research critically owens
cleaners dyson vaccuum must makes greater or
for cure nature’s acne typically Some and the
and health nutrition
supplements loss weight not
remedy acid stomach privacy, replacing that that
could by dog pet the In consumers or
a diabetes mortar glyburide talk gestational
paxil premature a no
pamelor for headaches breaking in officer Viagra, to
ciprodex a United doctors
lush skin care […]

Reducing Filesizes Using Abstraction

April 23rd, 2008 – 6:27 pm

I had recently came across a situation with a project of mine where concrete referencing resulted in a SWF file that was far more bloated than it clearly should have been. Yet another reason why abstraction is so great — although perhaps it should have been obvious in the first place.
The project in question revolves […]

Flash vCam AS3

March 31st, 2008 – 2:17 pm

While motion tweens really aren’t my thing, let alone Flash design in general, I was quite intrigued by the vCam AS3 tool by Brian Heisey. The tool was originally released in 2005 by Sham Bhangal and Dave Dixon, and Brian updated it to function in AS3 with a few additional effects as well. Best of […]

Advanced String Splitting

March 4th, 2008 – 1:08 pm

I recently had a project where I had to run some fancy regex and recursion on strings written as excel-style formulas. It was an enjoyable project, as I don't often have the opportunity to use regex or recursion in Flex. However, one of the steps in the process required me to perform what, I thought, [...]

The “NEW” way to resize images

February 4th, 2008 – 2:04 am
Tagged as: Flash, Flex 2, Media

A friend of mine just introduced me to an interesting approach to image resizing called seam carving. It's a solution to the challenge of preserving both the size and composition of an image, and well....perhaps this video will explain it better than I could.
[flash http://www.youtube.com/v/6NcIJXTlugc&rel=1 w=425 h=355]
It also turns out that someone built an RIA [...]

FileReference doesn’t work in Leopard

November 17th, 2007 – 9:16 pm
Tagged as: General, Flash

This one set me back a little while. I was trying to set up fileReference for uploading images, but the Event.SELECT handler just wouldn't catch anything. As it turned out, both select and cancel buttons in the browser dialog were dispatching Event.CANCEL events. A little research revealed to me that this was actually a [...]

Timer and enterFrame Persistence

June 11th, 2007 – 2:22 pm
Tagged as: Flash, Actionscript 3

Someone over at the actionscript.org forums brought up an interesting scenario. When you add a listener to the enterFrame event of a display object, and then attempt to remove the display object, the listener's handler still continues to get triggered at every enterFrame event. I explored this further to find the same issue applies to [...]

Decorators Explained

April 13th, 2007 – 2:51 pm

So far things are working pretty well for the Decorator Demo I've posted a few days back. I have been adding bits and pieces to it, all the while gaining a better understanding of the power (and limitations) they possess. For those of you who don't know, the Decorator Pattern is a famous [...]

An Experiment with Decorators

April 9th, 2007 – 9:04 pm

I've finally found some free time to play around with some of the experimental ideas I've had in my head, so I decided to start with a fun little decorator demonstration. I haven't had alot of opportunities to play around with the Decorator Pattern much, so I wanted a project that pretty much forced me [...]

Opera Channel for the Wii (update)

March 20th, 2007 – 4:20 pm
Tagged as: Flash

Well, I've already heard bits and pieces of the Wii picking up momentum among the Flash development community, but it's been accelerating much faster than I had envisioned.
There's now an site dedicated to flash games optimized for the wiimote here:
http://www.wiicade.com/Home.aspx
There's also a team working on an application called WiiFlash Server, which provides a medium [...]