著數優惠交流網's Archiver

collin 發表於 2007-10-22 09:49

連結了一個.wav file,不想window media player的介面出現

用frontpage寫簡單網頁,連結了一個.wav音樂file,在IE click這個連結時,卻出現了window media player歡迎的介面.我不想這個介面出現,只想click了後畫面不變及播放.wav file聲音,應如何做?:smilies33:(http://www.GetJetso.com - 著數網提供最新著數優惠情報,股市討論,潮流時尚美容討論拍賣及易物服務)

管理員 發表於 2007-10-22 22:05

你可以加一個iframe,按了一下就轉到有wav那一頁就可以

collin 發表於 2007-10-23 09:45

什麼是'iframe'?

管理員 發表於 2007-10-24 00:29

[quote]原帖由 [i]collin[/i] 於 2007-10-23 09:45 發表 [url=http://getjetso.com/forum/redirect.php?goto=findpost&pid=266886&ptid=242942][img]http://getjetso.com/forum/images/common/back.gif[/img][/url]
什麼是'iframe'? [/quote]
[url]http://www.google.com.hk/search?complete=1&hl=zh-TW&q=iframe+html&btnG=Google+%E6%90%9C%E5%B0%8B&meta=[/url]

collin 發表於 2007-10-24 09:52

i try try , thx!!!!!!!!!!!!

collin 發表於 2007-10-24 19:09

iframe不能做到, 因為我的網頁是有一條超連結去一個wav file, 並非連結去另一個網頁.

管理員 發表於 2007-10-24 20:24

[quote]原帖由 [i]collin[/i] 於 2007-10-24 19:09 發表 [url=http://getjetso.com/forum/redirect.php?goto=findpost&pid=268356&ptid=242942][img]http://getjetso.com/forum/images/common/back.gif[/img][/url]
iframe不能做到, 因為我的網頁是有一條超連結去一個wav file, 並非連結去另一個網頁. [/quote]
那你新建一個頁網頁放左個wav file入去就得
here is a simple example

music.html
[code]
<bgsound src=''wav file url" autostart="yes" loop="-1">
[/code]

index.html
[code]
<a href="#" onclick="Document.getElementById('wav').src='music.html';">Play music</a>
<iframe id="wav"></iframe>
[/code]

woodstockhk 發表於 2007-10-28 08:27

thank you:smilies32:

頁: [1]