Problem is that the flash movie is not working when this is within the CMS (Custom Smarty/PHP/Zend). I have totally ran out of ideas with this an pulling my hair out.
To fix a problem with the XML file originally not being read in I had to add a .htaccess to: /templates/flash
RewriteEngine Off
<FilesMatch "\.(swf|flv|xml)$">
order allow,deny
allow from all
</FilesMatch>
- If you turn off JS the code inside the noscript will display the flash movie but looks like it is not reading the XML file.
- If you access the flash movie directly it works perfectly.
Try changing
to
<script>tags don’t self-close.