Got a problem with .flv file

Hi all,

I have small problem with .flv file… Actually i’m able to upload all type of extensions through flash… but the main problem with .flv… when i’m trying to upload .flv file it’s showing upload ed successfully… But there is no file in folder… Rest all extensions are working perfectly…
in flash i’m using this function…

fileDescription = “Videos”;
fileExtension = “*.flv;”;

import flash.net.FileReference;
var fileRef:FileReference = new FileReference();
fileRef.browse([{description: fileDescription, extension: fileExtension}]);

Any one can you please help on this…

Thanks,
vamsi.g

i’d advise you to look at gotoandlearn.com

best Idea I have is to have a default video player assest, then duplicate it and load in the flv into that

I’m unsure you can load in .flv, however I am unfamiluar with the above