faqts : Computers : Programming : Languages : PHP : Not Quite PHP : Flash 4

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 10 people (70%) answered Yes
Recently 6 of 9 people (67%) answered Yes

Entry

How do i force internet explorer to reload variables from php3 file?

Nov 28th, 2000 17:13
Pavel Prishivalko, adam chilaca,


You should call inside Flash function LoadVariables() or whatever you're
using.
Also add anti-proxy/cache directives:
Header("Cache-control: no-cache");
Header("Pragma: no-cache");
I suggest you try XML - it's simple and you have real-time control and
info about loading status.