Forums / Developer / How ez can undestand the path which defined in xml file?
Tin Nguyen
Wednesday 13 December 2006 8:19:01 pm
Hello ezpublish guys,
I am newbie with ezpublish, I had got the problems when i tried to load some flash files those path was defined in xml files.
<?xml version="1.0" encoding="utf-8"?> <data> <media> <file comment='100 Sur'><![CDATA[{'exbanner1.swf|ezimage(no)}]]></file> <url><![CDATA[test1.php]]></url> <seconds>5</seconds> </media> <media> <file comment='100 Compfort'><![CDATA[{'exbanner2.swf |ezimage(no)}]]></file> <url><![CDATA[test2.php]]></url> <seconds>5</seconds> </media> </data>
My application doesn't undestand definition in {'exbanner1.swf|ezimage(no)}, so it can not load correct flash files.
Thanks for any your helps!