7/14/2010 8:40:13 AM
Title:
Change Url
Is it possible to change the URL after loading the flex .
i.e I am passing some values using GET to FLEX .So i want to hide the parameters
Is it possible after loading FLEX.
Thanks for any Help.
Shawn
Points: 680
Posts:0
7/14/2010 9:47:49 AM
thats not possible, the page will be required to refresh for this but then you will loose the variables. If you want to hide variables from user then you should keep them in some text file and load them from there when application starts.
7/14/2010 9:50:39 AM
you use some basic algorithm to encrypt and show variables in querystring and then decrypt them inside the flash to use them. Its not very secure but at least it can hide the direct readable information from user.