Changeset 2041


Ignore:
Timestamp:
01/05/12 11:40:56 (17 months ago)
Author:
pablo
Message:

Fixing instream default for 'autoload' feature

Location:
branches/fl5_instream/js/test/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fl5_instream/js/test/examples/instream.html

    r2040 r2041  
    101101            <label>Autoload</label> 
    102102            <select id="autoload" onchange="return setupAll();"> 
    103               <option id="autoload_true" value="true" selected="selected">True</option> 
    104               <option id="autoload_false" value="false">False</option> 
     103              <option id="autoload_false" value="false" selected="selected">False</option> 
     104              <option id="autoload_true" value="true">True</option> 
    105105            </select><br/> 
    106106          </formset> 
  • branches/fl5_instream/js/test/examples/instream/ad1.xml

    r2040 r2041  
    11<?xml?> 
    22<ad> 
    3   <url>/testing/files/bunny.mp4</url> 
     3  <url>http://content.bitsontherun.com/videos/yYul4DRz-1ahmry41.mp4</url> 
    44  <link>http://www.google.com</link> 
    55</ad> 
Note: See TracChangeset for help on using the changeset viewer.