Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /default_playlist.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download) (as text)
Sat Feb 16 15:51:52 2008 UTC (16 years, 1 month ago) by kzt
File MIME type: application/xml
File size: 515 byte(s)
Add Pictures XML Parser
1 kreuz45 5 <?xml version="1.0" ?>
2     <playlist>
3 kzt 7 <pictures> //スライドショーの画像を定義するブロック
4     <picture>
5     <file>test1.png</file>
6     <timing>0</timing> //0秒時点で表示
7     </picture>
8     <picture>
9     <file>test2.png</file>
10     <timing>5</timing> //5秒時点で表示
11     </picture>
12     </pictures>
13 kreuz45 5 <songs>
14     <song>
15     <title>Test song 1</title>
16     <file>song1.mp3</file>
17     </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