how do you use use the flash control in VB?? I want to play a flash movie but i have no idea how?? any help would be appreciated.
THanks
Josh
Printable View
how do you use use the flash control in VB?? I want to play a flash movie but i have no idea how?? any help would be appreciated.
THanks
Josh
go into project, then refrences, then click the shockwave flash item. then add the control to your form and in the form code put this:
Private Sub Form_Load()
ShockwaveFlash1.Movie = "C:\Windows\Desktop\Movie1.swf"
ShockwaveFlash1.Play
End Sub
Thats it! Wow.... 1 forum that I actually answered instead of asking...... Im so proud of myself....
IS THIS WHAT YOU WANTED????:confused::p :D :D :p :confused:
hmm. Thanks for you response I had already tried that and it doesnt work Im not sure what is wrong it still keeps on showing the blank screen.