paul_watkins
03-27-2007, 02:44 PM
Hi
I hope someone can help, this is driving me crazy.
I have a simple swf media player that loads an FLV file.
The swf file is embeded in the page using SWFObject, and the FLV file is sent to the swf file using
so.addVariable("file", "flvfilename.flv");
The name of the flv file is stored in a database, i have a number of video files to play.
It was working perfectly, but suddenly it stopped and has now become very tempremental. Sometimes it works and some times it doesn't.
I was thinking that the FLV file name is being cached and causing problems when a different file name is sent to the SWF file.
Does anyone have any ideas? Or knows of another way to achieve the same result?
Thanks for your help
Paul
I hope someone can help, this is driving me crazy.
I have a simple swf media player that loads an FLV file.
The swf file is embeded in the page using SWFObject, and the FLV file is sent to the swf file using
so.addVariable("file", "flvfilename.flv");
The name of the flv file is stored in a database, i have a number of video files to play.
It was working perfectly, but suddenly it stopped and has now become very tempremental. Sometimes it works and some times it doesn't.
I was thinking that the FLV file name is being cached and causing problems when a different file name is sent to the SWF file.
Does anyone have any ideas? Or knows of another way to achieve the same result?
Thanks for your help
Paul