LifeType 中文開發論壇

開發 => 模版設計 => 主題作者是: ga009900 於 四月 04, 2006, 10:30:43 上午



主題: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: ga009900四月 04, 2006, 10:30:43 上午
我把Blog和ExoBud都用好ㄌ~

但是我用框架用在一起,雖然說可以,但是在Blog下方會有一個捲軸,不知道怎ㄇ處理哩!!

http://ga009900.zzz.be/index.html

(http://ga009900.myweb.hinet.net/q.JPG)

放進去有個原則,就是那ㄍ在BLOG點連結,ExoBud不可以再次種新整理等等,就是歌不會中斷!

可以修改模板,然後放進ㄑ網頁裡面嘛??

第一次架設Blog~很多都還要學習的哩!!


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: markwu四月 04, 2006, 11:47:14 上午
你是用 frame 來放,而且又沒設定 frame 的 attribute, 所以會出現下面的 scroll bar

我會建議你用 iframe 來放。

<iframe name="I1" src="exobud_mp/exobud.htm" width="250" height="30" marginwidth="0" marginheight="0"  border="0" frameborder="0" scrolling="no"></iframe>

把其中的 width 與 height 調成你所需要的長寬,你就可以放在版面上的任何地方。

以你的模板 (grey) 為例子,如果你要放在左邊,那麼就把那一段放在 header.template,如果要放在右邊,那麼就放在 footer.template。

如果要在中間,那麼就放在 main.template。

Mark


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: ga009900四月 04, 2006, 05:01:14 下午
我用在main.template裡面,但是跳其他頁面,歌曲就會中斷重開開始ㄟ~

而且沒辦法用像框架那樣固定在下面,不用把捲軸拉到最下面才看的到播放器嗎?

至於"frame 的 attribute",這是什麼啊??可以從這邊解決問題ㄇ??


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: markwu四月 04, 2006, 06:09:06 下午
在你的 <FRAME>...</FRAME> 裡面加上 scrolling="no" 的字串,如 <FRAME src="xxx.html" scrolling="no">

下次可以先參考網路上得 HTML 語法介紹:http://www.w3.org/TR/REC-html40/present/frames.html

Mark


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: ga009900四月 04, 2006, 07:55:59 下午
這個方法我有用過

但是用了 scrolling="no" 這指令~右邊的卷軸跟著不見耶~


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: lss四月 04, 2006, 08:15:10 下午
我用在main.template裡面,但是跳其他頁面,歌曲就會中斷重開開始ㄟ~

而且沒辦法用像框架那樣固定在下面,不用把捲軸拉到最下面才看的到播放器嗎?

至於"frame 的 attribute",這是什麼啊??可以從這邊解決問題ㄇ??
反過來用,把 LT 嵌在 ExoBud 頁面的 iframe 裡面。試試看 :-)

lss


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: ga009900四月 04, 2006, 08:25:59 下午
iframe語法不會用耶~下面為main.template

==============================

{include file="$blogtemplate/header.template"}
 {foreach from=$posts item=post}
  {include file="$blogtemplate/post.template"}
 {/foreach}
{include file="$blogtemplate/footer.template"}

==============================

若要用iframe是用在哪啊??還是要用在播放器那個網頁上面??


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: lss四月 04, 2006, 08:56:28 下午
看看 mark 給你的連結吧  :-)

要不,google 一下應該也有很多答案。

lss


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: james四月 04, 2006, 10:49:30 下午
iframe語法不會用耶~下面為main.template

==============================

{include file="$blogtemplate/header.template"}
 {foreach from=$posts item=post}
  {include file="$blogtemplate/post.template"}
 {/foreach}
{include file="$blogtemplate/footer.template"}

==============================

若要用iframe是用在哪啊??還是要用在播放器那個網頁上面??
看你的網頁已經ok了.我想你應該已經解決問題了.
如果可以把你解決的方式,上網來分享,應該可以幫助以後和你有相同需求的人 :-)

James.


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: niveko四月 04, 2006, 11:41:10 下午
看倒是看到了,不过好像没有声音哦! :-O


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: bibicall四月 05, 2006, 01:04:03 上午
看倒是看到了,不过好像没有声音哦! :-O

不知道niveko是不是用firefox啊?
用火狐聽不到聲音,請用IE
不知道是不是因為 iframe 語法在IE下才有作用的原因


主題: Re: [問題] 如何把 ExoBud(音樂播放器) 用進去 lifetype裡面 ??
作者: ga009900四月 05, 2006, 12:46:04 下午
iframe隤靀?銝觇??刻€閑銝鹉?榦ain.template

==============================

{include file="$blogtemplate/header.template"}
 {foreach from=$posts item=post}
? {include file="$blogtemplate/post.template"}
 {/foreach}
{include file="$blogtemplate/footer.template"}

==============================

?亥??甬frame?舐欟?典独????栋伨閬盙欟?冽軽?曉姄?€鲷雯?癳????
?鲸??栈雯?癴歇蝬団k鈭??凵峡雿å?閰脣歇蝬涙圾瘙箏?憿铸?.
憒弴??臭誑?窍?閫捱?栋硅撘阚?銝箪雯靘疟?鈭恬??殓府?臭誑撟怠阔隞亙??铸??樯灜?颤?瘙彁?鈭?:-)

James.

還是沒有解決啊~

跟原本一樣~我都沒有動的說~