Photoshop to Flex, HTML5, jQuery and more... one click!

2013-11-04 Thread Mr. Rich
he Flex project. Cheers - happy exporting! P.S. I'll be updating FTML and Ganizor to support 4.11 soon (or which ever is the most recent version), so that should be interesting... -- Mr. Rich Reshape Media: http://www.reshapemedia.com

Re: AS3 on the server

2013-12-02 Thread Mr. Rich
> >> node.js could use that. > > >> > > >> > > >> On Sun, Dec 1, 2013 at 6:55 AM, Petr Svoboda > wrote: > > >> > > >>> or maybe this: > > >>> https://code.google.com/p/redtamarin/wiki/RunningShellScripts > > >>> > > >>> > > >>> On Sat, Nov 30, 2013 at 11:06 PM, jude > wrote: > > >>> > > >>>> At one time there was talk about AS3 on the server. With node.js > you can > > >>>> use JS on the server. What happened to that project? Is it > something can > > >>> be > > >>>> donated to Apache? > > >>>> > > >>> > > > > > > > -- Mr. Rich Reshape Media: http://www.reshapemedia.com

Re: Cross-compiling to build components

2013-12-06 Thread Mr. Rich
Great news Peter, On Dec 6, 2013 11:42 AM, "Peter Ent" wrote: > Hi, > > I've just finished an experiment with pretty good results. > > A little while ago I created a first pass at a FlexJS DataGrid. This meant > building both the ActionScript and the JavaScript components and all of > their parts

Re: [DISCUSS] flex-antTasks: HtmlWrapperTask

2013-12-09 Thread Mr. Rich
Personally, I've always used ant to automate the wrappers. Just my 2 cents. On Dec 9, 2013 4:17 AM, "Stephan Plath" wrote: > The current version of the Ant html-wrapper task doesn't supports to use > external files. Instead it only uses its embedded template resources > > - /history > - histor

Re: [DISCUSS] flex-antTasks: HtmlWrapperTask

2013-12-09 Thread Mr. Rich
While you're in ant, automate your project assets also. Setup a main workspace asset repo, pull files from there. Another good trick, if you have multiple projects that work together, use ant to create a main output folder and compile files there. On Dec 9, 2013 4:17 AM, "Stephan Plath" wrote: