I am trying to circumvent the browser as much as possible for a project that uses a poster movie in one location to launch the QuickTime Player to play video off a podCasting server in another location from a web page that is in a third location (hence, the absolute URLs). I used the very excellent Pageot 1.9.4 to generate the code below and it works, see:
http://sleepy.gcsu.edu/podCast/QTP_example/index.html
... but wonder if it is overly elaborate (a Rube Goldberg machine). Comments welcomed.
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="230" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://ipod.gcsu.edu/zzzzMedia/podcast_icon_fac.mov">
<param name="qtsrc" value="http://ipod.gcsu.edu/zzzzMedia/podcast_icon_fac.mov">
<param name="controller" value="false">
<param name="autoplay" value="true">
<param name="cache" value="false">
<param name="href" value="http://sleepy.gcsu.edu/podCast/QTP_example/Hydaspesfine.m4v">
<param name="SaveEmbedTags" value="true">
<param name="target" value="quicktimeplayer">
<param name ="qtsrcdontusebrowser" value="TRUE">
<embed
src="http://ipod.gcsu.edu/zzzzMedia/podcast_icon_fac.mov"
width="320" height="230"
controller="false"
autoplay="true"
cache="false"
href="http://sleepy.gcsu.edu/podCast/QTP_example/Hydaspesfine.m4v"
SaveEmbedTags="true"
target="quicktimeplayer"
qtsrc="http://ipod.gcsu.edu/zzzzMedia/podcast_icon_fac.mov"
qtsrcdontusebrowser="TRUE"
type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
--
==================================================================
Dr. Frank Lowney Georgia College & State University
Manager, Web Enabled Resources, a unit of the
Division of Technology Solutions
E-Mail: email@hidden
Professional Pages: http://www.gcsu.edu/oiit/eis/
Personal Pages: http://www.faculty.de.gcsu.edu/~flowney
Voice: (478) 445-5260
NOTICE: Please be advised that I am hearing impaired and communicate most effectively via e-mail. Follow-up summaries of telephone conversations by e-mail are most appreciated.
==================================================================
We don't make instruction effective, we make effective instruction more accessible.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-users/email@hidden
This email sent to email@hidden