View Single Post
  #1 (permalink)  
Old 01-27-08, 05:32 AM
ausgezeichnete's Avatar
ausgezeichnete ausgezeichnete is offline
Wannabe Coder
 
Join Date: Oct 2007
Posts: 114
Thanks: 0
Thanked 0 Times in 0 Posts
Rolleyes Embeding PHP code in XML??

I have a XML file contains images
XML Code:
  1. <content width="368" height="450" bgcolor="cccccc" loadercolor="ffffff" panelcolor="5d5d61" buttoncolor="5d5d61" textcolor="ffffff">
  2.     <page src="pages/01.jpg"/>
  3.     <page src="pages/02.swf"/>
  4.     <page src="pages/03.swf"/>
  5.     <page src="pages/04.jpg"/>
  6.     <page src="pages/05.jpg"/>
  7.     <page src="pages/06.jpg"/>
  8.     <page src="pages/07.swf"/>
  9.     <page src="pages/08.jpg"/>
  10.     <page src="pages/09.swf"/>
  11.     <page src="pages/10.jpg"/>
  12.     <page src="pages/11.swf"/>
  13.     <page src="pages/12.jpg"/>
  14.     <page src="pages/13.jpg"/>
  15.     <page src="pages/14.jpg"/>
  16.    
  17. </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??
Reply With Quote