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 2</title>
<link rel="stylesheet" type="text/css" href="media/screen.css" />
<script type="text/javascript" src="js/swfobject.js"></script>
</head>
<body>
<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",
digitWidth: "20",
digitHeight: "32",
separatorWidth: "11",
ampmWidth: "23"
};
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>
</body>
</html>