Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You need to be aware of three things. </p> <p>First you need to make sure you're loading the most up to date version of the SWF file to reference the new xml. Just change the file name or add a cache buster query to the end of the swf extension e.g. <em>map.swf?vers=2</em>.</p> <p>Secondly, you need to check that the flash file is actually retrieving the correct and new XML file that has been updated. </p> <p>Lastly, I know this sound silly, but open the XML file in the browser and confirm it's the right one. For instance, view it directly e.g. <em>www.mydomain.com/dplaws.xml</em>. I had quite a few occurrences where the file on the server was not up to date or the server itself was caching the file. At least with the latter, you can then isolate it to being a problem with the server.</p> <p>Check the XML file directly e.g. <em>www.mydomain.com/dplaws.xml</em> and add a query to end such as here (which can be anything) <em>www.mydomain.com/dplaws.xml?cache=test9393</em>. With the query appended it should get the most recent version from the server.</p> <p>Now, once the above is confirmed, use Chrome and open the <a href="https://developers.google.com/chrome-developer-tools/docs/overview" rel="nofollow">Developer Tools</a>. Go to the <a href="https://developers.google.com/chrome-developer-tools/docs/network" rel="nofollow">Network Tab</a> and check if your flash is using the most up to date version. You can see that once the SWF has loaded one of the next queries should be the XML file. See if it's referencing the new XML and has the cache buster query appended.</p> <p>When I follow the above steps, it generally works for me. I hope it helps you, too.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload