請問 在首頁加入Flash 會出現錯誤訊息

phpBB Installation & Usage Support
phpBB 3 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 3.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
jcm
星球普通子民
星球普通子民
文章: 11
註冊時間: 2008-11-01 16:16

請問 在首頁加入Flash 會出現錯誤訊息

文章 jcm »

請教各位前輩
因為對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 ,可否 將它拿掉? 對系統是否會有不良影響 ?
去除後 便無錯誤訊息了..
作業系統: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
頭像
oscerropper
星球公民
星球公民
文章: 197
註冊時間: 2004-12-21 17:56
來自: 興趣的黑洞

Re: 請問 在首頁加入Flash 會出現錯誤訊息

文章 oscerropper »

Hi jcm

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。
主題已鎖定

回到「[3.0.x] 安裝與使用」