PDA

View Full Version : XML file loading problems


diesel0207
07-11-2009, 11:55 AM
Hi peeps! I'm having a problem with our xml feed and was hoping you could help...

Is there a reason why this xml file (made using our API) won't load in flash -

http://www.ticketwise.com/api/request/q=liverpool&type=city&limit=100&country=uk&match=exact&category[]=3

Also, the results show fine in Firefox but not in IE. Maybe this has something to do with it.

The xml feeds are made using our API, and we're hoping to have a flash widget working in conjunction with it.

Thanks in advance :)

tadster
07-11-2009, 08:44 PM
your link gave me php errors, in IE you'll need to embed the movie directly inside
<!--[if IE]><![end if]--> to be sure that dynamic xml loading will work as expected.

diesel0207
07-12-2009, 06:17 PM
thanks tadster, but not sure what you mean by <!--[if IE]><![end if]-->

the link to the xml file needs the "[]=3" (missing in the link) on the end or throws an error.

i've read a bit more on this, and it sounds like the swf file needs to be on the same domain as the xml files or won't work. I can't ftp until i'm in the office tomorrow - hopefully this will solve the problem??


your link gave me php errors, in IE you'll need to embed the movie directly inside
<!--[if IE]><![end if]--> to be sure that dynamic xml loading will work as expected.

tadster
07-13-2009, 05:02 PM
i've read a bit more on this, and it sounds like the swf file needs to be on the same domain as the xml files or won't work. I can't ftp until i'm in the office tomorrow - hopefully this will solve the problem??
Yes, and i meant putting your object code inside those tags, as apposed to using javascript (swfobject) to put it in the page.