![]() |
|
|
|||||||
| Petri.co.il is happy to award auglan the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts |
Mark Forums Read |
| Notices |
|
|
Looking for a Analog Clock Web Partthis thread has 5 replies and has been viewed 4416 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||
|
|||||||||
|
Hi!
I'm building a wss based intranet site, and I need a Analog clock webpart for it. Tried google it, but didnt have much luck.. Can anyone help? If you offer a script, please explain how to implement it into the site. thanks! |
|
#2
|
||||||||||
|
||||||||||
|
When you say web part is it for a sharepoint based site?
WIll a flash object do? There are loads of them about.
__________________
Server 2000 MCP Development: ASP, ASP.Net, PHP, VB, VB.Net, MySQL, MSSQL - Check out my blog http://tonyyeb.blogspot.com ** Remember to give credit where credit is due and leave reputation points |
|
#3
|
|||||||||
|
|||||||||
|
If you can point me to a flash player webpart as well as the flash based clock part..
thanks |
|
#4
|
||||||||||
|
||||||||||
|
There seem to be a few analog clock web parts on the first page here:
EDIT: Most of the applicable links help you build one. One site is selling them and another promises to post a free flash-based one in the future.
__________________
Cheers, Rick ** Remember to give credit where credit is due and leave reputation points © 2006-2013 R Valstar. This post is offered "as is" for discussion purposes only with no express or implied warranty of any kind including, but not limited to, correctness or fitness for use. Nothing herein shall be construed as advice. Attempting any activity based on information in this post is done at your own risk. Last edited by rvalstar; 13th February 2007 at 12:43.. |
|
#5
|
||||||||||
|
||||||||||
|
A clock in 'flash' like this one ? http://www.text-reader.com/pic/watch_vector2.swf.
or this one: http://www.windowscorner.com/etcetera/clock.swf Or find more: http://www.google.com/search?q=flash...+clock&spell=1 Use it like the code below, or better copy the object to your own site first Code:
<html> <head> </head <body alink="#ff0000"> <div align="center"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ID=FlashMovieWIDTH="100%" HEIGHT="100%" align="center"> <PARAM NAME=movie VALUE="http://www.text-reader.com/pic/watch_vector2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE='transparent'> <PARAM NAME=scale VALUE='showall'> <PARAM NAME=bgcolor VALUE="black"> <EMBED src="http://www.text-reader.com/pic/watch_vector2.swf" quality=highbgcolor=#FFFFFF WIDTH="400" HEIGHT="400"NAME="myMovieName" ALIGN="center" TYPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT> </div> </html> Last edited by Rems; 16th February 2007 at 00:00.. |
|
#6
|
||||||||||
|
||||||||||
|
Thanks Rems.
I uploaded the SWF into my SharePoint site and linked it to a Page Viewer Web Part per this post on flash Animation: http://msd2d.com/Content/Tip_viewite...6-574E05F95945 Quote:
__________________
Cheers, Rick ** Remember to give credit where credit is due and leave reputation points © 2006-2013 R Valstar. This post is offered "as is" for discussion purposes only with no express or implied warranty of any kind including, but not limited to, correctness or fitness for use. Nothing herein shall be construed as advice. Attempting any activity based on information in this post is done at your own risk. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cisco Routing Quiz - part 1 | daviddavis | Cisco Certification Track | 6 | 18th February 2012 08:40 |
| Cisco Routing Quiz - Part 2 | daviddavis | Cisco Certification Track | 9 | 18th June 2010 22:23 |
| LAN/Internet (DSL) slower than an analog modem | tk1 | Windows 2000 Pro, XP Pro | 22 | 6th February 2007 05:13 |
| Pocket PC Summer clock (Daylight Savings Time or DST) in Israel for 2006 | Julian_Satran | Misc | 2 | 6th July 2006 09:39 |
| win98 clock | meni_k1 | Windows 2000 Pro, XP Pro | 0 | 31st October 2005 15:28 |