RE: [flexcoders] Calling flex from JavaScript wrapper

2011-11-09 Thread Bill Brutzman
In this little login program, I am able to determine the user’s department ok but am having trouble binding this dept data to a url launch string. Portions of the program follow. Help would be appreciated. --Bill fx:Script ![CDATA[ [Bindable]

[flexcoders] Calling flex from JavaScript wrapper

2011-11-08 Thread Venkat M
Hi Team,   I have a question about calling a flex method from JS. The scenario is, if the user closes the window without logging off,  I detect the window close from JS and call the appropriate logoff mechanism which is mapped originally for log out button. JS code   SCRIPT LANGUAGE=JavaScript