ruffle/web/packages/selfhosted/test/polyfill/remove_object/index.html

23 lines
634 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>OBJECT 1 - WORKING EXAMPLE</title>
</head>
<body>
<div id="test-container">
<object
width="550"
height="400"
codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
id="foo"
>
<param name="movie" value="/test_assets/example.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
</object>
</div>
</body>
</html>