2012-04-10 88 views
0

下午好,WAMP不顯示嵌入式.swf文件

當我發佈一個.swf移動到特定的文件夾,可以說「C:/wamp/www/test/index.html」。我可以通過打開隨附的.html文件來測試它。它完美地播放電影。

這也發生在我的wamp文件夾中。我開始WAMP和我嘗試和使用WAMP加載文件:

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

加載網頁了,但我的電影不啓動,我可以看到在Flash對象底部的控制欄,但它看起來像它的卡住在加載文件或東西的東西是錯誤的

我繼續前進,檢查我的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 - 

我無法發現錯誤。

任何人有任何想法發生了什麼?

+0

如果您右鍵單擊該電影,它是否顯示「...未加載」? – Michal 2012-04-10 20:29:03

+0

嘿邁克爾,不,只是試過。我忘記補充說,當我使用閃光燈創建幻燈片時,這沒有任何問題。我只是在播放Flash視頻時遇到問題。 – Killesk 2012-04-22 11:40:33

回答

0

我打開使用Adobe Flash的.fla文件,看到這個錯誤:。

「的視頻播放器處於連接錯誤狀態進入此狀態,當視頻流試圖加載但是不成功有兩個錯誤的可能原因:沒有連接到服務器或流未找到。「

然後,它讓我感到它沒有找到視頻。所以我把視頻移到了同一個文件夾中,再次生成了.swf文件,Bob是你的叔叔。 (它的工作。)

再次,我希望這個解決方案可以幫助某人。