XML and flash file

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

XML and flash file

Post by aravona »

I have an XML file which is controlling a flash file, however the new images I put in are not showing up.

They showed up on a Mac but not on a PC and now nothing is showing up.

Code: Select all

 <?xml version="1.0" encoding="iso-8859-1" ?> 
- <slideshow>
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/parentpower.jpg" /> 
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/2.jpg" /> 
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/3.jpg" /> 
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/4.jpg" /> 
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/5.jpg" /> 
  <img imgurl="image/early.jpg" /> 
  <img imgurl="image/13.jpg" /> 
  </slideshow>
The one that isnt showing up is the 'early' picture.

http://www.stmartinsprep.com/ The flash shows on the very first page and should show an 'early years' info picture every other slide but its not showing up!

Can anyone help me please?
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: XML and flash file

Post by kaszu »

It is showing up for me.
Post Reply