Hi,
I have embedde a flash in a html page. that flash has got asp scripting,XML
that asp , create a xml file from and flash fetch the xml file back
my problem is its my flash embedd in html is not refreshing
specific:
html -> Flash -> Asp
Asp ->fetch records from database and create xml file
that xml file will be read back by the flash. the problem i newly added recorde cannot be seen in the flash, but its there in database.
every time i close the browser and open then it works
when the database is updated, you will need to return something in order to trigger an event, once the event is triggered, you will need to have flash reload your xml file.
__________________
tg
---
what the hell was i thinking?
append a randon querystring element to the url. that will force a reload. also in the asp
use the following command
<%
response.expires = -1
%>
telling the browser that this content is not cachable.
but it create multiple files in cache how do i avoid it thinks its beauce of the query string parameter with time, so every time i acces the record i create a xml file in cache. how this can be prevented
when i update one record xml create with the value 1 and when i create second record another file will have the value 1 and 2 so two xml files are there now