-
Notifications
You must be signed in to change notification settings - Fork 0
/
Collection1.xml
62 lines (54 loc) · 1.14 KB
/
Collection1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<id value = "2">
<page duration="5"> <!--red-->
<multimedia row="1">
<type>Video</type>
<filelocation>hello.mp4</filelocation>
<meta>
</meta>
</multimedia>
<multimedia row="1">
<type>Audio</type>
<filelocation>piano2.wav</filelocation>
<meta>
</meta>
</multimedia>
<multimedia row="2">
<type>Graphic</type>
<filelocation>Circle</filelocation>
<meta>
</meta>
</multimedia>
</page>
<page> <!--green-->
<multimedia row="1">
<type>Image</type>
<filelocation>1.jpg</filelocation>
</multimedia>
<multimedia row="1">
<type>Text</type>
<filelocation>green</filelocation>
<meta>
</meta>
</multimedia>
</page>
<page> <!--blue-->
<multimedia row="1">
<type>Image</type>
<filelocation>2.jpg</filelocation>
<meta>
<duration></duration>
</meta>
</multimedia>
<multimedia row="2">
<type>Text</type>
<filelocation>blue</filelocation>
<meta>
<style>-fx-stroke: green; -fx-font-size: 16px;</style>
</meta>
</multimedia>
<multimedia>
<type>Graphic</type>
<filelocation>square</filelocation>
</multimedia>
</page>
</id>