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.
>>>
>>
>>
>
>