I’m having lots of difficulty with embedding a flash file and I hope some one has some advice.
here are the details
the swf file is located at http://www.littletreeartstudios.com/images/carousel.swf and if you navigate their the swf plays fine
the issue is that it draws on an xml file, carousel.xml that is in the same directory as carousel.swf
When I place the swf in an expression engine table, a blank swf loads.
http://www.littletreeartstudios.com/index.php/site/studios/
here is the code in the header of the studio page.
[removed][removed]
[removed]
swfobject.embedSWF(“http://littletreeartstudios.com/images/carousel.swf”, “doors”, “590”, “150”, “9.0.0”);
[removed]
how can I get the xml file to load properly? It appears to get lost when the page is dynamically loaded?
thanks