本站的Flash音樂播放器,簡單易用,可自設播放清單,加插於網頁,傅客或論壇等...
下載本站的Flash音樂播放器: http://www.terencekam.com/mp3play/flashplayer/flashplayer00.rar
首先製作播放清單(例如list.xml)上載到網頁空間.
可用Dreamweaver製作一個xml文件,參考以下程式碼.
再用Flash更改播放器動作路徑為播放清單位置,儲存後發佈為swf檔案(例如flashplayer.swf)上載到網頁空間.
使用以下程式碼加插在網頁或傅客上!
另有五款不同設計供免費下載!
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer01.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer02.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer03.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer04.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer05.rar
***感謝第一QQ空間站提供Flash音樂播放器設計和源碼***
下載本站的Flash音樂播放器: http://www.terencekam.com/mp3play/flashplayer/flashplayer00.rar
首先製作播放清單(例如list.xml)上載到網頁空間.
可用Dreamweaver製作一個xml文件,參考以下程式碼.
<?xml version="1.0" encoding="UTF-8" ?>
<songs>
<歌曲 name="歌名1" path="http://mp3位置/歌名1.mp3 "/>
<歌曲 name="歌名2" path="http://mp3位置/歌名2.mp3 "/>
<歌曲 name="歌名3" path="http://mp3位置/歌名3.mp3 "/>
</songs>
<songs>
<歌曲 name="歌名1" path="http://mp3位置/歌名1.mp3 "/>
<歌曲 name="歌名2" path="http://mp3位置/歌名2.mp3 "/>
<歌曲 name="歌名3" path="http://mp3位置/歌名3.mp3 "/>
</songs>
再用Flash更改播放器動作路徑為播放清單位置,儲存後發佈為swf檔案(例如flashplayer.swf)上載到網頁空間.
使用以下程式碼加插在網頁或傅客上!
<embed src="http://音樂播放器位置/flashplayer.swf" width="180" height="120"> </embed>
另有五款不同設計供免費下載!
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer01.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer02.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer03.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer04.rar
下載:http://www.terencekam.com/mp3play/flashplayer/flashplayer05.rar
***感謝第一QQ空間站提供Flash音樂播放器設計和源碼***
這方法可用在很多地方,包括論壇頭像/簽名檔,等等......
只要重新整理一次,圖像會變為隨機顯示另一幅圖!
演示:
首先你要有一個支援 php 程式的網頁空間,將以下內容複制,貼到記事本,修改好後另存新檔,副檔名改為(***.php).
例如: sample.php
設定的圖片可跟php文件放在同一檔案夾,上傳到你的空間!
<?php
$setimg = Array (
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg' // 順序加入,最後一項最尾不需豆號
);
$num = rand(0,4); // 設定隨機數值,現時 0 ~ 4 共 5 幅
$link = "./" . $setimg[$num];
header("Location: ".$link);
?>
html : 使用方法
Discuz! 代碼 : 使用方法
若無法顯示,可在尾部加?1.jpg
例如: http://您的網址/sample.php?1.jpg
感謝網友"別問我是誰"提供!
只要重新整理一次,圖像會變為隨機顯示另一幅圖!
演示:
首先你要有一個支援 php 程式的網頁空間,將以下內容複制,貼到記事本,修改好後另存新檔,副檔名改為(***.php).
例如: sample.php
設定的圖片可跟php文件放在同一檔案夾,上傳到你的空間!
<?php
$setimg = Array (
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg',
'圖片名稱.jpg' // 順序加入,最後一項最尾不需豆號
);
$num = rand(0,4); // 設定隨機數值,現時 0 ~ 4 共 5 幅
$link = "./" . $setimg[$num];
header("Location: ".$link);
?>
html : 使用方法
<img src="http://您的網址/sample.php">
Discuz! 代碼 : 使用方法
[img]http://您的網址/sample.php[/img]
若無法顯示,可在尾部加?1.jpg
例如: http://您的網址/sample.php?1.jpg
感謝網友"別問我是誰"提供!
"ミク時計"一按日文報時
↑指向圖片按右鍵,選擇另存目標;下載該jclock.swf文件;然後上傳到自己的博客或網頁,用以下HTML代碼!
演示: 請看本BLOG右邊欄!
↑指向圖片按右鍵,選擇另存目標;下載該jclock.swf文件;然後上傳到自己的博客或網頁,用以下HTML代碼!
<embed src="文件位置URL" width="150" height="180"></embed>
演示: 請看本BLOG右邊欄!