Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

detect java enable or not

Engaged ,
May 25, 2012 May 25, 2012

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.

TOPICS
ActionScript
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 25, 2012 May 25, 2012

Put below code just after the <head> tag in your web page:

<noscript>

<meta http-equiv="refresh" content="0;URL=noJavaScript.html" />

</noscript>

redirects to another page (noJavaScript.html)
or
Maybe you can use FlashVars generating a text with javaScript , if Javascript is enabled the variable change and send to the swl file

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 25, 2012 May 25, 2012

not java script,

i asking for java runtime version

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 25, 2012 May 25, 2012
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 25, 2012 May 25, 2012

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 25, 2012 May 25, 2012

Is your application Satand Alone or web?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 25, 2012 May 25, 2012
LATEST

just swf file on browser

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 25, 2012 May 25, 2012

Maybe you can use javascript to detect the Java version and then send this information to Flash using flashvars

http://stackoverflow.com/questions/491541/how-can-i-detect-the-java-runtime-installed-on-a-client-fr...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines