vondip
vondip

Reputation: 14029

Is there any way to run actionscript 1 code in a flash project running under 3?

I've got some legacy code that I really don't have time to rewrite. Is there any way to mark a code block so that flash player reads it as actionscript 1?

Thank you

Upvotes: 0

Views: 54

Answers (1)

Chris Burt-Brown
Chris Burt-Brown

Reputation: 2727

Actionscript 1/2 and Actionscript 3 run under different VMs, therefore it's impossible to run AS1 in an AS3 project.

Upvotes: 1

Related Questions