0

Which version of .mov file is supported by flex 3 ?

[Scenario :- I have created custom audio player and trying to play .mov file,but some of them are playing and some not]

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
vk007
  • 361
  • 1
  • 3
  • 8

2 Answers2

2

I think you can ony play the .mov files that have video encoded with H263 encoder and have audio encoded as aac. As long as you have such encoding in mov file you can play them otherwise not. :)

Some programmer dude
  • 400,186
  • 35
  • 402
  • 621
Piyush
  • 36
  • 2
0

As far as I knew; Flex didn't support .mov files. You'll have to convert that .mov file to an flv file for use within the Flash Player.

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59
  • thank you, but I tried with some mov files and I got success and If I want to convert it through program,If you know , can you please tell me? thank you – vk007 May 10 '11 at 10:03
  • I know that ffmpeg is a common, free, command line conversion program. http://www.ffmpeg.org/ – JeffryHouser May 10 '11 at 12:19