|
-
Oct 10th, 2000, 10:47 AM
#1
Thread Starter
Frenzied Member
How can i display an .avi file
Do i need an activex,if yes wich one?
-
Oct 10th, 2000, 10:50 AM
#2
Member
try the cdwriter activeX, screw that man let's smoke a cigarette.
-
Oct 10th, 2000, 12:00 PM
#3
New Member
If it's for a form, you can use the animation control under Components --> Microsoft Windows Common Controls -2 6.0 (SP4)
draw an animation box on your form, by default it will be called Animation1
then all you need to do is place the following code into the desired event:
Animation1.Open "Path to .avi file"
make sure the autoplay is set to true
Hope this helps!
E-mail: [email protected]
“If the Answer to the Ultimate Question of Life, the Universe, and Everything is 42, what’s the question?”
-
Oct 10th, 2000, 01:15 PM
#4
Frenzied Member
You can use the Windows Media Player AX control.
Code:
Media1.FileName = filename
Then you can use the play ,pause stop button that are on the control.
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
|