0

こんにちは、

.swf ムーブを特定のフォルダーにパブリッシュする場合、「c:/wamp/www/test/index.html」としましょう。付属の .html ファイルを開いてテストできます。映画を完璧に再生します。

これもたまたま私の wamp フォルダにあります。wamp を起動し、wamp を使用してファイルを読み込もうとします。

"http://127.0.0.1/test/index.html

Web ページは読み込まれますが、ムービーが開始されません。フラッシュ オブジェクトの下部にコントロール バーが表示されますが、ファイルのロードなどでスタックしているように見えます。何かが間違っている。

先に進み、Apache エラー ログ ファイルを確認します。

[Thu Apr 12 00:17:42 2012] [notice] Apache/2.2.21 (Win64) PHP/5.3.8 configured -- resuming normal operations
[Thu Apr 12 00:17:42 2012] [notice] Server built: Sep 24 2011 19:57:51
[Thu Apr 12 00:17:42 2012] [notice] Parent: Created child process 5000
[Thu Apr 12 00:17:42 2012] [notice] Child 5000: Child process is running
[Thu Apr 12 00:17:42 2012] [notice] Child 5000: Acquired the start mutex.
[Thu Apr 12 00:17:42 2012] [notice] Child 5000: Starting 64 worker threads.
[Thu Apr 12 00:17:42 2012] [notice] Child 5000: Starting thread to listen on port 80.
[Thu Apr 12 00:17:42 2012] [notice] Child 5000: Starting thread to listen on port 80.

また、apace アクセス ログ ファイルも確認しました。

127.0.0.1 - - [12/Apr/2012:00:17:49 +0400] "GET /OktomberiSchool/ HTTP/1.1" 200 10878
127.0.0.1 - - [12/Apr/2012:00:17:49 +0400] "GET /OktomberiSchool/images/master_images/table_1_top_left_home.jpg HTTP/1.1" 304 -
127.0.0.1 - - [12/Apr/2012:00:17:51 +0400] "GET /OktomberiSchool/webpages/vidoes/vidoes.php HTTP/1.1" 200 10062
127.0.0.1 - - [12/Apr/2012:00:17:51 +0400] "GET /OktomberiSchool/webpages/vidoes/video_01.swf HTTP/1.1" 304 -

エラーを見つけることができません。

何が起こっているのか誰にも考えがありますか?

4

1 に答える 1

0

adobe Flashを使用して.flaを開くと、次のエラーが発生しました。

「ビデオプレーヤーは接続エラー状態です。ビデオストリームを読み込もうとしたが失敗したときにこの状態になります。サーバーへの接続がないか、ストリームが見つからなかったという2つの理由が考えられます。」

それから、それがビデオを見つけていなかったと私は思いました。そこで、ビデオを同じフォルダーに移動し、.swfファイルを再度作成しました。ボブは、あなたのおじです。(機能した。)

繰り返しになりますが、このソリューションが誰かに役立つことを願っています。

于 2012-04-22T12:27:47.043 に答える