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 On Sat, Nov 22, 2008 at 5:42 PM, Ian Thomas <[EMAIL PROTECTED]> wrote: > test.text=this.loaderInfo.parameters.uName; > > Should do it. > > HTH, > > Ian > > On Sat, Nov 22, 2008 at 12:03 PM, Rajiv Seth (Pixelated) > <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I pass variable value using flashvars, if I am coding flash using > > AS3.0. > > > > I am simply using > > ------------------------------------------------- > > import fl.video.MetadataEvent; > > import flash.text.*; > > > > var uName:String; > > test.text = uName; > > ---------------------------------------------- > > > > "test" is a dynamic text input. And I am using > > ------------------------------------ > > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" > > > http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0 > " > > width="550" height="420"> > > <param name="movie" value="media/video_anim.swf" /> > > <param name="quality" value="high" /> > > <param name="flashvars" value="uName=Rajiv"> > > <embed src="media/video_anim.swf" quality="high" FlashVars="uName=Rajiv" > > pluginspage=" > > > http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash > " > > type="application/x-shockwave-flash" width="550" height="420"></embed> > > </object> > > ----------------------------------------- > > But "uName" value is not coming to flash. > > > > Please help. > > > > Regards > > > > Rajiv Seth > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

