Hi,
I'm trying to save modified FMLE profiles from an AIR application but i can't seem to get the xml files quite right;
here's what i'm trying to do:
- open an original default.xml file with a FileStream object in AIR
- change some values like crop and so on
- save the file with the same encoding (UTF-16 Little Endian) (i really do not understand adobe's choice here but i'm not here to judge:)
when i call the encoder with the command FMLEcmd /p myfile.xml (or even with /d) it quits with the following trap:
-------------------
Adobe(R) Flash(R) Media Live Encoder Command Line Utility v 3.0.0.4743
Copyright(C) 2008-09 Adobe Systems Incorporated. All rights reserved.
Fri May 15 2009 16:28:53 : Error: Invalid Profile : The profile selected is not a valid XML file.
Fri May 15 2009 16:28:53 : Error: Profile validation Error : Validator failed.