mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=49 and ocontextid=2: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (49, 2, ''): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=39 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (39, 0, ''): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

株式会社e-flat開発日誌 » XSPF Web Music Playerプラグイン

 
 
mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=32 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (32, 0, 'slim'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=33 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (33, 0, 'song'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=34 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (34, 0, 'no'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=36 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (36, 0, 'no'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=35 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (35, 0, 'no'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=37 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (37, 0, 'Music Player'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=29 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (29, 0, 'http://www.e-flatdesign.com/media/xspf_player_slim.swf'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=30 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (30, 0, 'http://www.e-flatdesign.com/media/xspf_player_extend.swf'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=31 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (31, 0, 'http://www.e-flatdesign.com/media/xspf_player_button.swf'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query SELECT ovalue FROM nucleus_plugin_option WHERE oid=38 and ocontextid=0: Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

mySQL error with query INSERT INTO nucleus_plugin_option (oid,ocontextid,ovalue) VALUES (38, 0, 'yes'): Table './mavelick/nucleus_plugin_option' is marked as crashed and should be repaired

Flashを使ったMP3プレーヤーXSPF Web Music PlayerをNucleus上で利用するためのプラグインを作ってみました。
メディアとしてアップロードしたMP3ファイルをWeb上で再生する事が出来ます。
また、XMLで記述されたプレイリストを用いると、複数の曲を再生する事が出来ます。
プラグインでは三種類のプレイヤー形態をサポートしています。
slim表示


extend表示


ボタン表示



プラグインの開発にあたって、NP_Dewplayerをベースにさせてもらいました。

ベースにしたDewplayerと違い、XSPF Web Music PlayerはBSDライセンスでソースが公開されているために、プレイヤー自体のデザインを自由に変更できます。
また、本プラグイン自身もGPLv2ライセンスですので、商用/非商用に関わらず自由に利用が出来る上、プラグイン自身も完全にカスタマイズ可能です。

プレイリスト機能への対応等も実装してありますが、弊社で使用していない機能に関しては未テストなのでご了承ください。

02/06
Postet by: yatsuo
Category: Web