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
I think you would need to google to see if anyone has created any classes that could to what you wanted. ES6 introduced classes.
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 |
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.
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.
Copy link to clipboard
Copied
I search already but nothing on horizon. I think I must check the ES6 docs to start from scratch....