All posts tagged code snips

How to use flashvars in as3

I use flashvars heavily to create customizable swfs. After some time I got tired of copy pasting my code and found this: I only need to call this method (which returns an object) and chain it with the flashvar I want. This only works on timeline code though. Here’s how I use it: The || [...]