[問題] 請教 有關於EZPORTAL 上面的FLASH時鐘[已經解決] 感謝各
版主: 版主管理群
[問題] 請教 有關於EZPORTAL 上面的FLASH時鐘[已經解決] 感謝各
小弟 想在入口網頁之中加入 FLASH時鐘的功能\r
不知道能在哪邊找到資訊
希望有安裝的大大 能給於在下一點指示 ^^
~~感激不盡~~
不知道能在哪邊找到資訊
希望有安裝的大大 能給於在下一點指示 ^^
~~感激不盡~~
最後由 Sailfish 於 2005-05-09 21:14 編輯,總共編輯了 1 次。
開啟: portal_body.tpl 找適當位址輸入以下試試!!
紅色地方自己修改。
代碼: 選擇全部
<table cellspacing="0" cellpadding="4" border="0" align="center" class="forumline" width="100%">
<tr><td class="catHead" align="center"colspan="2"><span class="cattitle">現 在 時 刻</span></td></tr>
<tr><td class="row1" align="left"><embed src="[color=red]http://xxx.xxx.net/images/clock.swf[/color]" menu="false" quality="high" scale="scale" width="180" height="160" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" / alt=""></a></td></tr>
</table><br />
最後由 kljian 於 2005-05-02 12:56 編輯,總共編輯了 3 次。
Sailfish 寫:阿 失敗@@"
照了大大的方式做了 都沒顯示任何東西呢\r
怪怪 再看看好了@"@
代碼: 選擇全部
// <!-- BEGIN clock -->
<table cellspacing="0" cellpadding="4" border="0" align="center" class="forumline" width="100%">
<tr><td class="catHead" align="center"colspan="2"><span class="cattitle">現 在 時 刻</span></td></tr>
<tr><td class="row1" align="left"><embed src="http://xxx.xxx.net/images/clock.swf" menu="false" quality="high" scale="scale" width="180" height="160" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" / alt=""></a></td></tr>
// <!-- END clock -->
#-----[ FIND ]----------------------------------------
代碼: 選擇全部
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>Links</b></span></td>
</tr>
<tr>
<td class="row1" align="center"><a href="http://smartor.is-root.com" target="_blank"><img src="images/smartorsite_logo.gif" width="88" height="31" alt="Smartor Site" border="0" vspace="3"></a></td>
</tr>
</table>
代碼: 選擇全部
<table cellspacing="0" cellpadding="4" border="0" align="center" class="forumline" width="100%">
<tr><td class="catHead" align="center"colspan="2"><span class="cattitle">現 在 時 刻</span></td></tr>
<tr><td class="row1" align="left"><embed src="http://xxx.xxx.net/images/clock.swf" menu="false" quality="high" scale="scale" width="180" height="160" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" / alt=""></a></td></tr>
</table><br />
flash檔案可以到這邊下載
http://www.phpbb.com/phpBB/catdb.php?mo ... &id=769695
修改到ezportal可以參考下面這篇
http://www.phpbb.com/phpBB/viewtopic.ph ... 713#814713
http://www.phpbb.com/phpBB/catdb.php?mo ... &id=769695
修改到ezportal可以參考下面這篇
http://www.phpbb.com/phpBB/viewtopic.ph ... 713#814713


