Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings>
  3. <!-- The date the countdown is set to -->
  4. <countdown>
  5. <year>2014</year>
  6. <month>11</month>
  7. <day>22</day>
  8. <hour>00</hour>
  9. <minute>00</minute>
  10. <second>00</second>
  11. </countdown>
  12.  
  13. <!-- Language Settings - Used to change language for different regions -->
  14. <language>
  15. <!-- Ensure theres no tabs, it looks weird but its just how it works -->
  16. <intro>INTRODUCING
  17. THE ALL-NEW XC90
  18. IT'S WORTH THE WAIT</intro>
  19. <end>
  20. <!-- Can add as many lines as you wish, will loop through in order -->
  21. <line>THE ALL-NEW XC90</line>
  22. <line>THE WAIT IS OVER</line>
  23. <line>ORDER YOURS TODAY</line>
  24. </end>
  25. </language>
  26.  
  27. <!-- Slide data - Setup the images/videos to be played along with any animation (panning etc) to be done -->
  28. <background_slides>
  29. <!-- maintain attrubute maintains the aspect ratio of the width/height. This means it will fit to screen along the unmaintained axis, ie so you can pan an image from left to right without it going off the screen -->
  30. <image maintain="height">
  31. <src>assets/Slide1_XC90_Bridge.jpg</src>
  32. <display_time>3000</display_time>
  33. <animation>
  34. <tween type="in">
  35. <property begin="1.3" end="1.5" duration="3">scaleX</property>
  36. <property begin="1.3" end="1.5" duration="3">scaleY</property>
  37. <property begin="0" end="-300" duration="0">y</property>
  38. <property begin="0" end="-100" duration="3">x</property>
  39. </tween>
  40. </animation>
  41. </image>
  42.  
  43. <video>
  44. <src>assets/Slide2.flv</src>
  45. <display_time>3000</display_time>
  46. <lensflare>true</lensflare>
  47. <animation>
  48. <tween type="loop">
  49. <property begin="1.3" end="1.5" duration="3">scaleX</property>
  50. <property begin="1.3" end="1.5" duration="3">scaleY</property>
  51. <property begin="0" end="-300" duration="0">y</property>
  52. <property begin="0" end="-100" duration="3">x</property>
  53. </tween>
  54. </animation>
  55. </video>
  56.  
  57. <image>
  58. <src maintain="height">assets/Slide3_XC90_Headlamp.jpg</src>
  59. <display_time>3000</display_time>
  60. <animation>
  61. <tween type="in">
  62. <property begin="0" end="1.3" duration="0">scaleX</property>
  63. <property begin="0" end="1.3" duration="0">scaleY</property>
  64. <property begin="0" end="-200" duration="0">y</property>
  65. <property begin="0" end="-300" duration="3">x</property>
  66. </tween>
  67. </animation>
  68. </image>
  69.  
  70. <video>
  71. <src>assets/Slide4.flv</src>
  72. <display_time>3000</display_time>
  73. <lensflare>true</lensflare>
  74. <animation>
  75. </animation>
  76. </video>
  77.  
  78. <image>
  79. <src maintain="height">assets/Slide5_XC90_COMFORT.jpg</src>
  80. <display_time>3000</display_time>
  81. <animation>
  82. <tween type="in">
  83. <property begin="0" end="1.3" duration="0">scaleX</property>
  84. <property begin="0" end="1.3" duration="0">scaleY</property>
  85. <property begin="0" end="-200" duration="0">y</property>
  86. <property begin="-150" end="0" duration="3">x</property>
  87. </tween>
  88. </animation>
  89. </image>
  90.  
  91. <video>
  92. <src >assets/Slide6.flv</src>
  93. <display_time>3000</display_time>
  94. <lensflare>true</lensflare>
  95. <animation>
  96. </animation>
  97. </video>
  98.  
  99. <image>
  100. <src maintain="height">assets/Slide7_XC90_Steering2.jpg</src>
  101. <display_time>300</display_time>
  102. <animation>
  103. <tween type="in">
  104. <property begin="0" end="1.3" duration="0">scaleX</property>
  105. <property begin="0" end="1.3" duration="0">scaleY</property>
  106. <property begin="-200" end="-10" duration="2">y</property>
  107. <property begin="0" end="-100" duration="3">x</property>
  108. </tween>
  109. </animation>
  110. </image>
  111.  
  112. <video>
  113. <src>assets/Slide8.flv</src>
  114. <display_time>1000</display_time>
  115. <lensflare>true</lensflare>
  116. <animation>
  117. </animation>
  118. </video>
  119. </background_slides>
  120.  
  121. <!-- Special slide for the ending of the countdown. The tweens will replay back and forth -->
  122. <end_countdown_slide>
  123. <image>
  124. <src>assets/Slide1_XC90_Bridge.jpg</src>
  125. <lensflare>true</lensflare>
  126. <animation>
  127.  
  128. </animation>
  129. </image>
  130. </end_countdown_slide>
  131. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement