Nasa countdown clock

Put it in a html file. Do whatever you want with the html file :p

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="nasathing" width="200" height="200" id="nasathing">
  <param name="movie" value="http://www.nasa.gov/flash/150644main_countdown.swf" />
  <param name="quality" value="high" />
  <embed src="http://www.nasa.gov/flash/150644main_countdown.swf" width="200" height="200" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="nasathing"></embed>
</object>
 
Put it in a html file. Do whatever you want with the html file :p

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="nasathing" width="200" height="200" id="nasathing">
  <param name="movie" value="http://www.nasa.gov/flash/150644main_countdown.swf" />
  <param name="quality" value="high" />
  <embed src="http://www.nasa.gov/flash/150644main_countdown.swf" width="200" height="200" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="nasathing"></embed>
</object>

Thanks that's what i want size wise but is there a way i can open it in a small window without any other icons or text because i don't need to do anything with it as it just tells me the time to lift off ?

Tony
 
Back
Top Bottom