I have an app that displays an flv file which is progressively downloaded from the server. The first time the file is downloaded, everything runs smoothly. If I try to download the file a second time, the player does not display the file and eventually crashes. If I clear the browser cache, the file will download correctly again and play, but, alas, the second time the same error occurs. The app is an interface that we use for delivering e-learning courses that are SCORM compatible and we are delivering the content through Moodle. We have not changed the app and the problem is occuring even on the same installation of Moodle. This interface has been in use for over two years without any problems until quite recently when a student complained about the videos. We also debugged the app by running the swf file locally. When run locally, this problem does not occur. This leads me to believe that there is some conflict between the browser cache and the flv playback componente
[ moved from AS3 forum to General forum ]
append a random variable to the flv name to prevent caching.
you're video is probably starts downloading the first time and doesn't complete when you click on something and then when you return you try and download again. you would probably be ok if you allowed the first download to complete, in addition, to clearing your cache before the re-download attempt.
Nice work around solution if you are sending the request via urlrequest, but this does not work when I am loading the flv directly into the player. The flv playback component throws an error because it cannot parse the string and eliminate the verbiage after the question mark
Hence, the conflict here is between the component and how it is interacting with the browser. This problem is recent and looks to be a bub in the later versions of Flash player. This is a serious bug.that the Adobe team should address immediately.
remove the source or contentPath from the component parameters or property panel and use actionscript to assign the source or contentPath.
to report bugs: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
North America
Europe, Middle East and Africa
Asia Pacific