Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Can you load actionscript 2.0 into actionscript 3.0?


Asked by Kyle Flynn on Nov 28, 2021 FAQ



While it's easy to load the ActionScript 2.0 players into an ActionScript 3.0 swf, you can not directly communicate or pass any functional calls into the loaded player. This is further complicated because the swf file coming from YourTube's servers is loading a video into itself.
Also Know,
The link to tutorial is http://flashexplained.com/actionscript/making-an-interactive-drawing-sketchpad/. The only problem with this tutorial is that the code is for actionscript 2.0 instead of 3.0.
Furthermore, Open Actionscript 2.0. There are two versions of Adobe Actionscript: Actionscript 2.0 and Actionscript 3.0. Version 3.0 is the newest version and its code is not compatible with Actionscript 2.0. For this tutorial, make sure you are using an Adobe Flash Actionscript 2.0 document. Open or create a new Actionscript 2.0 Document.
Similarly,
The latest version of flash has a revised version of Actionscript which means that Actionscript 2.0 code will not function (properly). If you pick an Actionscript 2.0 file (you don't really need AS3 if you only want to animate) the code should work. …
Consequently,
To use the On Release event, leave the option unchanged. To write custom behaviors, create an XML file that contains the ActionScript 3.0 code to perform the desired behavior, and save the file in the Behaviors folder of your local computer.