Tiffany B. Brown

A web log about web development and internet culture with frequent detours into other stuff.

Posts tagged: loadvars

Clearing LoadVars() in ActionScript
The LoadVars() object is a funny thing. It’s basically a bucket for variables that you’d like to load into and send from an SWF file, as well as any methods and event handlers you invoke. LoadVars() can be problematic, however, if you ever find yourself reusing the same object for repeated load() or sendAndLoad() operations. [...] [9 May 2008]