View Single Post
  #1 (permalink)  
Old 08-19-2004, 10:41 AM
jdmc jdmc is offline
Junior Member
 
Join Date: Aug 2004
Posts: 2
Default setVariable does not work in ASP.NET

Hi,

I have a dynamic text box in my flash movie with a variable myVar associated with it. When I use setVariable("myVar", "Text") from java script in ASP.NET, it does not work. However, the same swf file and java script code work as expected in standard HTML.

I've read in several forums that there is a problem with setVariable and ASP.NET but alas, no solutions were posted.

Help Please!

James
Reply With Quote