Hi, In case I have a quicktime file bigger in size than the monitor. The scroll bar would help me to scroll to the extreme's. In case the scroll bar does not appear. What possible way may I scroll the big mov file. bRgds, kNish
I supose the movie is inside a object tag. Put that tag inside a div and apply the overflow style attribute to scroll, like this: <div style="overflow: scroll"> <!-- put here the movie code --> </div> Code (markup):