detect java enable or not
Copy link to clipboard
Copied
i trying one test. that is java test.
can i detect java runtime version using as3.
or
calling from java script to the java version.
else possible to detect java enable or disable from browser using as3.
Copy link to clipboard
Copied
Put below code just after the <head> tag in your web page:
<noscript>
<meta http-equiv="refresh" content="0;URL=noJavaScript.html" />
</noscript>
Copy link to clipboard
Copied
not java script,
i asking for java runtime version
Copy link to clipboard
Copied
Copy link to clipboard
Copied
he is telling
"It might be possible if you are using AIR by running a native process, but I wouldn't know how to do it myself"
any idea?
Copy link to clipboard
Copied
Is your application Satand Alone or web?
Copy link to clipboard
Copied
just swf file on browser
Copy link to clipboard
Copied
Maybe you can use javascript to detect the Java version and then send this information to Flash using flashvars

