Hi,
It is a known issue. Actually ActiveMovie has been replaced by the Windows
Media Player control in IE5. Use the latter instead of ActiveMovie. It even
has compatibility mode: the "ActiveMovie" property which exposes the
properties & methods of the old control.
Regards,
Peter Huang
=============
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:
>Newsgroups: microsoft.public.vb.controls
>Subject: Activemovie system error
>Date: Tue, 1 Jul 2003 12:13:18 +0000 (UTC)
>Organization: BT Openworld
>Lines: 11
>NNTP-Posting-Host: host213-122-146-27.in-addr.btopenworld.com
>X-Trace: titan.btinternet.com 1057061598 25887 213.122.146.27 (1 Jul 2003
12:13:18 GMT)
>NNTP-Posting-Date: Tue, 1 Jul 2003 12:13:18 +0000 (UTC)
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MSMail-Priority: Normal
>X-Priority: 3
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Path:
cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
n
e.de!newsfeed.icl.net!newsfeed.fjserv.net!news.netkonect.net!btnet-peer0!btn
et-feed5!btnet!news.btopenworld.com!not-for-mail
Quote:
>Xref: cpmsftngxa09.phx.gbl microsoft.public.vb.controls:5504
>X-Tomcat-NG: microsoft.public.vb.controls
>I have added the Microsoft Activemovie component to my project. When I add
>an Activemovie control to my project and then run it, I get the message:
>"System Error &H80004005 (-2147467259)"
>... and my program immediately stops running. It would appear that the
>program fails before it is initialised as no code is run in the
form_load().
>Is there an explanation for this behaviour?