bonjour je suis en train de créer le fichier xml ci-dessous. Mais j'ai rencontré un problème dans la balise image SVP est ce que vous pouvez m'aider.
Code xml : Sélectionner tout - Visualiser dans une fenêtre à part
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 <Piecemaker> <Settings> <imageWidth>700</imageWidth> <imageHeight>350</imageHeight> <segments>7</segments> <tweenTime>1.2</tweenTime> <tweenDelay>0.1</tweenDelay> <tweenType>easeInOutBack</tweenType> <zDistance>0</zDistance> <expand>20</expand> <innerColor>0x111111</innerColor> <textBackground>0x0064C8</textBackground> <shadowDarkness>100</shadowDarkness> <textDistance>25</textDistance> <autoplay>12</autoplay> </Settings> <Image Filename="image1.jpg"> <Text> <headline>Description Text</headline> <break>Ӂ</break> <paragraph>Here you can add a description text for every single image.</paragraph> <break>Ӂ</break> <inline>This is HTML text loaded from the external XML file and formatted with an external CSS file. So it's pretty simple to set this text. You can also easily add</inline> <a href="http://www.modularweb.net/piecemaker" target="_blank">Ӂhyperlinks</a> <paragraph>. This one leads you to the official Piecemaker website, by the way.</paragraph> </Text> </Image> </Piecemaker>
Partager