Forum Moderators: open
<script type="text/javascript" src="http://...../embed.js"></script>
<script type="text/javascript">
obj=new Object;
obj.clockfile="2012olympic001-pink.swf";
obj.TimeZone="UnitedKingdom_London";
obj.width=150;obj.height=225;
obj.Target="2012,7,27,0,0,0";
obj.Title="Title";
obj.Message="Message";
obj.DayU="days";
obj.HourU="hrs";
obj.MinU="min";
obj.SecU="sec";
obj.wmode="transparent";showClock(obj);</script>
(removed the src)
thanks anyone
showClock({
clockfile: "2012olympic001-pink.swf",
TimeZone: "UnitedKingdom_London",
width: 150,
height: 225,
Target: "2012,7,27,0,0,0",
Title: "Title",
Message: "Message",
DayU: "days",
HourU: "hrs",
MinU: "min",
SecU: "sec",
wmode: "transparent"
});