The movie must be a swf file.
$('#s1').cycle({ fx: 'scrollHorz', prev: '#prev1', next: '#next1', nowrap: 0, timeout: 100 });
$('#s3').cycle({ fx: 'scrollVert', prev: '#prev2', next: '#next2', timeout: 100 });
$('#s2').cycle({ fx: 'fade', prev: '#prev2', next: '#next2', timeout: 100 });