PDA

Click to See Complete Forum and Search --> : [Flash]how to use the FS_Command?


detj
Aug 17th, 2005, 10:31 AM
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....

Cander
Aug 17th, 2005, 10:37 AM
Example code here

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=14739&lngWId=1

detj
Aug 17th, 2005, 11:06 AM
can't understand the code! any simpler way?

coz i found another 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... :(

RobDog888
Aug 17th, 2005, 11:14 AM
Check out one of our other flash sites dedicated to Flash.

Flashkit (http://flashkit.com/board/index.php)