summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/tests/flash/index.html
blob: 26a10b80e31305b6168f39e0913092a0fa171e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
   <head>
      <link type="text/css" rel="stylesheet" media="all" href="screen.css" />
      <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
      
      <script type="text/javascript">
      //<![CDATA[
      swfobject.embedSWF(
         'Test.swf', 'test', '0', '0', '9.0.0',
         false, {}, {allowscriptaccess: 'always'}, {});
      //]]>
      </script>
   </head>
   <body>
      <div class="header">
         <h1>Flash Cross-Domain URLLoader Test</h1>
      </div>

      <div class="content">

      <div id="test">
         <p>Could not load the flash test.</p>
      </div>

      </div>
   </body>
</html>