473,725 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I want toAnalog Clock

I want to make analog clock skin of windows media player so how can i
roteate the layer upto 360 degrees with the help of javascript please
tell me iam very anxious about it. iam the first and only skinner in
Pakistan. i really need your help. Remember Analog clock Using XML
LAYER Wit script of java. you just have tell me about java script i can
work with xml well!
HAVE A NICE DAY
GOOD BYE!

Oct 15 '05 #1
1 1614
<s.************ @gmail.com> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
I want to make analog clock skin of windows media player so how can i
roteate the layer upto 360 degrees with the help of javascript please
tell me iam very anxious about it. iam the first and only skinner in
Pakistan. i really need your help. Remember Analog clock Using XML
LAYER Wit script of java. you just have tell me about java script i can
work with xml well!
HAVE A NICE DAY
GOOD BYE!


Maybe you can do something with this. (Authour unknown.)

<html>
<head>
<title>clock.ht m</title>
<script type="text/javascript">
// Clock Variations

var clocked = false;
if (screen.availHe ight > 600) clocked = true;

var locked = true;
function locker() {
locked ? locked = false : locked = true;
}

// Clock Variables

var ClockHeight = 40;
var ClockWidth = 40;
var ClockFromMouseY = 0;
var ClockFromMouseX = 100;
var dCol = '000000'; // date color
var fCol = '000000'; // face color
var sCol = '000000'; // secs color
var mCol = '000000'; // mins color
var hCol = '000000'; // hour color
var xPos = 100;
var yPos = 100;

// Clock Processing

