Thread: Flash clock
View Single Post
  #6  
Old 31st January 2010, 01:06
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
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, 62 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details

Last edited by joeroberts; 15th June 2010 at 01:09.
Reply With Quote
The Following 2 Users Say Thank You to daffy For This Useful Post:
Daz (4th February 2010), PersGiG (12th November 2010)