Relates :
|
|
Relates :
|
Hi, There is no way to unload video file from the MediaPlayer. MediaPlayer holds the file handle for the file which it played. Suppose I have some of the video file a.mp4,b.mp4,c.mp4,d.mp4. If I load a.mp4 file and then again load the b.mp4 file and now I wants to delete a.mp4 file from my localHD, I am not able to delete the file as it is still being in used. Is there any way to unload file from the MediaPlayer Object. This bug is windows specific Working properly on Mac-OSX.
|