Forums / Developer / How ez can undestand the path which defined in xml file?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How ez can undestand the path which defined in xml file?

Author Message

Tin Nguyen

Wednesday 13 December 2006 8:19:01 pm

Hello Exponential guys,

I am newbie with Exponential, 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!