I am using ExtrernalInterface.call(javascript_function, args); to call javascript functions from Flex. But this fails in case of browsers that have javascript disabled.
Is there any other way to call javascript functions from flex?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Prior to AS3,
fscommandwas used to call javascript functions from flash. But no matter what method you use to call javascript, it won’t work if the user has disabled javascript in the browser. Because javascript has been disabled in that browser to begin with.