Previously, in ActionScript 2.0, you could pass variables along the query string or using FlashVars and the variables would be available in _level0, in ActionScript 3.0, it is a bit different . In Actionscript 3 variables that are passed in through query string have been moved to the parameters property of LoaderInfo instance. Here’s a [...]
Retrieve Flash Variables in Actionscript 3
June 21st, 2008 · No Comments · Flash
Tags:flash variables·parameters·query string
Calling external swf using loadMovie()
June 21st, 2008 · No Comments · Flash
Recently I was working on a flash project that was using Actionscript 2 and it was such a pain trying to use loadClip() and pass in the necessary variables through query string for loading the external swf into a movieclip. I figure I’ll post this here and hopefully someone who is trying to do so [...]