Archives

Archive for November, 2006

A sane approach to FlashVars

A very common irritating factor when using Flash is FlashVars. When you test your movie inside the IDE you have to specify default parameters. So that these parameters don’t override the ones in the final movie, people have resorted to placing the variable initialization inside of a if(CustomActions) block. But then when playing the swf […]