[Extendflash] Can we access an xml dom in jsfl?
Judah Frangipane
judah-fc at t8design.com
Wed Jul 27 11:26:31 PDT 2005
thanks. that's what i did and it was only three lines of code. :)
var source = FLfile.read(fromFile);
source = source.replace(/content=\"/i, "content=\"" +
"components/f8/loader/");
FLfile.write(toFile, source);
judah
Ryan Matsikas wrote:
>nope, you can read in the xml file.. as a string and try and parse it
>
>
>On 7/22/05, Judah Frangipane <judah-fc at t8design.com> wrote:
>
>
>>In our JSFL script we want to open a XML file and set an attribute and
>>then save the file back to the hard drive. Does JSFL have a XMLDom
>>object we can use?
>>
>>Best Regards,
>>Judah
>>_______________________________________________
>>Extendflash mailing list
>>Extendflash at flashguru.co.uk
>>http://lists.flashguru.co.uk/mailman/listinfo/extendflash
>>
>>
>>
>_______________________________________________
>Extendflash mailing list
>Extendflash at flashguru.co.uk
>http://lists.flashguru.co.uk/mailman/listinfo/extendflash
>
>
>
>
>
More information about the Extendflash
mailing list