Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /default_playlist.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (hide annotations) (download) (as text)
Sat Feb 23 11:04:22 2008 UTC (16 years, 1 month ago) by kreuz45
File MIME type: application/xml
File size: 521 byte(s)
プレイリストの一曲目のファイルを読みにいくように実装
1 kreuz45 5 <?xml version="1.0" ?>
2     <playlist>
3 kzt 7 <pictures> //スライドショーの画像を定義するブロック
4     <picture>
5 kzt 14 <file>ski.jpg</file>
6     <span>2000</span> //2000ms表示
7 kzt 7 </picture>
8     <picture>
9 kzt 14 <file>soba.jpg</file>
10     <span>2000</span> //3000ms表示
11 kzt 7 </picture>
12     </pictures>
13 kreuz45 5 <songs>
14     <song>
15 kreuz45 16 <title>Condens</title>
16     <file>http://mssp.sourceforge.jp/condens.mp3</file>
17 kreuz45 5 </song>
18     <song>
19     <title>Test song 2</title>
20     <file>song2.mp3</file>
21     </song>
22     </songs>
23     </playlist>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26