Forum Moderators: open
How do I embed a QuickTime movie and set it to stream? (The file is 25MB.) I'd like it to view within the browser page (web page design), but if not, then have Quicktime open and start playing.
I found AppleScripts on the QuickTime site, uncompressed them with Stuffit, but... (There's no extensions on the files, and I've not worked with AppleScripts before..) I'm working on a PC, using Dreamweaver.
What I need is the HTML and whatever relavent scripting necessary to embed the movie, set it to stream, and start play when the file opens.
Much thanks in advance,
Janice
There are tutorials at [apple.com...] which should help.
However, since this is a finished movie and not a live transmission, you might want to use what Apple calls "Fast Start" (progressive download) rather than true Streaming. This requires no special server software and can be embedded in the HTML page with no special code beyond the <embed> tag.
The best solution in my opinion is to use one of the Flash encoders for video. This bypasses the external player altogether and utilizes the Flash plugin most browsers come with standard.
If you have access to Adobe Premiere or better yet media Cleaner Pro, then cut down the size of the movie to no more than 240 wide. Then reduce the colors down to 256 if acceptable. Then cut the frame rate (here's the trick) down to 6 frames per second.
When you encode with one of the encoders (only one [wildform.com] I know that really works) speed the frame rate back up to 15 frames per second. This will produces satisfactory results and as small a file size as you can reasonably produce...plus just about everyone can view and it streams just like a regular Flash movie.
Avoid doing this unless its a last resort. Ive tried doing this with other video, and it wasn't pretty in the end.
My suggestion would be to use QuickTime 5 Pro and set your QT file to streaming. If you can, cut your file into smaller file segment files. From there, you can create a link to each segment.
Hope this is of some help.