swfdetect.html revision 78251cb820d45fa9e779c856ea59237ea10dfc25
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovich<link type="text/css" rel="stylesheet" href="/build/logreader/assets/skins/sam/logreader.css" />
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovich<script type="text/javascript" src="/build/yui/yui.js"></script>
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovich filter: "debug",
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovich logInclude: { TestRunner: 1}
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovich}).use('swfdetect', function (Y) {
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovichoutput += "Flash Major: " + String(Y.UA.flashMajor) + "<br/>";
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovichoutput += "Flash Minor: " + String(Y.UA.flashMinor) + "<br/>";
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovichoutput += "Flash Revision: " + String(Y.UA.flashRev) + "<br/>";
78251cb820d45fa9e779c856ea59237ea10dfc25Allen Rabinovichdocument.getElementById('testoutput').innerHTML = output;