Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
billrm1 #1
Convert Text File to XML
I need to open a text file, parse it and convert it into XML using Flash. Is this possible with Flash 8 Pro? If so can someone point me in the right direction?
Thanks.
billrm1 Guest
-
convert a file from pdf version 1.4 to 1.3.Originally an Indesign file
is it possible to convert a file from pdf version 1.4 to 1.3. Originally it was an Indesign file. Many thanks in advance -
What is the best way to convert an InDesign file to an Illustrator file??
When I try exporting as an eps, all the images have been broken up into non colored pieces and the fonts are screwed up? I just want everything to... -
How do I convert a pdf to excel or to text
I have a pdf file and need to get the data into a format that allows me to manipulate the data. Is there away I can get Adobe to do that? -
convert text to text field
I'm using Director 8.5.1 on Windows XP I'm trying to make pages of an old .dir printable, but the text wasn't created in text fields. Print o... -
rasterize/path text/convert text to art
I need to be able to convert text to art or path my text for HTML newsletters I build in another program. Anyone? I have been creating text boxes... -
dan mode ->Adobe Community Expert #2
Re: Convert Text File to XML
What does the structure of the text file look like?
--
Dan Mode
--> Adobe Community Expert
*Flash Helps* [url]http://www.smithmediafusion.com/blog/?cat=11[/url]
*THE online Radio* [url]http://www.tornadostream.com[/url]
*Must Read* [url]http://www.smithmediafusion.com/blog[/url]
"billrm1" <webforumsuser@macromedia.com> wrote in message
news:ehtgom$hmf$1@forums.macromedia.com...>I need to open a text file, parse it and convert it into XML using Flash.
>Is this possible with Flash 8 Pro? If so can someone point me in the right
>direction?
>
> Thanks.
dan mode ->Adobe Community Expert Guest
-
hAoZ #3
Re: Convert Text File to XML
If this text file is already in xml format, you can use the method
XML.parseXML. Assuming you are going to read the text on your own computer, see
the following attach code
loadText = new LoadVars();
loadText.onData = function(dat) {
myField.text = rdat
};
loadText.load("yourfile.txt");
hAoZ Guest
-
billrm1 #4
Re: Convert Text File to XML
It is a flat file with a header record and an unlimited number of detail
records. The fields are fixed lenght and padded with spaces. I also have one
file that is that is binary and must be read before it can be parsed.
billrm1 Guest



Reply With Quote

