?Ok,
so I temporarily gave up on VF2JS and switched to FlexJS ... at first I created some Maven scripts that generate Maven artifacts from the SWCs in the flex-asjs module (I could find 3 SWCs) ... currently I created one org.flex.framework.flexjs:flexjs-framework:pom that references all of these three artifacts (Is that correct?) I am currently able to compile the FormExample without any problems. But starting the application in Flash, I get an empty, white window with no content at all but no errors in the Debug player. When setting a breakpoint in the constructor of Application I don't get any hit. Now my questions: - Do I still need to reference the playerglobal? - Why is the flashplayer staying white? Is there anything I might have missed?? Chris