Click to See Complete Forum and Search --> : active movie ocx


shahid_anwar
May 23rd, 1999, 10:41 PM
some properties of amovie.ocx are set at run time for example we can check the duration.
but when we are using it how we will wait for the movie to load first and then check its property.
and how we know the movie has ended. can we program an event for that

Balamurali
March 20th, 2000, 02:07 AM
hi,
you can use stopped property of activemovie control

for example
if activemovie1.stopped then
do events
else
do events(use some timer here)