Hello Ganga Ambika, We have to convert the file format to FLV and then we can play them. The convertion can be done at runtime and we do not need to convert it manually. What we have to do is to write a php file of java file as backend, then call that particular servlet of php file so that it does the convertion. For mpeg files to be converted we have software called FFMPEG.exe u can get it from net.
*ffmpeg* -i *urfilename.mpeg* -ar 44100 -s 200*200 -b 40k -r 25*urfilename.flv * this one may be the format to convert it. Write a proper java or php code so that it executes this command and convert the file. On Wed, Dec 9, 2009 at 1:12 PM, Ganga Ambika <[email protected]> wrote: > Hello everyone, > > How to play other types of video files (e.g. avi, mov, mp4) using Flex. > The VideoDisplay component is only able to play .flv files. > Is there any other options to play these video files using flex. > -- > Thanks, > Ganga > > > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- Regards, Sri Tej Golive Gaming Solutions PVT LTD -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

