SWF Billboard Logo


On these pages you will find an swf file for each letter of the alphabet, and numbers 0-9. These were created using a font called Billboard.fdb and Ming scripting. You can put the letters together to create whatever logo you like on a HTML page. To display each letter you will need the following code:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=objects WIDTH=50 HEIGHT=100>> <PARAM NAME=BGCOLOR VALUE="#ff9900"> <PARAM NAME=movie VALUE="A_BB.swf"> <EMBED src="A_BB.swf" WIDTH=50 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </OBJECT> </EMBED>

Just transload the swf URL(s)that you want to use and change the swf url in the code to the one you are using. You will need to repeat this code for each swf used. You can put them together in a table. To see how I have put the above table together you can source it. You can either put the code directly on your html page or put it in a separate file as an include with a .inc extension and the following code (as I did here). This method seems to work best as all the letters load in at the same time.

<!--#include FILE="BillboardLoad.inc" -->

You can also change the background color of the swf in the above code in the line that reads <PARAM NAME=BGCOLOR VALUE="#ff9900">

The original swf's are 25x50 in size,and range from 2.1 kb to 2.6 kb, which is very small. However you can change the size in the code to whatever you like. There are 2 places for both the swf name and the width and height.


A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

0 (zero)

1

2

3

4

5

6

7

8

9



Lingolinda.com
July 2010