<!DOCTYPE html>
<html>
<body>
<form action="/example/demo_form.aspx" method="get" id="form1">
First name: <input type="text" name="fname" /><br />
<input type="submit" value="Submit" />
</form>
<object width="400" height="400" data="/img/helloworld.swf" name="obj1" form="form1">
</object>
</body>
</html>