PC Review


Reply
Thread Tools Rate Thread

Apple QuickTime question

 
 
Bob L
Guest
Posts: n/a
 
      26th Dec 2005
FP2003, Win XP home. I've looked extensively on the Apple Quicktime
developer site and cannot find the answer to this simple question so I
thought someone here might have an idea of where I can find the answer..

I'm developing a website and trying to embed a QuickTime movie into the
page. There is plenty of info on how to do this and I can get the movie to
display but I CANNOT get it to display the controls at the bottom of the
picture. Here is the HTML I'm using:

<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="180" height="160"
id="movie1" >
<PARAM name="src" value="My.mov">
<param name="autoplay" value="false">
<param name="Controller" value="true">
<EMBED width="180" height="160"
src="My.mov"
TYPE="video/quicktime"
PLUGINSPAGE="www.apple.com/quicktime/download"
AUTOPLAY="false"
CONTROLLER="true"
name="movie1"
enablejavascript="true">
</EMBED>
</OBJECT>

According to the Apple HTML Scripting Guide the controls should be displayed
with this code but it doesn't work.


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      27th Dec 2005
You need to find a Apple QuickTime newsgroup, as this is not a FP related issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Bob L" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> FP2003, Win XP home. I've looked extensively on the Apple Quicktime developer site and cannot
> find the answer to this simple question so I thought someone here might have an idea of where I
> can find the answer..
>
> I'm developing a website and trying to embed a QuickTime movie into the page. There is plenty of
> info on how to do this and I can get the movie to display but I CANNOT get it to display the
> controls at the bottom of the picture. Here is the HTML I'm using:
>
> <OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
> codebase="http://www.apple.com/qtactivex/qtplugin.cab"
> width="180" height="160"
> id="movie1" >
> <PARAM name="src" value="My.mov">
> <param name="autoplay" value="false">
> <param name="Controller" value="true">
> <EMBED width="180" height="160"
> src="My.mov"
> TYPE="video/quicktime"
> PLUGINSPAGE="www.apple.com/quicktime/download"
> AUTOPLAY="false"
> CONTROLLER="true"
> name="movie1"
> enablejavascript="true">
> </EMBED>
> </OBJECT>
>
> According to the Apple HTML Scripting Guide the controls should be displayed with this code but it
> doesn't work.
>



 
Reply With Quote
 
Bob L
Guest
Posts: n/a
 
      27th Dec 2005
I understand that but I haven't been able to find one which is why I asked
here.

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You need to find a Apple QuickTime newsgroup, as this is not a FP related
> issue.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Bob L" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> FP2003, Win XP home. I've looked extensively on the Apple Quicktime
>> developer site and cannot find the answer to this simple question so I
>> thought someone here might have an idea of where I can find the answer..
>>
>> I'm developing a website and trying to embed a QuickTime movie into the
>> page. There is plenty of info on how to do this and I can get the movie
>> to display but I CANNOT get it to display the controls at the bottom of
>> the picture. Here is the HTML I'm using:
>>
>> <OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
>> codebase="http://www.apple.com/qtactivex/qtplugin.cab"
>> width="180" height="160"
>> id="movie1" >
>> <PARAM name="src" value="My.mov">
>> <param name="autoplay" value="false">
>> <param name="Controller" value="true">
>> <EMBED width="180" height="160"
>> src="My.mov"
>> TYPE="video/quicktime"
>> PLUGINSPAGE="www.apple.com/quicktime/download"
>> AUTOPLAY="false"
>> CONTROLLER="true"
>> name="movie1"
>> enablejavascript="true">
>> </EMBED>
>> </OBJECT>
>>
>> According to the Apple HTML Scripting Guide the controls should be
>> displayed with this code but it doesn't work.
>>

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      27th Dec 2005
In your IE address bar type:

