Answer to Question #26665 in Action Script | Flash | Flex | ColdFusion for Kejo

Question #26665
how to link a button from flash to open my VB?.. this is my code that i used..

Private Sub Form_Load()
xWin.Movie = App.Path & "\Bounce.swf"
'The name and location of our .swf file
xWin.Left = 0 'The rest of these commands are just to dynamically size your
'xWin window to be the same size as the flash movie. (Makes everything
'in proportion and what-not). But they aren't essential
xWin.Top = 0
xWin.Width = 550
xWin.Height = 400
xWin.Play 'This starts your movie!
End Sub

Private Sub xWin_FSCommand(ByVal command As String, ByVal args As String)
MsgBox args
End Sub

BUT I ENCOUNTERED AN ERROR HERE..

on (release)
{
fscommand("","true");
}

PLEASE HELP ME ASAP!
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS