# Got a problem with .flv file

**URL:** https://forum.kirupa.com/t/got-a-problem-with-flv-file/261825
**Category:** Uncategorized
**Created:** [May 31, 2008, 10:38am UTC](https://forum.kirupa.com/t/got-a-problem-with-flv-file/261825 "2008-05-31T10:38:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vamsig](https://avatars.discourse-cdn.com/v4/letter/v/e47774/32.png) [@vamsig](https://forum.kirupa.com/u/vamsig)
#### Post date: [May 31, 2008, 10:38am UTC](https://forum.kirupa.com/t/got-a-problem-with-flv-file/261825/1 "2008-05-31T10:38:08Z")

</div>

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

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 2, 2008, 9:54am UTC](https://forum.kirupa.com/t/got-a-problem-with-flv-file/261825/2 "2008-06-02T09:54:18Z")

</div>

i’d advise you to look at [gotoandlearn.com](http://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
