Groups | Blog | Home
all groups > macromedia flash flashcom > may 2006 >

macromedia flash flashcom : Cache problem


joraia
5/31/2006 12:00:00 AM
Ok i have swf that record flv as file_tmp.flv also i have swf that playing flv
as file.flv i have asp file that changing the name from file_tmp.flv to
file.flv when the reocord file is good to be saved else i delete it with
delete.asp file so the problem is
when i'm trying to play the file that i just saved cause it playing the old
record not the new one but after some time i can play the new for example after
2 minutes is any one have the same problem.
hasanotuome
6/1/2006 8:10:11 PM
Since FMS doesn't cache files on the client, how are you calling your "playing"
SWF? You could try a cache buster when you call it like:

this.loadMovie("playing.swf?vid="+random(1000));

Or, do that with your SS script if you're getting the FLVs that way. HTH...:)
AddThis Social Bookmark Button