HOW TO USE FLASH IN YOUR SIGNATURE, i.e. for clocks and such
From the forum's
BBCode List, you'll notice they've implemented a way to use Flash with BBCode. Since some of you may not understand where the text and numbers in that example came from, I'm going to demonstrate using a real-world example, specifically, the ClockLink clock so many of us were using in our signature.
Here's the relevant code that
ClockLink gives me. Know that we can only use the Flash code, not the Javascript, which is the same as it was previously. You'll often see Flash embedded in a page using the HTML embed code like the code that they give me for the 220x22 purple digital clock I'm using:
Code: Select all
<embed src="http://www.clocklink.com/clocks/5009-purple.swf?TimeZone=EST&" width="220" height="22" wmode="transparent" type="application/x-shockwave-flash">
And the formatting example given on the BBCode Usage List is:
Code: Select all
[flash=250,210]http://www.youtube.com/v/z7SeHqxOVYc[/flash]
So I'm going to show you how to convert the first code block into something resembling the second.
In the original code above, the value of the
src attribute, i.e.
http://www.clocklink.com/clocks/5009-pu ... meZone=EST&, is what goes between the brackets. And the values for the two
width and
height attributes,
220 and
22 respectively, are the values after the = in the BBCode version. They should remain in the order of width,height. You can disregard the other attributes from the original source code;
src,
width, and
height are the only ones important here.
So doing all that, this is what you end up with, which will yield you a clock like the one in my signature below:
Code: Select all
[flash=220,22]http://www.clocklink.com/clocks/5009-purple.swf?TimeZone=EST&[/flash]
Now everyone go get your own and convert it using these instructions! I don't want to see hundreds of rips of purple clocks in the Eastern time zone.
![]()