how to use the FS_COmmand?
i have a flash button! and i want it to integrate with VB!
when i click a button,it will call a vb function like end, msgbox, form.show, etc....
Printable View
how to use the FS_COmmand?
i have a flash button! and i want it to integrate with VB!
when i click a button,it will call a vb function like end, msgbox, form.show, etc....
Example code here
http://www.planet-source-code.com/vb...14739&lngWId=1
can't understand the code! any simpler way?
coz i found another code...
VB Code:
Private Sub s1_FSCommand(ByVal command As String, ByVal args As String) If command = "Help" Then MsgBox "helpl" End If ElseIf command = "Quizr" Then MsgBox "Quiz" End If End Sub
but... when i put my own .swf, i dunno what to equal on command... :(
Check out one of our other Internet.com sites dedicated to Flash.
Flashkit