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

JS AS equivalence

Advisor ,
Feb 08, 2020 Feb 08, 2020

Hi Folks,

 

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

 

any clue?

Thanks

1.0K
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

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.

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

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

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.

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

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

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

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