之前都有玩過 odeo.com,但不知何時它推出了一個新功能︰讓你的 blog 讀者發你一個 voice message。
Odeo 形容這功能為 「Send Me a Message」︰
Odeo “Send Me A Message” Buttons
Use Odeo “Send Me A Message” buttons on your website, blog or email signature to let other people instantly record a voice message that you can pick up at any time
那麼好玩的功能,當然不會放過吧。
於是我從 Odeo 給予的眾 buttons 中,選了這個黑底方框的,放於 blog 上讓大家使用︰
雖然功能好像差不多,但我認為若把 ﹝XSPF Web Music Player﹞ 加上 ﹝Webjay.org﹞一起運用,將會為 blog 帶來更方便的 blog radio 音樂服務。
何解?
● 因為 XSPF Web Music Player 可以無需要你找個網上空間 upload 個 flash file。它現成有一個 flash file 公開讓 personalised google 使用者 link 過去作 personalised google 音樂 module 的,故此照道理你也可以 link 過去它那個 flash file 來放在你的 blog 上。
● Webjay.org 是被稱為 “mother of all music playlist generators” (參閱此網頁)。它讓你輕輕鬆鬆組織你的 mp3 音樂 playlist,也為你 generate 你想要的 playlist 格式。 故此,每當你需要新增或更改你的 music playlist,你就無需像以往修改那段你見到都頭暈的 code ,而只需要登入你的 webjay account,讓它為你 organise 你的 playlist。
● XSPF Web Music Player 有三種 play mode - slim mode、extended mode、button mode 任君選擇。
另外,透過更改這 player 的一些參數,你可以為這 player 作一點 customization。參數包括︰
playlist_url : the url of the xspf file to load
autoplay : boolean value that make the music start without the initial user click
autoload : boolean value that make the playlist load without the initial user click
repeat_playlist : boolean value that make the repeats the playlist after the end of the last song playlist_size : number of tracks to limit
player_title : the text to replace the players default’s
info_button_text : the text to display on the info link, see this page
radio_mode : boolean value, if true tells the player that the last track of playlist is in real a new playlist location.
另外,如果你是 qoos 的 blogger,又像我一樣有興趣用這個 gVisit 的話,那麼就需要一些小技巧才可把它加進到你的 blog 裡。因為這個 gVisit 用的是 javascript ,而 qoos 是不容用戶加 javascript 到 blog 的,故此,你需要在外間的 web hosting (例如 angelfire) 建造一個新的 html 檔,把該 javascript 插進這個 html 檔裡,然後再用 IFRAME 方法把該 html 檔 link 進來 blog 裡頭。是有點不便 (用得 qoos 就預了有這些問題存在),但都值得一幹的。