Hi Eduardo, Sounds like you are migrating some really old Flex code. Every place where there is mx:Script will have to be changed to be fx:Script.
HTH, -Alex On 4/8/20, 9:36 AM, "Eduardo Oficialdegui" <[email protected]> wrote: Hi, Im trying to use mxmlcnpm compiler to convert an .mxlm template to html Im executing this command $ mxmlcnpm +configname=flex src/Login.mxml Extract of template below ------------------------------------------------------ <?xml version="1.0" encoding="utf-8"?> <mx:Canvas xmlns:mx="library://ns.apache.org/royale/mx" width="334" height="174" backgroundColor="#FEFDFD" borderStyle="solid" creationComplete="init()"> <mx:Script> <