TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 06:46:08 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 197
  • Total: 197

flash clocks

Started by Moocat, September 08, 2005, 04:58:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

WizardHawk

The size is set by the two Width and Height entries. Yours is set to 100 x 100. If you want a smaller clock, change both sets of values to something smaller. Try 75 x 75 if you like. Flash clocks are fully scaleable.

bzmorrow

Hey thanks for the reply, I guess it I had it set wrong in ther js/html block and I had it set to just html. But I got it working Moocat helped.

Cheers,
bz

Moocat

changed my code, now i have it set to have a transparent background and take the background color of the them you are using! :)

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="clock" width=157 height=157 bgcolor=white>
<PARAM NAME=movie VALUE="/forum/clocks/amber.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME="wmode" value="transparent">
<EMBED src="/forum/clocks/amber.swf" quality=high NAME="clock" ALIGN="center" width=157 height=157 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode=transparent>
</EMBED>
</OBJECT>

JDMhustle

Nice code  ;) it took me a while to figure it out but it works!

http://forum.sirfanaticsholland.com/index.php?action=forum

Grtzz

Moocat

you may want to adjust the width of your left column?

JDMhustle

Quote from: Moocat on October 04, 2005, 08:29:18 PM
you may want to adjust the width of your left column?

I've noticed this before... i tried to adjust the left column and change the size of the clock but it's still the same.
No change whatsoever.

IchBin

Does your theme only do that if the flash clock is on?

Moocat

that is very odd... what in the code i provided did you change besides the dimensions?

resurgence

well i have several differnt clocks now! xD thank you so much moocat :0

quick question though:

is there a way to make the clocks selectable to the other users? so far, i'm the only one who can change it. selectable like themes, i mean.

:)

Moocat

i'm sure if you made a drop down menu and set the name of the clock in the code i provided to a variable, you can assign different clocks to that variable? i'm not the best with that type of stuff but i'll try and take a stab at it later today