Rajiv - I posted the answer earlier, but in case you missed it: test.text=this.loaderInfo.parameters.uName;
In other words, look for the loaderInfo member of your document class. It is of type LoaderInfo. LoaderInfo has a property called 'parameters'. That is a dynamic object which holds all the parameters passed via FlashVars. HTH, Ian On Sat, Nov 22, 2008 at 5:32 PM, Rajiv Seth (Pixelated) <[EMAIL PROTECTED]> wrote: > Hi Cor, > > Thanks. > Actually I just want to pass some value using querystring in my ASP page > where I will embed the swf. And I want to use flashvars to do the same. It > was working properly in flash AS2.0. > Regards > > Rajiv Seth > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

