Re: MXML Azzurro

2017-02-13 Thread flex capacitor
The default MXML is rendering and the cursor shows the location at 00:00 so I'm guessing it's there but behind the SWF. I might need to set the wmode. At some point the swf in the browser started layering HTML content over the swf plugin content without changing the wmode. I don't know how this is

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
Hi Olaf, I'll check it out. I'll have to find a Windows 7 IE 11 VM. In the mean time can you check if there any errors in the browser console? On Mon, Feb 13, 2017 at 7:31 AM, OK wrote: > Cool, thanks for working on this! > > It seems to me that the mxml editor at the bottom is not working under

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
For drawing to a FlexJS *swf* it would be much simpler than a partial or all JS method. The way it works now is it loads an embedded application.swf via loader.loadBytes(). The application.swf is an empty compiled Spark Application. Once that's loaded the MXMLDocumentImporter class parses the MXML

Re: MXML Azzurro

2017-02-13 Thread Alex Harui
On 2/13/17, 5:20 AM, "flex capacitor" wrote: >Thanks. I'm not sure but it would probably take around a week to a month >depending on what route you go and if you want JS output or Flash output. >If you wanted to use the existing application you would create a >FlexJSImporter and have it write t

Re: MXML Azzurro

2017-02-13 Thread OK
Cool, thanks for working on this! It seems to me that the mxml editor at the bottom is not working under Windows 7 with IE11 [1]. Firefox and Chrome works for me... Olaf [1]https://snag.gy/4f6CTA.jpg -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MXML-

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
Thanks. I'm not sure but it would probably take around a week to a month depending on what route you go and if you want JS output or Flash output. If you wanted to use the existing application you would create a FlexJSImporter and have it write to a div or iframe. It could reuse all the classes but

Re: MXML Azzurro

2017-02-12 Thread Carlos Rovira
So Cool Jude, I add to Harbs question would it work for FlexJS? That would be awesome!! :) 2017-02-12 22:23 GMT+01:00 Harbs : > Jude, > > That is way cool! > > What would be involved in getting it to work with FlexJS MXML? > > Harbs > > > On Feb 12, 2017, at 11:14 PM, flex capacitor > wrote

Re: MXML Azzurro

2017-02-12 Thread Harbs
Jude, That is way cool! What would be involved in getting it to work with FlexJS MXML? Harbs > On Feb 12, 2017, at 11:14 PM, flex capacitor wrote: > > I just wanted to make the community aware of the project MXML Azzurro > . It's an online MXML editor, interprete