blob: 58d03fde851fd4a51c008353e4cfae8ba3137c13 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Drag and drop in windowless Flash</title>
<style type="text/css">
object {
width: 400px;
height: 400px;
border: 5px solid black;
}
</style>
</head>
<body>
<noscript><p>Enable JavaScript and reload</p></noscript>
<p>Drag the orange square onto the blue square and release it. The orange square should disappear, and the blue square should turn yellow.</p>
<script type="text/javascript">
var plugincode = '<object data="dragndrop.swf" type="application/x-shockwave-flash"><param name="wmode" value="opaque">Flash plugin is required for this test.</object>';
</script>
<script type="text/javascript" src="click-to-activate.js"></script>
</body>
</html>