|
From: <ham...@t-...> - 2003-02-08 13:26:02
|
Hi,
I prefer to call ming script right from the browser, i.e. put movie.php instead of movie.swf url
and use code like this in the ming script:
...
header('Pragma: no-cache');
header('Cache-control: no-cache');
header('Content-type: application/x-shockwave-flash');
$movie->output();
Wolfgang
>> Hi!
>>
>> While testing ming movies and actionscripts
>> I often need to restart netscape 4.8 / linux
>> because the browser (plugin) ignores the cache settings:
>> compare always and doesn't reload the swf!
>> So, how to force reloading the swf?
>>
>> Thanks,
>> Axel
>>
|