Fred in Thailand Posted November 10, 2008 Posted November 10, 2008 (edited) Am just starting to work with the Wb Viewer. I have a web viewer that I would like to show a clock in. I have copied a piece of code from a website that is for web clocks and have been able to get it to work but not as I would like or expect it to. I need to be able to use the whole piece of code but am lost as to how. "http://free.timeanddate.com /clock/i1a0ke7y/n28/fn8/fc090/tc000/pc000/ftb/pa3/tt0" frameborder="0" width="358" height="22"> Attached is a file that shows the actual code in use. As you can see the clock works but I am unable to change the font characteristics (Font,Size etc.) I realize that the font characteristics are coded into the code but when viewed in the web browser they are not what the code says the should be. I am not proficient in html or java script so am completely lost as to how to make this happen. also here is more code from a different site that I cannot get to work at all. obj=new Object;obj.clockfile="5005-green.swf"; obj.TimeZone="ICT";obj.width=120;obj.height=40; obj.wmode="transparent";showClock(obj); Can any of this be used? Thanks Fred ps; this needs to work in FMP 8.5 Clock.zip Edited November 10, 2008 by Guest
aldipalo Posted November 10, 2008 Posted November 10, 2008 Try This: If you go to http://www.timeanddate.com/clocks/free.html you can set up the clock as you wish. And if you go here: http://www.computerhope.com/htmcolor.htm you can get the codes you need for the colors you want. I've attached your file with the new code. Test-Web_Viewer_Real_Time_HTML_Time_Display.zip
Recommended Posts
This topic is 5868 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now