請教各位前輩
因為對CSS 並不很熟.. 所以想在首頁中 直接加入 flash
便於 index.php 中直接加入
==================================================
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="872" height="139">
<param name="movie" value="xxx.swf">
<param name="quality" value="high">
<embed src="xxx.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="872" height="139"></embed>
</object>
</p>
<p>
==================================================
加完後 可以運作,不過卻出現 多出的 四行錯誤.. 如下..
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3760: Cannot modify header information - headers already sent by (output started at /index.php:5)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3762: Cannot modify header information - headers already sent by (output started at /index.php:5)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3763: Cannot modify header information - headers already sent by (output started at /index.php:5)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3764: Cannot modify header information - headers already sent by (output started at /index.php:5)
於是 便直接進 functions 看到四行 headers ,可否 將它拿掉? 對系統是否會有不良影響 ?
去除後 便無錯誤訊息了..
請問 在首頁加入Flash 會出現錯誤訊息
版主: 版主管理群
請問 在首頁加入Flash 會出現錯誤訊息
作業系統:Linux Kernal 2.6.18-92.1.18.el5
上網方式:Hinet 10M/2M
安裝的程式:
Appserv 1.3.39 (Unix)
PHP: 5.2.4
MySQL Database Version 5.0.67-community-log
phpMyAdmin 2.11.9.4
phpBB 3.0.4
上網方式:Hinet 10M/2M
安裝的程式:
Appserv 1.3.39 (Unix)
PHP: 5.2.4
MySQL Database Version 5.0.67-community-log
phpMyAdmin 2.11.9.4
phpBB 3.0.4
- oscerropper
- 星球公民
- 文章: 197
- 註冊時間: 2004-12-21 17:56
- 來自: 興趣的黑洞
Re: 請問 在首頁加入Flash 會出現錯誤訊息
Hi jcm
css跟你所問的內容沒關係。
另外,flash語法不是加入在*.php檔案中。
而是加入在style/你的風格/index.html
*.html 才是網頁架構。
css跟你所問的內容沒關係。
另外,flash語法不是加入在*.php檔案中。
而是加入在style/你的風格/index.html
*.html 才是網頁架構。
●架設主機作業系統:Unix
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。