I have a XML file contains images
XML Code:
<content width="368" height="450" bgcolor="cccccc" loadercolor="ffffff" panelcolor="5d5d61" buttoncolor="5d5d61" textcolor="ffffff">
<page src="pages/01.jpg"/>
<page src="pages/02.swf"/>
<page src="pages/03.swf"/>
<page src="pages/04.jpg"/>
<page src="pages/05.jpg"/>
<page src="pages/06.jpg"/>
<page src="pages/07.swf"/>
<page src="pages/08.jpg"/>
<page src="pages/09.swf"/>
<page src="pages/10.jpg"/>
<page src="pages/11.swf"/>
<page src="pages/12.jpg"/>
<page src="pages/13.jpg"/>
<page src="pages/14.jpg"/>
</content>
My problem that i want to insert php code in the file.XML
but it never read it
am trying to edit a Flash page Flip and images comes from this xml fil
what can i do??