PDA

View Full Version : loading quicktime movies


brianvoe
05-26-2006, 08:28 PM
ive been having problems setting up quicktime in dreamweaver. when i tell dreamweaver to load a quicktime movie it loads it but takes forever to load and then it plays the movie. what i want it to do is to progressivly load like it does in gametrailers.com. how do i achieve a progressive load.

DjVoyager
06-14-2006, 03:26 PM
I think the best way is to use Flash flv videos, which do use progressive loader. You can also turn on the status bar.

McJoost
08-18-2006, 04:43 AM
Sometimes it's better to work in Dreamweavers Code view.
You can add the source code needed to show an embedded Quicktime movie:
<embed src="path/folder/name.mov" width="200" height="200" autostart="false"></embed>

Change 'path/folder/name.mov' and the sizes for your own settings.

Should work fine.