You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
<html> |
|
<head> |
|
<title>dojox.embed.Object Test</title> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<style type="text/css"> |
|
@import "../../../dojo/resources/dojo.css"; |
|
@import "../../../dijit/tests/css/dijitTests.css"; |
|
#flashTest { |
|
border: 1px solid blue; |
|
width: 400px; |
|
height: 500px; |
|
} |
|
</style> |
|
<script type="text/javascript" src="../../../dojo/dojo.js" data-dojo-config="parseOnLoad: true, isDebug: true"></script> |
|
<script type="text/javascript"> |
|
dojo.require("dojox.embed.Object"); |
|
dojo.require("dojo.parser"); |
|
</script> |
|
</head> |
|
<body> |
|
<h1>dojox.embed.Object</h1> |
|
<p> |
|
This is a test for the embedder widget. |
|
</p> |
|
<div dojoType="dojox.embed.Object" src="resources/sample.3gp" width="176" height="144"></div> |
|
<div dojoType="dojox.embed.Object" src="resources/hfp.swf" style="float:right;width:100px;height:100px;border:1px solid black;"></div> |
|
<div id="flashTest" dojoType="dojox.embed.Object" src="resources/hfp.swf"></div> |
|
</body> |
|
</html>
|
|
|