Oops sorry made a mistake there.
HTML on it's own isn't enough if you want it to work out the average time.
You'd need to use something like php/asp?/javascript embedded in the HTML.
I don't know any of these languages sufficiently well to know
how easy it is to scroll with them. HTML has marquee's which will scroll text left to right, and it would appear up and down
http://www.hypergurl.com/marquee.htmlThese are the things the trackinfo would need to do...
1. Obtain the track length from MC as a string
2. Convert that string into an integer (Seconds)
3. Obtain the current resoloution...
4. Obtain the Lyrics as a string
5. Work out how many lines the lyrics consist of...
6. Do some maths to work out how fast the text should be going in order to
scroll correctly... (How well this works depends on the precision of the scroll
which you are using)
7. Display the lyrics...
Again you'd have problems where the scrolling not synced with MC
so if you changed track position the scroll would probably loop.
Alternatively for your purposes just having it scrolling slowly on a loop may be
enough? (In which case the HTML will do it, just use it from the site above)