View Full Version : XML for flash works in IE but not in Mozilla
robskinn
07-06-2005, 06:39 PM
I have put together a swf slideshow movie. The swf reads the xml page which contains the list of pictures I want the slideshow to display.
I have tested the slideshow online and it works fine with Internet explorer but not with Mozilla Firefox (except locally, it works).
Anyone know any reason for this?
Cheers,
Rob
not much info here, what appears not to work? is your swf showing at all in firefox?
robskinn
07-06-2005, 10:12 PM
The swf is showing up in Firefox and dynamically loading the first picture out of 34 but it will not load any of the next pictures in sequence, whereas Internet explorer does.
the slideshow is located at;
Slideshow link (http://www.grpro-clean.co.uk/slideshow/dorset_slideshow.html)
This may shed some light on the situation. Sorry I can't be more specific but I'm not sure if the problem is actionscript or the XML,
Cheers
scottious
08-03-2005, 06:20 AM
I was having the same problem in a file where i was importing a heap of text via XML. Worked in IE but not Firefox. Solution i had was not to refer to the XML relative to the document rather than full url.
E.g.
change:
my_xml.load("http://www.mydomain.com/xml.php");
to:
my_xml.load("../xml.php");
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.