Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

MXML Action script 3 to AEM forms.

Avatar

Level 1

MXML Action script 3 to AEM forms.

Hello: We have all our forms in Flex 4.5 Action script. Output is MXML

Is there an API for migrating forms/ functionality toAEM?

Regards,

Armando

1 Accepted Solution

Avatar

Correct answer by
Level 7

Theoretically, you could write something to translate the MXML to JCR nodes using the Jackrabbit JCR API and an XML parser. Not something you would really want to do unless you have 1000's of forms to translate.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Theoretically, you could write something to translate the MXML to JCR nodes using the Jackrabbit JCR API and an XML parser. Not something you would really want to do unless you have 1000's of forms to translate.