I am taking a guess here that you want to call JavaScript inside the 
JSP - the JSP code fires on the server and Flex is in the browser.  To 
call JavaScript use
 ExternalInterface.call( "alert('before')"); 
or the FABridge

If you want to call a JSP back on the server > not the one that served 
up the MXML app you can just use HttpService tag but I don't think 
that's what your talking about.

If possible supply more details on what your trying to do.

Anthony


Reply via email to