Results 1 to 3 of 3

Thread: Flash in VB

  1. #1

    Thread Starter
    Member ibowlwell's Avatar
    Join Date
    Mar 2002
    Location
    RI
    Posts
    56

    Flash in VB

    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

  2. #2
    Member
    Join Date
    Nov 2001
    Location
    Heaven........ Whats that fire doing here?
    Posts
    39

    Yeah.... Thanks Easy.....

    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????

  3. #3

    Thread Starter
    Member ibowlwell's Avatar
    Join Date
    Mar 2002
    Location
    RI
    Posts
    56
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width