Simple text edits in xml file don't show up in website's flash?

  • Thread starter Thread starter Larry E
  • Start date Start date
L

Larry E

Guest
We have a Flash presentation on our website. It pulls the text from an xml file. We have made some simple text edits in the xml file on our website, but the edits don't show up in the Flash. Is there something we're missing??
 
Hi there,
if your syntax is correct, and the way the flash program calls to the XML file is correct then your changes should show.

It's hard to give a complete answer without seeing your code, but what I would double check is
1) Where you have embedded your flash into the HTML: is the XML document called to correctly, double check your code.

2) Make sure that in the XML document the places where you made the changes match the syntax on the rest of the XML document that does work.
 
Back
Top