Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: neat little clock
From: Mary Brzys
Date: Tue, 10 Nov 1998 01:33:22 +0000 (GMT)

for those interested, the code and instructions for the little rotating clock are attached to this posting.




==
http://www.brzys.com






_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
<!-- below is the html page that displays the clock you can tweak the PARAM values to acheive the look you want document one //--> <HTML> <HEAD> <TITLE>clock</TITLE> </HEAD> <BODY BGCOLOR="#000000"> <center> <APPLET CODE="Clock3D.class" WIDTH=72 HEIGHT=72> <PARAM NAME=fps VALUE=10> <PARAM NAME=a1 VALUE=12500> <PARAM NAME=pixd VALUE=15> <PARAM NAME=pixangle VALUE=5> <PARAM NAME=radius VALUE=12> <PARAM NAME=roty VALUE=-3> <PARAM NAME=rotx VALUE=0> <PARAM NAME=rotz VALUE=0.401> <PARAM NAME=irotx VALUE=0> <PARAM NAME=iroty VALUE=0> <PARAM NAME=irotz VALUE=00> <PARAM NAME=style VALUE=1> <PARAM NAME=color VALUE=#00DD00> <PARAM NAME=bgcolor VALUE=#000000> <PARAM NAME=12hour VALUE=0> </APPLET> </center> </BODY> </HTML> <!-- below is the script that defines the function for the pop up window this script will be in the html document that has the flash file embed. document two //--> <SCRIPT LANGUAGE="JavaScript"> <!-- function openwindow() { window.open("clock.htm","thewindow","toolbar=no,width=72,height=72,status=no,scrollbars=no,resize=no,menubar=no"); } //--> </SCRIPT> <!-- below is the html tag that calls on the function within the page. <A HREF="javascript: openwindow()">click me for clock to pop up</a> document two. on brzys.com I called on the function in the get URL dialog box of the "time" button. document //--> <!-- the entire process relys on the .class file that runs the applet //-->

Clock3D.class


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]