var ie = (document.all);
var ns = (document.layer s);
var days = new
Array("SUNDAY", "MONDAY","TUESD AY","WEDNESDAY" ,"THURSDAY","FR IDAY","SATURDAY "
);
var mons = new
Array("JANUARY" ,"FEBRUARY","MA RCH","APRIL","M AY","JUNE","JUL Y","AUGUST","SE P
TEMBER","OCTOBE R","NOVEMBER"," DECEMBER");
var date = new Date();
var year = date.getYear();
if (year < 2000) year+=1900;
var today = " "+days[date.getDay()]+" "+date.getDate( )+"
"+mons[date.getMonth()]+" "+year;
var D = today.split('') ;
var H = '...';
H = H.split('');
var M = '....';
M = M.split('');
var S = '.....';
S = S.split('');
var font = 'Arial';
var size = 1;
var speed = 0.5;
var Face = '1 2 3 4 5 6 7 8 9 10 11 12';
Face = Face.split(' ');
var n = Face.length;
var a = size*10;
var ymouse = 0;
var xmouse = 0;
var scrll = 0;
var props = "<font face="+font+" size="+size+" color="+fCol+"> <B>";
var props2 = "<font face="+font+" size="+size+" color="+dCol+"> <B>";
var Split = 360/n;
var Dsplit = 360/D.length;
var HandHeight = ClockHeight/4.5;
var HandWidth = ClockWidth/4.5;
var HandY = -7;
var HandX = -2.5;
var step = 0.06;
var currStep = 0;
var y = new Array();
var x = new Array();
var Y = new Array();
var X = new Array();
for (i=0; i<n; i++) {
y[i] = 0;
x[i] = 0;
Y[i] = 0;
X[i] = 0;
}
var Dy = new Array();
var Dx = new Array();
var DY = new Array();
var DX = new Array();
for (i=0; i<D.length; i++) {
Dy[i] = 0;
Dx[i] = 0;
DY[i] = 0;
DX[i] = 0;
}
if (clocked) {
if (ns) {
for (i=0; i<D.length; i++)
document.write( '<layer name="nsDate'+i +'" top=0 left=0 height='+a+'
width='+a+'><ce nter>'+props2+D[i]+'</font></center></layer>');
for (i=0; i<n; i++)
document.write( '<layer name="nsFace'+i +'" top=0 left=0 height='+a+'
width='+a+'><ce nter>'+props+Fa ce[i]+'</font></center></layer>');
for (i=0; i<S.length; i++)
document.write( '<layer name="nsSecs'+i +'" top=0 left=0 width=15
height=15><font face=Arial size=3
color='+sCol+'> <center><b>'+ S[i]+'</b></center></font></layer>');
for (i=0; i<M.length; i++)
document.write( '<layer name="nsMins'+i +'" top=0 left=0 width=15
height=15><font face=Arial size=3
color='+mCol+'> <center><b>'+ M[i]+'</b></center></font></layer>');
for (i=0; i<H.length; i++)
document.write( '<layer name="nsHour'+i +'" top=0 left=0 width=15
height=15><font face=Arial size=3
color='+hCol+'> <center><b>'+ H[i]+'</b></center></font></layer>');
}
if (ie) {
document.write( '<div id="Od"
style="position :absolute;top:0 px;left:0px"><d iv
style="position :relative">');
for (i=0; i<D.length; i++)
document.write( '<div id="ieDate"
style="position :absolute;top:0 px;left:0;heigh t:'+a+';width:' +a+';text-align:
center">'+props 2+D[i]+'</B></font></div>');
document.write( '</div></div>');
document.write( '<div id="Of"
style="position :absolute;top:0 px;left:0px"><d iv
style="position :relative">');
for (i=0; i<n; i++)
document.write( '<div id="ieFace"
style="position :absolute;top:0 px;left:0;heigh t:'+a+';width:' +a+';text-align:
center">'+props +Face[i]+'</B></font></div>');
document.write( '</div></div>');
document.write( '<div id="Oh"
style="position :absolute;top:0 px;left:0px"><d iv
style="position :relative">');
for (i=0; i<H.length; i++)
document.write( '<div id="ieHour"
style="position :absolute;width :16px;height:16 px;font-family:Arial;fo nt-size:
16px;color:'+hC ol+';text-align:center;fo nt-weight:bold">'+ H[i]+'</div>');
document.write( '</div></div>');
document.write( '<div id="Om"
style="position :absolute;top:0 px;left:0px"><d iv
style="position :relative">');
for (i=0; i<M.length; i++)
document.write( '<div id="ieMins"
style="position :absolute;width :16px;height:16 px;font-family:Arial;fo nt-size:
16px;color:'+mC ol+';text-align:center;fo nt-weight:bold">'+ M[i]+'</div>');
document.write( '</div></div>')
document.write( '<div id="Os"
style="position :absolute;top:0 px;left:0px"><d iv
style="position :relative">');
for (i=0; i<S.length; i++)
document.write( '<div id="ieSecs"
style="position :absolute;width :16px;height:16 px;font-family:Arial;fo nt-size:
16px;color:'+sC ol+';text-align:center;fo nt-weight:bold">'+ S[i]+'</div>');
document.write( '</div></div>')
}
}

(ns)?window.cap tureEvents(Even t.MOUSEMOVE):0;

function Mouse(evnt) {
ymouse =
(ns)?evnt.pageY +ClockFromMouse Y-(window.pageYOf fset):event.y+C lockFromMouseY
;
xmouse = (ns)?evnt.pageX +ClockFromMouse X:event.x+Clock FromMouseX;
}

(ns)?window.onM ouseMove=Mouse: document.onmous emove=Mouse;

function ClockAndAssign( ) {
if (!clocked) return;
var time = new Date ();
var secs = time.getSeconds ();
var sec = -1.57 + Math.PI * secs/30;
var mins = time.getMinutes ();
var min = -1.57 + Math.PI * mins/30;
var hr = time.getHours() ;
var hrs = -1.575 + Math.PI *
hr/6+Math.PI*parse Int(time.getMin utes())/360;
if (ie) {
Od.style.top = window.document .body.scrollTop ;
Of.style.top = window.document .body.scrollTop ;
Oh.style.top = window.document .body.scrollTop ;
Om.style.top = window.document .body.scrollTop ;
Os.style.top = window.document .body.scrollTop ;
}
for (i=0; i<n; i++) {
var F = (ns)?document.l ayers['nsFace'+i]:ieFace[i].style;
F.top = y[i] + ClockHeight*Mat h.sin(-1.0471 +
i*Split*Math.PI/180)+scrll;
F.left = x[i] + ClockWidth*Math .cos(-1.0471 +
i*Split*Math.PI/180);
}
for (i=0; i<H.length; i++) {
var HL = (ns)?document.l ayers['nsHour'+i]:ieHour[i].style;
HL.top = y[i]+HandY+(i*HandH eight)*Math.sin (hrs)+scrll;
HL.left = x[i]+HandX+(i*HandW idth)*Math.cos( hrs);
}
for (i=0; i<M.length; i++) {
var ML = (ns)?document.l ayers['nsMins'+i]:ieMins[i].style;
ML.top = y[i]+HandY+(i*HandH eight)*Math.sin (min)+scrll;
ML.left = x[i]+HandX+(i*HandW idth)*Math.cos( min);
}
for (i=0; i<S.length; i++) {
var SL = (ns)?document.l ayers['nsSecs'+i]:ieSecs[i].style;
SL.top = y[i]+HandY+(i*HandH eight)*Math.sin (sec)+scrll;
SL.left = x[i]+HandX+(i*HandW idth)*Math.cos( sec);
}
for (i=0; i<D.length; i++) {
var DL = (ns)?document.l ayers['nsDate'+i]:ieDate[i].style;
DL.top = Dy[i] +
ClockHeight*1.5 *Math.sin(currS tep+i*Dsplit*Ma th.PI/180)+scrll;
DL.left = Dx[i] +
ClockWidth*1.5* Math.cos(currSt ep+i*Dsplit*Mat h.PI/180);
}
currStep -= step;
}

function Delay(){
if (locked) {
xmouse = xPos;
ymouse = yPos;
}
scrll = (ns)?window.pag eYOffset:0;
Dy[0] = Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0] = Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i<D.length; i++) {
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0] = Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0] = Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i<n; i++) {
y[i] = Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i] = Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign( );
setTimeout('Del ay()',40);
}

if (ns||ie) window.onload=D elay;
</script>
</head>
<body style="margin:0 px">
<sup><a href="javascrip t:locker()">flo at</a></sup>
</body>
</html>
Oct 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6695
by: James Harriman | last post by:
Hi, I need to be able to measure a time interval in milliseconds on a windows machine. I have tried using time.clock() but it appears to measure time in seconds...Is there a way to measure time more precisely? Regards, James Harriman v38zy@unb.ca
2
19477
by: Oplec | last post by:
Hello, I am learning C++ using The C++ Programming : Special Edition by Bjarne Stroustrup. After reading some of his papers on his site, I came across a source code file that is used to compare timings for his Wrapper template class. In the main comment section, Mr. Stroustrup indicates that he is using a timing method published in JOOP by Andrew Koenig. I searched for the article, but was unable to find it. I would like to understand...
0
408
by: Peger, Daniel H. | last post by:
Hi, I'm having a slight problem with the precision of the standard c++ clock function as it is defined in time.h . On my system the shortest meassurable time period is 0.01 seconds, but for my programm I need to meassure the processing time in ms. Is there perhaps something like an environment variable controlling the precision of clock(), or is there any other way of meassuring time in ANSI C in the ms domain??
5
5937
by: Pushkar Pradhan | last post by:
I've decided to use clock() to time my routines, my code is like this: clk1 = clock(); while (n != 1000000) { mm_2r2c_2r2c_bc(&a, &b, &c); n++; } clk2 = clock(); t2 = time(NULL); printf("%g\n", clk2/CLOCKS_PER_SEC - clk1/CLOCKS_PER_SEC);
33
47617
by: Pushkar Pradhan | last post by:
I'm using clock() to time parts of my code e.g. clk1 = clock(); /* code */ clk2 = clock(); /* calculate time in secs */ ...... clk1 = clock(); /* code */ clk2 = clock();
54
4005
by: CoreyWhite | last post by:
The following experiment is a demonstration of TIME TRAVEL. When writing this program, and testing it out I found that sometimes the program would engage itself in time travel but other times it would not. After careful testing and reprogramming I have optimized the code so it should work every time, however I recommend that you leave the room while it is running and think of something else. It takes about 5 minuets to run so it is...
12
4096
by: cenktarhancenk | last post by:
is there a way to display a ticking clock in a web page using javascript? but not in a textbox, rather as text that i can change the style, font etc. cenk tarhan
5
6935
by: none | last post by:
Hello, can you help? if I include: #include <time.h> and run the code: clock_t t = clock(); cout << "t is " << t << endl; I get (seemingly randomly) "t is 0" or "t is 10000"
9
8295
by: Ron Adam | last post by:
I'm having some cross platform issues with timing loops. It seems time.time is better for some computers/platforms and time.clock others, but it's not always clear which, so I came up with the following to try to determine which. import time # Determine if time.time is better than time.clock # The one with better resolution should be lower.
0
8888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4517
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4782
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2634
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.