Hi,
I haven’t seen this issue raised anywhere else... so....
I am using a flash file to play images uploaded in modx. The flash file is pointed to an xml document, which i create in modx with a blank template applied and several image TVs applied to the template.
It loads the first image (which is in the flash movie) but then does not load the other images. It appears to have a problem loading the xml document.
In 0.9.6.3, this works fine and if you preview the xml document from the modx manager it shows you the xml data.
In 1.0.2, however it just shows an xml parsing error:
------------------------------------------------------------------------------
XML Parsing Error: no element found
Location:
http://dev.faultlessdesign.co.uk/index.php?id=51
Line Number 1, Column 1:
^
------------------------------------------------------------------------------
Here is the xml code:
<?xml version="1.0" encoding="UTF-8"?>
<photos>
<image effect="oval" speed="5" lag="2" vd="toUp" hd="toLeft" rx="20" ry="20" time="1" path="[*flash1*]"></image>
<image effect="oval" speed="5" lag="2" vd="toUp" hd="toRight" rx="20" ry="20" time="3" path="[*flash2*]"></image>
<image effect="oval" speed="5" lag="2" vd="toUp" hd="toLeft" rx="20" ry="20" time="3" path="[*flash3*]"></image>
<image effect="oval" speed="5" lag="2" vd="toUp" hd="toRight" rx="20" ry="20" time="3" path="[*flash4*]"></image>
<image effect="oval" speed="5" lag="2" vd="toUp" hd="toLeft" rx="20" ry="20" time="3" path="[*flash5*]"></image>
</photos>
------------------------------------------------------------------------------------------------------------
I have set this up for several of my websites (all on 0.9.6.3) and have had no problems at all... now it doesn’t work on any of the new sites that I am building using 1.0.2!
I have tried everything possible to get it to work but to no avail.
I’d really appreciate some help... Any ideas?