xxxxxxxxxx
18
<html>
<head>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script>
$(document).ready(function() {
//jquery call to embed flash object,
flashembed("#a", {src: "btd5.txt",wmode:"opaque"});
//set width and height - ffox fix
$('#a').css({'width':'564px','height':'160px','z-index':'-1'});
});
</script>
</head>
<body>
<iframe id="a" src="btd5.txt">if you see this you're gay</iframe>
</body>
</html>