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

JS AS equivalence

Advisor ,
Feb 08, 2020 Feb 08, 2020

Copy link to clipboard

Copied

Hi Folks,

 

I'm struggling to find a JS equivalence to Remote SharedObject, NetGroup and StageVideo classes.

 

any clue?

Thanks

Views

905

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

correct answers 1 Correct answer

People's Champ , Feb 20, 2020 Feb 20, 2020

I think you would need to google to see if anyone has created any classes that could to what you wanted. ES6 introduced classes.

Votes

Translate

Translate
New Here ,
Feb 18, 2020 Feb 18, 2020

Copy link to clipboard

Copied

I wanted to set a flash cookie using JavaScript. This is pretty straightforward thanks to Flash’s ExternalInterface class. This class allows you to set methods that can be accessed from an external script, like JavaScript. This class is bi-directional, so you can also call JavaScript methods from within the Flash’s ActionScript.

php course in pune

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
Advisor ,
Feb 19, 2020 Feb 19, 2020

Copy link to clipboard

Copied

I think you misunderstood. I'm looking for a pure JS replacement for SharedObject, NetGroup and StageVideo As3 classes

to convert my Flash project in pure JS.

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
People's Champ ,
Feb 20, 2020 Feb 20, 2020

Copy link to clipboard

Copied

I think you would need to google to see if anyone has created any classes that could to what you wanted. ES6 introduced classes.

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
Advisor ,
Feb 20, 2020 Feb 20, 2020

Copy link to clipboard

Copied

LATEST

I search already but nothing on horizon. I think I must check the ES6 docs to start from scratch....

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