Playing .mpg videos in Flash/Actionscript

后端 未结 1 688
执笔经年
执笔经年 2020-12-22 10:49

Is it possible to load .mpg file and play it through actionscript/flash ?

The code works well with mp4 video files. If not possible to play mpg files, the one way to

1条回答
  •  天涯浪人
    2020-12-22 11:13

    Flash player can play a limited number of video formats : Sorenson Spark H263 (FLV), On2 VP6 (FLV) and H.264 (MP4, M4V, F4V, 3GPP).

    So for your mpeg video you have to convert it to one of these supported formats.

    For more information, you can see supported codecs for flash player and here to understand more video formats, also you can take a look on wikipedia.

    0 讨论(0)
提交回复
热议问题