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?
Prior to AS3, fscommand was 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.