alezz
09-23-2009, 02:55 PM
Hello, I have googled this question a bit, but I havent seen a solution yet. :eek:
The thing is that we have a user conquest going on in doman1.com that needs to check that the user is already logged-in on domain2.com.
We have a top bar from domain2.com that includes the java functions that checks that the user is logged in and also retrives the username.
The problem is that since that java function uses a 'return' to send back the variable within the function, Flash thinks that is an URL and tries to load the function itself in the address bar.
What I need now is a way to send the variable form Javascript to flash without using return on the function.. I know I can update the URL, but this is a variable that should be hidden form users.
Thank you very much in advance!!
The thing is that we have a user conquest going on in doman1.com that needs to check that the user is already logged-in on domain2.com.
We have a top bar from domain2.com that includes the java functions that checks that the user is logged in and also retrives the username.
The problem is that since that java function uses a 'return' to send back the variable within the function, Flash thinks that is an URL and tries to load the function itself in the address bar.
What I need now is a way to send the variable form Javascript to flash without using return on the function.. I know I can update the URL, but this is a variable that should be hidden form users.
Thank you very much in advance!!