Messages in cipher reflected in the looking glass

http://blogs.sun.com/thaniwa/date/20051112 2005年 11月 12日 土曜日

(EN) Music Player for LG3D prototype, JavaOne Tokyo version

The following picture is a screenshot of music player. I demonstrated it as a sample application of LG3D on JavaOne Tokyo LG3D HoL.



If you want to try it, you can download it by the following link.


Music player requires LG3D, Java Media Framework and Java MP3 PlugIn.


And, music player requires musicplayer.xml file. musicplayer.xml put on the directory that executes lg3d-dev, lg3d-app, lg3d-session command.

Sample musicplayer.xml is as follows.
<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : musicplayer.xml
    Created on : 2005/11/11, 23:15
    Author     : yasuhiro
    Description:
        Purpose of the document follows.
-->

<root>
    <encode>JISAutoDetect</encode>
    <fontname>HGSGothicE</fontname>
    <album>
        <artist>BoA</artist>
        <title>BEST OF SOUL</title>
        <image>/windows/D/mp3/BoA/BEST OF SOUL.jpg</image>
        <m3u>/windows/D/mp3/BoA/BEST OF SOUL.m3u</m3u>
    </album>
    <album>
        <artist>II-MIX Δ</artist>
        <title>dELTA ONE</title>
        <image>/windows/D/mp3/two-mix/dELTA ONE.jpg</image>
        <m3u>/windows/D/mp3/two-mix/dELTA ONE.m3u</m3u>
    </album>
    <album>
        <artist>倉木麻衣</artist>
        <title>FUSE OF LOVE</title>
        <image>/windows/D/mp3/倉木麻衣/FUSE OF LOVE.jpg</image>
        <m3u>/windows/D/mp3/倉木麻衣/FUSE OF LOVE.m3u</m3u>
    </album>
</root>

投稿されたコメント:

コメント
  • HTML文法 不許可