G
Guest
Hi,
I have a variable of type string that have an url, for instance:
variable=http://localhost/test.aspx?id=1&user=2
I have a flash movie, and i would like that when a user click in the flash
goes to the page i talked in the previous paragraph
This is the tag of the flash movie....
<param name="movie" value="testez.swf?clickTAG=<%Response.Write(variable)%>">
My problem its that when i click in the movie i go to:
http://localhost/test.aspx?id=1
but the url is http://localhost/test.aspx?id=1&user=2
I dont know how could i put in the flash tag the & to make it works...
What its the way to do this?
I have a variable of type string that have an url, for instance:
variable=http://localhost/test.aspx?id=1&user=2
I have a flash movie, and i would like that when a user click in the flash
goes to the page i talked in the previous paragraph
This is the tag of the flash movie....
<param name="movie" value="testez.swf?clickTAG=<%Response.Write(variable)%>">
My problem its that when i click in the movie i go to:
http://localhost/test.aspx?id=1
but the url is http://localhost/test.aspx?id=1&user=2
I dont know how could i put in the flash tag the & to make it works...
What its the way to do this?