US national debt clock [closed]
I repair computers. I've never done any programming, but I've been asked by a customer to set up a computer in his store that does nothing but display the US national debt clock in real time. I found the clock in an SWF format. It says it will allow one to change the text at the top and bottom, which I'd like to do for for him by making the top a title bar and the bottom would hold his store name. The problem is, I don't have the first clue how to do this. Here's the address:
http://www.oddhammer.com/tutorials/debt_clock/
I want to have as large as possible " National Debt in Real Time" in the top banner, and "Courtesy of DealMart" in the bottom. Can someone show me how to do this?
WinKey+R "iexplore http://www.usdebtclock.org/" Enter
As that page says, you can configure the variables in the FlashVars
parameter:
<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="340" height="155">
<param name="movie" value="US_debt_clock_dynamic.swf" />
<param name="quality" value="high" />
<PARAM NAME=FlashVars VALUE="topString=National Debt in Real Time&bottomString=Courtesy of DealMart" />
<embed src="US_debt_clock_dynamic.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="340" height="155" FlashVars="topString=Hello&bottomString=World"></embed>
</object></noscript>
You'd better ask the author whether you can display his work re-branded, without attribution, in a public, commercial environment.
精彩评论