Thread: Flash clock
View Single Post
  #6  
Old 30-01-10, 23:06
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United States
Posts: 89
Activity Longevity
2/20 11/20
Today Posts
4/11 sssssss89
Default 151 flash clocks
heres 151 more clocks to add to your Flash directory . you can make it a seperate block like below, just by open and close in a table.

PHP Code:
OpenTable("Clock");
echo 
"<center>\n";
echo 
"<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\"130\" height=\"130\" id=\"clock\" align=\"middle\">\n";
echo 
"<param name=\"movie\" value=\"Flash/clock.swf\" />\n";
echo 
"<param name=\"quality\" value=\"high\" />\n";
echo 
"<param name=\"scale\" value=\"exactfit\" />\n";
echo 
"<param name=\"wmode\" value=\"transparent\" />\n";
echo 
"<param name=\"menu\" value=\"false\">\n";
echo 
"<embed src=\"Flash/clock.swf\" quality=\"high\" scale=\"exactfit\" wmode=\"transparent\" width=\"130\" height=\"130\" name=\"clock\" align=\"middle\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n";
echo 
"</object>\n";
echo 
"</center>\n";
CloseTable(); 
Code:
echo "<embed src=\"Flash/clock.swf\" quality=\"high\" scale=\"exactfit\" wmode=\"transparent\" width=\"130\" height=\"130\" name=\"clock\" align=\"middle\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n";
PHP Code:
echo "<param name=\"movie\" value=\"Flash/clock.swf\" />\n"
EDIT > clock.swf< with whichever number clock you want.

theres 151 to choose from so have fun. also you can edit some with flash editor to put your site names in.

il show you when i install my proggy.

also get a free swf viewer, easier to view on your pc.
Attached Files
File Type: rar 151 flash clock.rar (2.29 MB, 29 views)
__________________

Last edited by joeroberts; 15-06-10 at 00:09.
Reply With Quote
The Following User Says Thank You to daffy For This Useful Post:
Daz (04-02-10)