RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
ing issues for distributed software... If I build it up from scratch then I eliminate future headaches, even if it does take longer now. Kelly >From: "Pedro Furtado" <[EMAIL PROTECTED]> >Reply-To: Flashcoders mailing list >To: "'Flashcoders mailing list'

RE: [Flashcoders] Output to Text File

2006-07-18 Thread kelly snyder
for distributed software... If I build it up from scratch then I eliminate future headaches, even if it does take longer now. Kelly From: "Pedro Furtado" <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list To: "'Flashcoders mailing list'" Subject: R

RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
[mailto:[EMAIL PROTECTED] On Behalf Of kelly snyder Sent: terça-feira, 18 de Julho de 2006 15:39 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Output to Text File Nick, I try to avoid third party software when possible. I am going to write a C++ file that will handle the mo

Re: [Flashcoders] Output to Text File

2006-07-18 Thread Ian Thomas
I second that. Buggy, and new releases break features that used to work. :-( Ian On 7/17/06, eric dolecki <[EMAIL PROTECTED]> wrote: Zinc looks awesome on the outside. The app is nice looking, the APIs look to be really deep & extensive. However I have found it to be quite buggy _

RE: [Flashcoders] Output to Text File

2006-07-18 Thread kelly snyder
shcoders mailing list To: "'Flashcoders mailing list'" Subject: RE: [Flashcoders] Output to Text File Date: Mon, 17 Jul 2006 08:33:04 +0100 Kelly, Did you decide on an approach to this? Id be interested to hear it. Cheers, Nick -Original Message- From: [EMAIL PRO

Re: [Flashcoders] Output to Text File

2006-07-18 Thread Adrian Park
though. > > Eric, just out of interest, what particularly puts you off zinc? > > Cheers, > > Nick > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of eric > dolecki > Sent: 17 July 2006 22:40 > To: Flashcoders

Re: [Flashcoders] Output to Text File

2006-07-17 Thread eric dolecki
investigated though. Eric, just out of interest, what particularly puts you off zinc? Cheers, Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: 17 July 2006 22:40 To: Flashcoders mailing list Subject: Re: [Flashcoders] Output to Te

RE: [Flashcoders] Output to Text File

2006-07-17 Thread Steven Sacks | BLITZ
[EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of eric dolecki > Sent: Monday, July 17, 2006 2:40 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Output to Text File > > When I hear people using Zinc, I cringe. I hope that works out for you. > Pers

RE: [Flashcoders] Output to Text File

2006-07-17 Thread Nick Weekes
t: 17 July 2006 22:40 To: Flashcoders mailing list Subject: Re: [Flashcoders] Output to Text File When I hear people using Zinc, I cringe. I hope that works out for you. Personally, I feel more content using a little product from Northcode... e.dolecki On 7/17/06, Adrian Park <[EMAIL PROT

Re: [Flashcoders] Output to Text File

2006-07-17 Thread eric dolecki
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of kelly > snyder > Sent: 11 July 2006 17:51 > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Output to Text File > > I am trying to find a way to get my Flash file read from

Re: [Flashcoders] Output to Text File

2006-07-17 Thread Adrian Park
terested to hear it. Cheers, Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kelly snyder Sent: 11 July 2006 17:51 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Output to Text File I am trying to find a way to get my Flash file read fro

RE: [Flashcoders] Output to Text File

2006-07-17 Thread Nick Weekes
Kelly, Did you decide on an approach to this? Id be interested to hear it. Cheers, Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kelly snyder Sent: 11 July 2006 17:51 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Output to Text

Re: [Flashcoders] Output to Text File

2006-07-11 Thread Adrian Park
You can do it with something like Zinc ( http://www.multidmedia.com/ ) or Jugglor (http://www.flashjester.com/). There is also the open source Screenweaver (http://screenweaver.org/) which can do this I think. There are also other similar solutions - try http://www.swftools.com/tools-category.ph

Re: [Flashcoders] Output to Text File

2006-07-11 Thread Mike Boutin
I believe you would need to use something such as php for this. kelly snyder wrote: I am trying to find a way to get my Flash file read from and write to ASCII text files. I would like to run the swf or exe file on my local machine, with an input test file and an output text file in the same

[Flashcoders] Output to Text File

2006-07-11 Thread kelly snyder
I am trying to find a way to get my Flash file read from and write to ASCII text files. I would like to run the swf or exe file on my local machine, with an input test file and an output text file in the same directory. The swf file would read from the input file and write to the output file.