|
-
February 4th, 2000, 12:44 AM
#1
MMControls
How do I play an avi file with an MMcontrol? also where can I find information about drag and drop?
-
February 4th, 2000, 01:48 AM
#2
Re: MMControls
First you have to set the device type and then open it:
MMControl.DeviceType = "AVIVideo"
MMControl.Command = "Open"
Then set the avi file you want to play and play it:
MMControl.FileName = "somefile.avi"
MMControl.Command = "Play"
Don't forget to close it when your done
MMControl.Command = "Close"
Here are some other commands you can use:
MMControl.Command = "Pause"
MMControl.Command = "Back"
MMControl.Command = "next"
MMControl.Command = "Stop"
A good place for info for dragging and dropping is microsofts site (microsoft.com) and go to the search link at the top right side of the sight.
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
|