Results 1 to 4 of 4

Thread: Flash

  1. #1

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    I was reading how someone on here put their flash animation in their program...(i might have missheard) how did they do that if they did..?

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Posts
    110

    Here ya go...

    To embed a flash movie into your VB Program, go to >>Project>>Components and select "Shockwave Flash" (If you have the shockwave flash plugin on your PC.) This should add the shockwave flash control to your toolbox. Now, just put the control onto your form, and set the control's movie property to the filename of a flash file on your HD you want to use. All going well, the movie should start playing in the control, while you're still in the dev. envorinment

    Just mess around with the control's properties for stopping and starting the movies etc.

    Hope I've helped

    Laterz

    REM

  3. #3

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472

    Talking

    I love you..not really, thanks a bunch!

  4. #4

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    why cant I just use these commands to start and stop the flash from playing?

    Private Sub Command1_Click()
    flash1.Playing = True
    End Sub

    Private Sub Command2_Click()
    flash1.Playing = False
    End Sub

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