tags:

views:

629

answers:

2

Is it possible to play these files in Adobe Flex or flash?

A: 

Current version of Flash can play MOV, M4V and M4A provided they are only of type container "MP4", all quicktime files have litle variation of MP4, but if they contain pure video of type H.264 and audio of AAC only, then flash can play it.

Checkout Flash Video, you will need converter to convert them to correct MP4 format, since MOV etc formats can have video as H.264 and audio as MP3, flash will not play it, flash only needs video as H.264 and audio as AAC only.

Akash Kava
so we need to convert flv or mp4. Suppose we are giving direct file(sample.mov). flex could not play
nethra
mov is container, like a zip file, but contents inside container has to be in proper format, mov is same as mp4. But the internal track format should be H264 and AAC only.
Akash Kava
A: 

No, that's not possible.

The Flash-player only supports the FLV-format, so you will have to convert your files to FLV.


BTW, I'm assuming you want to load the files at runtime. You can import a MOV-file in your Flash IDE, which converts it to keyframes.

Pbirkoff
how can i import mov files in to my flex IDE
nethra
you can't, it is only supported in the Flash IDE.
Pbirkoff