|
-
Aug 4th, 2000, 02:15 AM
#1
Thread Starter
Hyperactive Member
I would like to know how to play an avi file and possibly enable the transparent background part of it.
Thanks in advance.
-
Aug 4th, 2000, 02:19 AM
#2
Try using the Windows Media Player Control.
-
Aug 4th, 2000, 08:37 AM
#3
Use the Animation control:
Code:
Animation1.Open "Graphics\Avis\Download.avi"
Animation1.Play
-
Aug 4th, 2000, 12:10 PM
#4
Thread Starter
Hyperactive Member
What's the name of the component I should add to get the animation control. I know I'vce seen it in there somewhere but I just can't remember which one it is.
-
Aug 4th, 2000, 12:28 PM
#5
The name is Microsoft Windows Common Controls-2
-
Aug 5th, 2000, 05:50 AM
#6
You should be aware of that the animation control can't play .avi files that contains any sound. The control is some what limited.
It is enough to play the simple .avi files that comes with VB though.
Best regards
-
Aug 5th, 2000, 10:14 AM
#7
If you would like sound, use the Multimedia Control.
Code:
MMControl1.Command = "Open"
MMControl1.DeviceType = "AVIVideo"
MMControl1.Command = "Play"
-
Aug 5th, 2000, 01:41 PM
#8
Hyperactive Member
Hi,
Try using the active movie control.
-
Sep 2nd, 2000, 04:07 PM
#9
Member
How do you use the MMControl to play to a picture box
---~^ Absalom ^~---
There is nobody in the world who knows everything there is no one his/her workforce who knows everything what really makes the person smart is that he/she is not affraid to ask for help.
-
Sep 2nd, 2000, 07:29 PM
#10
I think you can use mciSendString API for that.
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
|