Hi Piotr, one thing I see is that Moonshine generates a folder obj with an .xml file. In TDJ it's TourDeJewelConfig.xmlm, with this content that is pointing to Flash Player 20.0.0:
<?xml version="1.0" encoding="utf-8"?> <!--This Adobe Flex compiler configuration file was generated by a tool.--> <!--Any modifications you make may be lost.--> <flex-config> <target-player>20.0.0</target-player> <compiler> <source-path append="true"> <path-element> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale </path-element> </source-path> </compiler> <file-specs> <path-element> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale/App.mxml </path-element> </file-specs> <default-background-color>#FFFFFF</default-background-color> <default-frame-rate>60</default-frame-rate> <default-size> <width>800</width> <height>600</height> </default-size> </flex-config> Could this be interfering? I think Moonshine should revise the requisites needed to compile a project since VSCode does not need to do things like this, and we are using a JS-only SDK that does not know anything about flash player and air. My point is: If VSCode can handle it, then Moonshine should do it as well, isn't it? Let me know if I could be wrong. Thanks El lun., 10 feb. 2020 a las 10:50, Piotr Zarzycki (< [email protected]>) escribió: > Hi Carlos, > > I told you to download Nightly build, but I didn't said how. It looks like > it's not an obvious from our website fully how to get it, but I'm not sure > whether it actually should be. Anyway I'm happy that you was able to > download it finally. > > Apart of issues with Moonshine do you have some thought about our main > issue with distribution ? It doesn't work still with that IDE, but issue is > not related to IDE itself - you should be able reproduce it trough console > as well. > > Thanks, > Piotr > > > -- Carlos Rovira http://about.me/carlosrovira
