Skip to main content
javierv68537746
Participant
October 6, 2019
Question

FrameWork for Porting / emulating ActionScript 3 syntax to Javascript

  • October 6, 2019
  • 1 reply
  • 158 views

Hi, I didn't know how to get in touch with someone from adobe, I don't know if here is the right place.

 

I have been developing a Javascript FrameWork for a while, which emulates all the objects, hierarchies and syntax of ActionScript 3, I am a big fan of as3 since the birth of this language and I would like to transfer all the concepts to Javascript, I am being guided by the documentation of adobe to replicate classes, properties, methods and objects such as MovieClip, Sprite etc.

 

Well all this is very good but recently I got assaulted a doubt, am I breaching some kind of copyright?


At first, the idea is not to sell the FrameWork, but if once you have it more stable to be able to develop with the FrameWork web applications for commercial use, or even upload the FrameWork to the Internet under some MIT license for example.

 

Can I have a problem replicating ActionScript 3 in javascript? Can I continue developing my FrameWork without problems?

    This topic has been closed for replies.

    1 reply

    Nancy OShea
    Community Expert
    Community Expert
    October 6, 2019

    This is a public user-to-user forum, not Adobe.  That said, plain vanilla JavaScript and ActionScript are both open source.  So I don't think you have any worries.  If in doubt, consult an intellectual property lawyer.   

     

     

    Nancy O'Shea— Product User & Community Expert
    javierv68537746
    Participant
    October 7, 2019
    Ok, thank you very much for your response, regards.