? Apple QuickTime Newsgroups

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Bob L" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>I understand that but I haven't been able to find one which is why I asked here.
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>> You need to find a Apple QuickTime newsgroup, as this is not a FP related issue.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Bob L" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>>> FP2003, Win XP home. I've looked extensively on the Apple Quicktime developer site and cannot
>>> find the answer to this simple question so I thought someone here might have an idea of where I
>>> can find the answer..
>>>
>>> I'm developing a website and trying to embed a QuickTime movie into the page. There is plenty
>>> of info on how to do this and I can get the movie to display but I CANNOT get it to display the
>>> controls at the bottom of the picture. Here is the HTML I'm using:
>>>
>>> <OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
>>> codebase="http://www.apple.com/qtactivex/qtplugin.cab"
>>> width="180" height="160"
>>> id="movie1" >
>>> <PARAM name="src" value="My.mov">
>>> <param name="autoplay" value="false">
>>> <param name="Controller" value="true">
>>> <EMBED width="180" height="160"
>>> src="My.mov"
>>> TYPE="video/quicktime"
>>> PLUGINSPAGE="www.apple.com/quicktime/download"
>>> AUTOPLAY="false"
>>> CONTROLLER="true"
>>> name="movie1"
>>> enablejavascript="true">
>>> </EMBED>
>>> </OBJECT>
>>>
>>> According to the Apple HTML Scripting Guide the controls should be displayed with this code but
>>> it doesn't work.
>>>

>>
>>

>
>



 
Reply With Quote
 
Chuck Davis
Guest
Posts: n/a
 
      27th Dec 2005

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:%23MB%(E-Mail Removed)...
> In your IE address bar type:
>
> ? Apple QuickTime Newsgroups
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Bob L" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I understand that but I haven't been able to find one which is why I asked
>>here.
>>
>> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> You need to find a Apple QuickTime newsgroup, as this is not a FP
>>> related issue.
>>>
>>> --
>>> ==============================================
>>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>>> ==============================================
>>> If you feel your current issue is a results of installing
>>> a Service Pack or security update, please contact
>>> Microsoft Product Support Services:
>>> http://support.microsoft.com
>>> If the problem can be shown to have been caused by a
>>> security update, then there is usually no charge for the call.
>>> ==============================================
>>>
>>> "Bob L" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> FP2003, Win XP home. I've looked extensively on the Apple Quicktime
>>>> developer site and cannot find the answer to this simple question so I
>>>> thought someone here might have an idea of where I can find the
>>>> answer..
>>>>
>>>> I'm developing a website and trying to embed a QuickTime movie into the
>>>> page. There is plenty of info on how to do this and I can get the
>>>> movie to display but I CANNOT get it to display the controls at the
>>>> bottom of the picture. Here is the HTML I'm using:
>>>>
>>>> <OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
>>>> codebase="http://www.apple.com/qtactivex/qtplugin.cab"
>>>> width="180" height="160"
>>>> id="movie1" >
>>>> <PARAM name="src" value="My.mov">
>>>> <param name="autoplay" value="false">
>>>> <param name="Controller" value="true">
>>>> <EMBED width="180" height="160"
>>>> src="My.mov"
>>>> TYPE="video/quicktime"
>>>> PLUGINSPAGE="www.apple.com/quicktime/download"
>>>> AUTOPLAY="false"
>>>> CONTROLLER="true"
>>>> name="movie1"
>>>> enablejavascript="true">
>>>> </EMBED>
>>>> </OBJECT>
>>>>
>>>> According to the Apple HTML Scripting Guide the controls should be
>>>> displayed with this code but it doesn't work.
>>>>
>>>

Apple calls "newsgroups" "discussions" See:
http://discussions.apple.com/index.jspa


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: That Awful Apple QuickTime, Try #2 Lem Windows XP General 1 30th Jul 2009 06:10 AM
Re: That Awful Apple QuickTime, Try #2 Tom Willett Windows XP General 0 29th Jul 2009 10:51 PM
Re: That awful Apple QuickTime John Inzer Windows XP General 0 24th Jul 2009 12:42 AM
Apple QuickTime 7.4.1 Pat Willener Spyware Announcements 0 7th Feb 2008 09:26 AM
QuickTime Apple Octavio Windows XP General 5 3rd Dec 2006 03:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:39 AM.