i have a small proble min getting variable to pass correcly from ASP to Flash. Using Response.write "&fieldname=" +data
where data is a string puts everything after the = in to Flash, in this case, " +data.
does anybody know how to get the stuff to pass to Flash properly, if data = "hello", in this case it should pass, &fieldname=hello. Why is this not the case?