var currentpos,timer; function initialize() { timer=setInterval("scrollwindow()",10); } function sc(){ clearInterval(timer); } function scrollwindow() { currentpos=document.body.scrollTop; window.scroll(0,++currentpos); if (currentpos != document.body.scrollTop) sc(); } document.onmousedown=sc document.ondblclick=initialize
Learn
Making sense out of complex Pro A/V and Broadcast technologies.
edu
Guide
An educational resource published by
Communications Specialties
, Inc..
Advanced Video Scaling
Easy Explanations of Inverse 3:2 Pulldown,
Anamorphic Scaling and Other Confusing Concepts
commspecial.com