0

SWF渡すフラッシュ vars パラメータの最終状態をレンダリングする必要があります。

を使用するとしましょうvar text="Some text"。swf は静的な背景の上にテキストを表示します。これをpngファイルにレンダリングする必要があります.gnashで試しましたが、今のところうまくいきません.実行中のコマンドの例を次に示します.

gnash --screenshot last --screenshot-file imagename.png -1 -r1 test.swf -P "FlashVars=parameter=text"

問題は、これが背景画像をレンダリングし、その上にあるはずのテキストがないことです。

私はswftoolsサーバーを制御しておらず、ソフトウェアをインストールしたくないため、使用できません。

これでサーバーにインストールできるようになりました。

4

1 に答える 1

0

Hmm do you have access to the swf code? If so you could for instance save the contents of the stage to a bitmap and then save as png/jpeg which you can transfer to a server side or serving it directly to the client for download.

Look at this post for example code Trying to capture stage area using BitmapData

于 2012-08-23T20:58:01.223 に答える