Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Circumventing the Browser



Hi,

Franck this code will do what you want :


<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" codebase="http://www.apple.com/qtactivex/ qtplugin.cab">
<param name="src" value="http://ipod.gcsu.edu/zzzzMedia/ podcast_icon_fac.mov">
<param name="controller" value="true">
<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="myself">
<embed
src="http://ipod.gcsu.edu/zzzzMedia/podcast_icon_fac.mov";
width="320" height="256"
controller="true"
autoplay="true"
cache="false"
href="http://sleepy.gcsu.edu/podCast/QTP_example/Hydaspesfine.m4v";
SaveEmbedTags="true"
target="myself"
type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/";>
</embed>
</object>


Presently, when you choose href PAGEot add SaveEmbedTags whatever the target is.
It is only usefull when you open your target movie with the Plug-in.
Next release of PAGEot will add this tag only when required.


Sincerely,

Francis Gorge

PAGEot :
http://www.qtbridge.com/pageot/pageot.html

Le 12 avr. 06 à 22:39, Eric Carlson a écrit :

Frank -

While I don't think it hurts anything, some of the tags are unnecessary: 1) target="quicktimeplayer" make the "href" open in Player so "SaveEmbedTags" and "qtsrcdontusebrowser" will not be used; 2) "src" and "qtsrc" both point to the same file so "qtsrc" will be ignored; and 3) "autoplay" doesn't mean much with a poster image.

Eric Carlson
QuickTime Engineering

On Apr 12, 2006, at 1:07 PM, Frank Lowney wrote:

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/eric.carlson %40apple.com


This email sent to email@hidden

_______________________________________________
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/francis.gorge %40briq.com


This email sent to email@hidden


_______________________________________________ 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
References: 
 >Circumventing the Browser (From: Frank Lowney <email@hidden>)
 >Re: Circumventing the Browser (From: Eric Carlson <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.