Hi! I have a fmle 3.1.0.8703. I have multiple streaming, so i use livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0 in field "Stream". When i save this settings in XML file and try to launch fmle through FMLECmd (with gui is the same trouble) the message is appears: not a valid xml file. When i open this xml with IE, it shows a mistake: A semicolon is required. A mistake while processing resource: ''file:///C:/Documents and Settings/user/Desktop/dynamic.xml''...
<stream>livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0</stream>
While making tests wit this xml, i found out, that trouble is in sign &. When i delete it, the xml is valid, but it won't work, cause server expects this string livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0, but not livestream%i?adbe-live-event=liveeventadbe-http-streaming-ver=1.0
So, what suggetsions, is it possible to make a valid xml with sign &?Or it need to change the server side? Or one more version: i've noticed, that if i leave clear field "Stream" in xml file, then when FMLE starts, it inserts its default setting: livestream%I. So i think that it is possible to find this default setting and chage it to livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0. So if it's possible, where is this default setting hiding?