1
0
Fork 0
VelSite/sandbox.htm

83 lines
2.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/Page Template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Vel's personal site!">
<meta name="keywords" content="PersonalSite,IndieWeb,Blog,Retro,ClassicWeb">
<meta name="author" content="Velveteen">
<script src="/scripts/flashcheck.js"></script>
<link rel="stylesheet" type="text/css" href="/stylesheets/page.css">
<!-- InstanceBeginEditable name="morecss" -->
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>Sandbox page</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<div id="top"></div>
<script src="/scripts/framecheck.js"></script>
<!-- InstanceBeginEditable name="Body" -->
<h5>Flash/Ruffle check</h5>
Does this environment support playing Flash content?<br />
<script>
if (hasFlash) {
document.write('Looks like it.');
} else {
document.write('Signs point to no.');
}
</script>
<h5>Flash embed</h5>
<div id="flash-banner-ad"></div>
<script>
if (hasFlash) {
const ad = document.getElementById('flash-banner-ad');
ad.innerHTML = `
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
<param name="movie" value="/flash/ads/magazines.swf">
<param name="quality" value="low">
<embed src="/flash/ads/magazines.swf" quality="low" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>
</object>
`;
} else {
document.write('It seems that Flash is not functioning...');
}
</script>
<h5>Are we loaded in a frame?</h5>
<script>
const inFrame = window.self !== window.top;
document.write(inFrame);
</script>
<noframes>no frames!</noframes>
<noscript>no scripts!</noscript>
Sandbox
<!-- InstanceEndEditable -->
<center>
<img src="/images/hr.png">
<p><span id="share-this-page"></span> &brvbar;&brvbar; <a href="#top">Back to top &uarr;</a></p>
<script>
document.getElementById("share-this-page").innerHTML = `
Share this page: <input type="text" value="` + document.URL + `"></input>
`;
</script>
<div id="flash-banner-ad"></div>
<script src="/scripts/embed-ad.js"></script>
</center>
</body>
<!-- InstanceEnd --></html>