Archive for April, 2005

Usage of the Proxy class

Friday, April 29th, 2005 by Thomas

I felt like posting this here, because I keep forgetting how to use Luis’ very helpful Proxy class…

Read the rest of this entry »

Dynamic TextFields with system font

Friday, April 29th, 2005 by Thomas

When creating dynamic TextFields with embedFonts=false - especially when modifying an existing project for not-embeddable charactersets like chinese - and things don’t look the way they’re supposed to, check the following…

Read the rest of this entry »

Flash: Using CSS

Friday, April 29th, 2005 by Luis

Just a very basic sample of how to use CSS in flash

Read the rest of this entry »

Flash: Depth Control

Thursday, April 28th, 2005 by Luis

Maybe is old news but I didn’t know about it. Basically I found the mx.behaviors.DepthControl in one of the example files provided with MX Pro.

Read the rest of this entry »

Flash: Inaccuracies in the _alpha property

Thursday, April 28th, 2005 by Luis

Have you ever realized about the rounding error when using the MovieClip._alpha property?

Read the rest of this entry »

Flash and Video

Wednesday, April 27th, 2005 by Luis

A few links realted with the use of video in flash…

Read the rest of this entry »

Toys

Wednesday, April 27th, 2005 by Luis

Toys, Toys and more Toys…but not for kids

Slideshow class

Wednesday, April 27th, 2005 by Luis

Small Slideshow class

You can use key arrows to go through the pictures and space bar to play and pause, write comments to each picture and change the type of transition.

At the moment is supporting just two transition types, fadeInOut and colorBurn.

Read the rest of this entry »

Exclude files in flash

Tuesday, April 26th, 2005 by Luis

Some useful information about excluding files in flash:

Flash XML Exclusion File Enable / disable _exclude.xml files

Hackaday on your playstation portable

Tuesday, April 26th, 2005 by Luis

How to hack the browser that is used to download updates to function as a general web browser in your playstation portable.

Browser hack

Turn a 2600 joystick into a PSP Battery Pack

Battery pack

Working with best practices in Flash

Tuesday, April 26th, 2005 by Luis

Recently I found a very nice Best Practices chapter called “Using Best Practices” inside the Using ActionScript book in Flash help .

Read the rest of this entry »

A Virtual Camera (ActionScript for Non-Coders)

Sunday, April 24th, 2005 by Luis

The only way to simulate camera pans, fades, and zooms in flash is using only tweens, and this can take a very long time to set up or change.

Here there is a perfect solution in order to create a Virtual camera that can itself be animated. This allows you to create the sort of camera work seen in traditional films, including pans, zooms, and fades.

Scripted camera component developed by Sham Bhangal