2

この質問をするのは嫌いですが、私はしばらくの間壁に頭をぶつけていました。Flash CS5 で作成された Adob​​e Air 2.5 アプリがあります。そのアプリ内からビデオを再生する必要があり、ビデオ プレーヤーを最初から作成する気はありません。すっごく... http://devbase.comから FLVPlayer を使用しようとしましたが、API を介して適切に動作させることができませんでした。

ビデオ プレーヤーは全画面表示で、通常の再生ヘッドのスクラブ、再生/一時停止/停止、および音量コントロールを備えている必要があります。

何か案は?FLVPlayback コントロールを全画面表示にできますか?

4

1 に答える 1

1

One library to take a look at would the the Open source media Framework. It's not a full featured player, but using it as a framework you can write your own custom skin in a day or two. This tutorial will help you get started if you are interested.

It is definitely not a complete video player solution if that what you were looking for, but if you need some level of graphical customization it would be a good option.

于 2011-02-03T22:17:07.773 に答える