Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <data>
  3.     <!-- MPU -->
  4.    
  5.     <!--
  6.     **********************************************************************************************************************
  7.     here you can load both an image (jpg, png) or a swf file (the dimension are fixed: 300x192)
  8.     Inserire qui il nome del file (immagine o swf) che vogliamo venga caricato nel box 300x250 (dimensioni fisse: 300x192)
  9.    
  10.     **********************************************************************************************************************
  11.     -->
  12.    
  13.     <asset_to_load_mpu><![CDATA[assets_mpu_test.swf]]></asset_to_load_mpu>
  14.     <pregame><![CDATA[pregame.swf]]></pregame>
  15.     <game><![CDATA[game.swf]]></game>
  16.  
  17.     <!-- OVERLAYER -->
  18.    
  19.    
  20.     <!--
  21.     *****************************************************
  22.     URL you want to share through g+, twitter and addthis
  23.     URL da condividere tramite g+ twitter e addthis
  24.    
  25.     *****************************************************
  26.     -->
  27.  
  28.     <share_url><![CDATA[http://www.weborama.com]]></share_url>
  29.  
  30.     <!--
  31.     ***********************************
  32.     Title of the link you want to share
  33.     Titolo del link da condividere
  34.  
  35.     ***********************************
  36.     -->
  37.  
  38.     <share_title><![CDATA[weborama]]></share_title>
  39.  
  40.     <!--
  41.     ***********************************
  42.     Set here what kind of share button you like to include in the videoplayer.
  43.     You can have 3. Not more, not less.
  44.     Every social network has its code number. Here follows the legend:
  45.     0 = Button will NOT show
  46.     1 = Google Plus
  47.     2 = Facebook
  48.     3 = Twitter
  49.     4 = Youtube
  50.     5 = Flickr
  51.     6 = Myspace
  52.     7 = Messenger Live
  53.     8 = Yahoo
  54.     9 = Vimeo
  55.     10 = Friend Feed
  56.     11 = Blogger
  57.     12 = Pinterest
  58.     13 = Tv
  59.     ***********************************
  60.     -->
  61.  
  62.     <share_button_1>0</share_button_1>
  63.     <share_button_2>2</share_button_2>
  64.     <share_button_3>13</share_button_3>
  65.  
  66.  
  67.    
  68.     <!--
  69.     ***************************************************************************************************************
  70.     fill with the name of the video (flv format only), the video aspect ratio is 16:9, the video will be 728x408
  71.     Inserisci il nome del file video (solo formati flv), il video deve avere la proporzione di 16:9; e sar࠷28x408
  72.  
  73.     ***************************************************************************************************************
  74.     -->
  75.  
  76.     <flvName><![CDATA[video.flv]]></flvName>
  77.  
  78.     <initialHide>0</initialHide>
  79.  
  80.  
  81.  
  82.    
  83.     <callToActionColor></callToActionColor> <!-- exadecimal color. E.g. 0x000000 where first digit is alpha. Leave empty for default -->
  84.     <callToActionStyle></callToActionStyle> <!-- bold or italic or underlined. Leave empty for default -->
  85.    
  86.     <closeButtonSize></closeButtonSize> <!-- big|small, default is small and empty or no tag means default -->
  87.     <closeButtonAlign></closeButtonAlign> <!-- right|left, default is right and empty or no tag means default -->
  88.    
  89.     <!--
  90.     *******************************
  91.     DON'T EDIT BELOW THIS
  92.     *******************************
  93.     -->
  94.    
  95.     <companion>300x250</companion><!-- 300x250 728x90 160x600-->
  96.     <position>ml</position><!-- tl bl tr br -->
  97.     <soundOnMouseOver>true</soundOnMouseOver>
  98.     <soundOnByDefault>false</soundOnByDefault>
  99.     <useMouseOver>false</useMouseOver>
  100.     <mouseOverDelay>1</mouseOverDelay> <!-- seconds -->
  101.     <autoExpand>true</autoExpand>
  102.     <soundMouseOverDelay>0</soundMouseOverDelay> <!-- seconds -->
  103.     <soundOnReplay>false</soundOnReplay> <!-- sound is on immediatly after replay button is clicked -->
  104. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement