blob: f2eb15cb752e75bdd96748d41164604f90b377b7 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="js/adobe.js"></script>
<script type="text/javascript" src="js/framework.js"></script>
<script type="text/javascript" src="MySimpleValuesImpl.js"></script>
<script type="text/javascript" src="MyInitialView.js"></script>
<script type="text/javascript" src="MyController.js"></script>
<script type="text/javascript" src="MyModel.js"></script>
<script type="text/javascript" src="FlexJSTest.js"></script>
<script type="text/javascript">
var app = new FlexJSTest();
</script>
<title>FlexJSTest</title>
</head>
<body onload="app.start()">
</body>
</html>