blob: 5e09f452fc559add62744f565ab060e30f1713fc (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <html>
	<head>
		<script src="../../../dojo/dojo.js" djConfig="isDebug: true"></script>
		
		<script src="test_flash.js"></script>
	</head>
	
	<body>
		<h1>Test Dojox Flash</h1>
		
		<p>For detailed test output see Firebug console (if Firefox).
		  This test should be run on Firefox, Internet Explorer, and Safari
		  to confirm that Dojox Flash is working correctly.</p>
	</body>
</html>
 |