Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash 4 and Visual Basic 6

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
I need to show a flash movie as an introduction screen to my Visual Basic 6 application&nbsp;&nbsp;I have tried:<br><br>With ShockwaveFlash1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.LoadMovie l_lngLayer, l_strMoviePath<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Play<br>End With<br><br>But nothing happens.&nbsp;&nbsp;No errors either.<br><br>I have also experimented with the FSCommand but I must be missing something.&nbsp;&nbsp;I am not very familiar with ActiveX controls either.<br><br>Please help.&nbsp;&nbsp;Thanks.<br>
 
ur solution lies in shockwave control<br>in visual basic just go to components and add shockwave plugin control ,the control will be visible on toolbar and then place the control on ur form and go to its custom property in property box , there u should give the path to shockwave file the movie will then be seen when u run ur program
 
great, putting the path in the custom property box worked, thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top