|
-
May 23rd, 1999, 10:41 PM
#1
active movie ocx
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
-
March 20th, 2000, 03:07 AM
#2
Re: active movie ocx
hi,
you can use stopped property of activemovie control
for example
if activemovie1.stopped then
do events
else
do events(use some timer here)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|