
Avi's in OLE control - unable to play 2 Avis simultaneously
You could embed the AVI's on your application if you put them on a RESource
file that is compiled on the EXE.
I sow many examples of this on the Net but I can't remember exactly
where...
--
_____________________
JOEL PAULA
"why he did not crane out to see
what lay beneath was perhaps because
the window was not made to open
or because he could or would not open it."
- Samuel Beckett - "stirrings still"
Quote:
> Thanks for the interest. Yes , I'm trying to play them at the same time.
> It's basically for a screensaver , so I want to play
> the same Avi in 4 or 5 different places on the screen separately. I'm
> currently using the MCI control (one for each instance of the Avi file) ,
> and displaying the Avis in picturebox controls, but I would prefer to use
> the ole controls instead.
> Also ,do you have any idea of how I can possible embed the Avi files
within
> the Vb application (with or without the use of ole controls), so that
when
> I distribute the screensaver, the user is not able to access these Avis
> separately ?
> Thanks alot .
> Regards ,
> Priya
> > Are you trying to play them both at the same time?
> > Steve Coan