I have a document in Flash in Actionscript 2.0 and I would like to use it with Javascript. It happens that most solutions I find are always for Actionscript 3.0. The solution that I found most is this code:
ExternalInterface.add_addCallback("PlayMovie", PlayMovie);
Now, I want to use it in Actionscript 2.0 but I don't know how to do it and if I need more code than this line.