`
<title>Flash Emulator</title>
<!-------Flash Content--->
<main>
<div id="Awayfl">
<table width="865" border="1" id="Dragingproperty">
<tbody>
<tr>
<td width="855" height="468">
<div id="flashContainer">
<script src="Awayfl/Awayfl/dist/embed.js"></script>
<script>
swfObject.embedSWF('Game.swf', 'flashContainer',);
</script>
</div>
</td>
</tr>
</tbody>
</table>
</main>
<!---Flashcontent ends----->
<button id="fullscreenbutton">Fullscreen</button>
`
This is my HTML code, How do I make the fullscreen button work for my Awayfl script.