Re: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread August Gresens
Thanks for all of your suggestions. I'll check them out. August On 4/19/06, Alex McCabe <[EMAIL PROTECTED]> wrote: > > And Kinetic Fusion too > > http://www.kinesissoftware.com/index.php > > Alex. > > -- > -- > http://www.centralquestion.com/flauntit > _

Re: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Alex McCabe
And Kinetic Fusion too http://www.kinesissoftware.com/index.php Alex. -- -- http://www.centralquestion.com/flauntit ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/li

Re: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Steve Webster
On 18 Apr 2006, at 19:01, August Gresens wrote: I'd like to actually write out the file and then open it later using loadMovie - or include it another file using FlashAnt (which I believe can be used to nest clips inside each other?) For example, if the XML describes the contents of a text

RE: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Mike Mountain
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 19 April 2006 11:43 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] offline SWF generation from XML > > There's also Openlas

RE: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Mike Mountain
There's also Openlaszlo: http://www.openlaszlo.org/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of JesterXL > Sent: 18 April 2006 18:08 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] offline SWF generati

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread David Rorex
While not XML, here are some more open-source commandline tools which can generate swfs from plain text definition files: http://ming.sourceforge.net/ - AS1 and gfx http://www.swftools.org/swfc/swfc.html - AS1 and gfx http://mtasc.org/ - AS2 only -David R On 4/18/06, elibol <[EMAIL PROTECTED]> w

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread elibol
It seems like what Jesse suggested suits your need as best as atleast I know of. On 4/18/06, August Gresens <[EMAIL PROTECTED]> wrote: > > I'd like to actually write out the file and then open it later using > loadMovie - or include it another file using FlashAnt (which I believe can > be used to

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread August Gresens
I'd like to actually write out the file and then open it later using loadMovie - or include it another file using FlashAnt (which I believe can be used to nest clips inside each other?) For example, if the XML describes the contents of a text field with markup, I'd like to generate a SWF with a te

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread elibol
>.< On 4/18/06, JesterXL <[EMAIL PROTECTED]> wrote: > > Check out SWFMill: > http://www.osflash.org/swfmill > > Might do what you want. > > - Original Message - > From: "August Gresens" <[EMAIL PROTECTED]> > To: "Flashcoders mailing list" > Sent: Tuesday, April 18, 2006 1:00 PM > Subject:

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread elibol
I might be able to help, I have a question though, is this swf file generated by the xml document? Is the xml document something like a swf describer? On 4/18/06, August Gresens <[EMAIL PROTECTED]> wrote: > > Quick question - are there any tools that can take an XML document, parse > it > and gene

Re: [Flashcoders] offline SWF generation from XML

2006-04-18 Thread JesterXL
Check out SWFMill: http://www.osflash.org/swfmill Might do what you want. - Original Message - From: "August Gresens" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, April 18, 2006 1:00 PM Subject: [Flashcoders] offline SWF generation from XML Quick question - are th