snippet library logo
Amazon.com
in category
Javascript / Text / A Better FLASH
Snippet details
ID: 531
Viewed: 1298
Added: 2004-12-05
Version: - unknown
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
everyone remember <BLINK>? here's a better way.

General Details
Snippet uploaded by: amsheppard
Email : mdovonan@hotmail.com
Snippet By: - unknown -

<!---Head--->
<script language="javascript">
var color10 = 16711680;
var hexco10 = '';
var interval10 = 257 * 4;
function fr10() {
  if ((color10 + (interval10)) > 16777215) { interval10 *= -1; }
  if ((color10 + (interval10)) < 16711680) { interval10 *= -1; }
  color10+= interval10;
  hexco10 = color10.toString(16);
  hexco10 = "#" + ("000000").substring(0,6 - hexco10.length) + hexco10;
  document.all.b10.style.color = hexco10;
}
setInterval("fr10()",1);
</script>

<!---Body--->


<span id="b10">Critical Info:</span>




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.