On 2/12/03 8:59 AM, "Pollak, Thomas W" <email@hidden> wrote:
> I'm struggling with streaming video content opening in the QuickTime player
> as opposed to opening in the browser window---anyone out there doing this
> or perhaps know of a place to look for info
>
Are you trying to decide which one to go with or are you trying to open it
in the browser and it's not working??
I have a web app that uses this code to launch the QuickTime player outside
of the browser (in PHP):
<HTML>
<HEAD>
<TITLE>KnowledgeBox</TITLE>
<SCRIPT LANGUAGE="JAVASCRIPT">
location.href = "<%='rtsp://' . $HTTP_HOST . '/' . $filename%>";
</SCRIPT>
</HEAD>
<body>
</BODY>
</HTML>
You have to have your File Helpers and Protocols set to use QT for rtsp - in
IE. Otherwise, for embedding, check out the QuickTime section of Apple's
web site. They have a whole page/section on how to use the OBJECT and EMBED
tags.
Anthony
Anthony Fresina
Senior Programmer
Pearson Digital Learning
Direct Line: 480-840-7673
Switchboard: 480-840-7676
_______________________________________________
streaming-server-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-users
Do not post admin requests to the list. They will be ignored.
References:
>embed tag help (From: "Pollak, Thomas W" <email@hidden>)