Hi all,
I have a question which i hope to find it’s answer here as usual
I’m attaching a file which is so basic, it includes just a button
What i want to do is when i click on this button it change the URL of an aspx page
For example : The URL of the current page is
http(remove this)://localhost:1030/Account/Game1.aspx
when i click on the button i want the URL to be changed to
http(remove this)://localhost:1030/Account/Game5.aspx
I use AS3 and ASP.NET C#
Anybody can help me with the Actionscript and the aspx code please, or is there a tutorial that i can follow to sort this out ?