blob: 62dc5847ad29845053ac0c7ba530fbe36c4aa91d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Drag and drop in 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">Flash plugin is required for this test.</object>';
</script>
<script type="text/javascript" src="click-to-activate.js"></script>
</body>
</html>