Redirect from aspx page to flex page
Dear friends,
I have one doubt. Is possible from aspx page to flex page?? I am having login page in my aspx front end.
Two parameters : User Name and Password.
Now i need to pass this parameters to flex page and while i click login it need to go to flex page. Both actions need to happen in my work. Is any solution available. Please suggest me if it is possible.
Hope your's reply.
Thanks
Re: Redirect from aspx page to flex page
A flex 'page' means nothing - it's the app that you want to interact with. Have you ensured that your flex app is accepting parameters? You should be able to pass it flashVars by reading from the querystring - either from codebehind of the container page or using javascript.