hello there, i have an embedded quicktime video on my website that is about 10mb, when i navigate to that page now it loads the whole video behind the quicktime logo, effectively freezing the page until it loads. What i want it to do is play while loading it, if u get what i mean. so u see the progress bar moving along as it loads.
here is my current code.
<EMBED
SRC="vid1.mov"
HEIGHT=270 WIDTH=346
TYPE="video/quicktime"
cache="true"
autoplay="false"
PLUGINSPAGE="
/>
here is my current code.
<EMBED
SRC="vid1.mov"
HEIGHT=270 WIDTH=346
TYPE="video/quicktime"
cache="true"
autoplay="false"
PLUGINSPAGE="
/>