hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/video.obu.edu/webdt/clock/ |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>XorBin Digital Flash Clock. Example 4</title>
<link rel="stylesheet" type="text/css" href="media/screen.css" />
<script type="text/javascript" src="js/swfobject.js"></script>
</head>
<body>
<h1>Digital flash clock. Example 4<span>(version 1.1)</span></h1>
<p id="devDigitalClock"><a href="http://www.xorbin.com/">Digital flash clock widget</a></p>
<script type="text/javascript">
var flashvars = {
clockSkin: "media/skins/skin001.png",
panelSkin: "media/skins/frame01.png",
digitWidth: "20",
digitHeight: "32",
separatorWidth: "11",
ampmWidth: "23",
digitsColor: "444444",
panelColor: "adbfae",
panelPadding: "5",
showSeconds: "no"
};
swfobject.embedSWF(
"media/devDigitalClock.swf", // path to the widget
"devDigitalClock",
"200", // width of the widget
"120", // height of the widget
"8",
"media/expressInstall.swf",
flashvars,
{scale: "noscale", wmode: "transparent"}
);
</script>
<p>This example shows how you change the skin of the clock panel.</p>
<p><a href="" onclick="window.location = 'view-source:' + window.location.href; return false;">View source</a> / <a href="index.html">Back</a></p>
<p class="copyright">© 2008-2009, <a href="http://www.xorbin.com/" title="Digital flash clock widget">XORBIN.COM</a> website. All rights reserved.</p>
</body>
</html>