Playing other types of video files (e.g. avi, mov, mp4) using Flex

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 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 > > > > — > “Flex India Community” group. > To unsubscribe from this group, send email to > flex_india+unsubscribe@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. >

Share and Enjoy:
  • Print
  • email
  • PDF
  • Digg
  • Facebook
  • LinkedIn
  • Twitter
  • Live
  • Yahoo! Bookmarks
  • Google Bookmarks

Related posts:

  1. Audio issue for playing video files
  2. Problem in playing in Video
  3. Flex with music, Instument playing application
  4. flex 3 and FMIS 3.5 – streaming (live video) is coming very slow – audio/video live conference app
  5. How to Prevent Temprary Internet files using Flex 3…..?
  6. How to delete Temprary Internet files using Flex 3…..?
  7. Flex Tree Component and SWF files
  8. Flex Tree Component and SWF files
  9. Manual flex compling creating two files as .swf and .swf.cache
  10. youtube video player using flex…….

Leave a Reply