On 11/12/00 11:51 Jesper Weissglas wrote:
How can I make shure that movies embedded in the pages are shown using the
QT plugin?
Pardon me if this is a FAQ, but I've spent two hours searching for info
without result, and the mailing list archives only go 2 months back...
I'll pase the same post I made on the Sorenson Broadcaster list:
The web master needs to:
Open QT Player Pro.
Select File->Open URL
Enter the URL of the stream (rtsp://xxxx.xx/sample.mov)
Once it opens and starts streaming select File->Save as
Give it a name (whatever, reference.mov I'll use)
This movie is the one you put on your web server and embed in your HTML
(considering that reference.mov is in the same directory as your HTML
page):
<EMBED SRC="reference.mov" width="320" height="256" autoplay="true">
(Note that I added 16 pixels to the height to accomodate for the
controller).
And there you go. It doesn't get any easier.
For further information on embeding QTs in HTML take a look at:
http://apple.com/quicktime/authoring/embed.html