Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

AxShockwaveFlash1

$
0
0

I wantto stopthecurrentfile,andthenI runanother file soasnottobook aplaceinthememory

  Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    
        AxShockwaveFlash1.Visible = True
        AxShockwaveFlash1.LoadMovie(0, Application.StartupPath & "\1.swf")
        AxShockwaveFlash1.Play()



    End Sub

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        AxShockwaveFlash1.StopPlay()
    End Sub

    Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
        AxShockwaveFlash1.Stop()
        AxShockwaveFlash1.Hide()



    End Sub


Viewing all articles
Browse latest Browse all 12583


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>