Ignore:
Timestamp:
11/22/10 06:26:10 (3 years ago)
Author:
zach
Message:
  • Adding netstreambasepath flashvar for page relative path reference 1066
  • Fixing example titles
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/js/test/examples/nodoctype.html

    r1423 r1431  
    88    </head> 
    99    <body> 
    10         <h1>No document type</h1> 
     10        <script type="text/javascript"> 
     11            document.write("<h1>" + document.title + "</h1>"); 
     12        </script> 
    1113        <p> 
    1214            This page is meant to test how the player will render in browers when no DOCTYPE is specified. It is possible that things will look slightly different in IE9, FF, Chrome, Safari, and Opera. IE < 9 will simply display "HTML5 Player should replace this". 
Note: See TracChangeset for help on using the changeset viewer.