下午好,
当我将 .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.
我还检查了我的快速访问日志文件:
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 -
我无法发现错误。
有人知道发生了什么吗?