-
Those avi videos have a purplish background. The only way I know how to play movies on vb is through media player and that seems not to be able to kill that background. Is there something else outhere that can play it and get rid of the purple and make it transparent or is there a way to do it through media player or is there some wierd way out there i have no idea about. PLease help!!
-
Please help!!!! does anyone have any idea?
-
You're VERY lucky that I read your post! :eek:
I always read the ones with 0 replies first.
ANyway, use the animation control
It lives in Microsoft Windows Common Controls-2
Code:
Option Explicit
Private Sub Form_Load()
Animation1.AutoPlay = True
Animation1.Open "C:\Program Files\DevStudio\VB\Graphics\AVIs\Filenuke.avi"
End Sub
-
Thank you very much I am going to go try it now thanks!!!
-