954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?

The Listenlight Text Engine

0
By tefflox on Dec 14th, 2007 4:09 pm

View the innovative works in action at http://listenlight.net/13/ .

Or by way of http://digg.com/programming/The_Listenlight_Text_Engine , you may obtain the source under the very liberal MIT License.

Cheers --
Jess

<html>
<head>

  <!-- php string $text and function listenlight() defined -->
  
  <!-- javascript variables letter and textstringlength and function textengine() defined -->

</head>
<body>

  <?php  
  
    listenlight($text);
    
   ?>

  <script type="text/javascript">
    
    /* CDATA tag not required here; no html entities present  */
  
    setTimeout("setInterval('textengine();', 90);", 2500);
    
    /**
      *
      *  effectively, the above function call waits 2.5 seconds before calling setInterval()
      *  which calls textengine() on each 90 millisecond interval
      **/
      
   </script>  

</body>
</html>

Thanks for the info. But I would ask that where it can be used?

KazmiLahore
Newbie Poster
5 posts since May 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You