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

detect java enable or not

Engaged ,
May 25, 2012 May 25, 2012

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.

TOPICS
ActionScript

Views

1.3K

Translate

Translate

Report

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

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>

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

not java script,

i asking for java runtime version

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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

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?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Is your application Satand Alone or web?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

just swf file on browser

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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...

Votes

Translate

Translate

Report

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