Question
external api, flash ocx, visual basic
so I tracked down some references to using fscommand to send
info from flash ocx to visual basic inside a vb application.
Then I found this in the flash 8 help
"NOTE
The External API is a replacement for fscommand() in Flash 8 for interoperating with a HTML page or a container application. The External API offers more robust functionality than fscommand() in this situation
"
well I am a designer who has a fair grasp of actionscript, but not really any other code language.
I am working with engineers who have a pretty good VB skills and no clue about flash.
I can not make much of the examples given in flash, and they seem to always deal with java scrit and the container being a html page, as is probably the usual case.
Can anyone build me a simple Visual Basic project example, where a frame in a flash movie running in the ocx on a vb form sets a value in Vb for a variable.
Using the External Api referred to in the flash help
Basically we just want to be able to say in VB somehing like if myVar = 1 do something.
AND have flash set myVar in our VB app to 1 when it passes a certain frame.
Please Help, I have been posting on various forums for a few days, no luck
mark
Then I found this in the flash 8 help
"NOTE
The External API is a replacement for fscommand() in Flash 8 for interoperating with a HTML page or a container application. The External API offers more robust functionality than fscommand() in this situation
"
well I am a designer who has a fair grasp of actionscript, but not really any other code language.
I am working with engineers who have a pretty good VB skills and no clue about flash.
I can not make much of the examples given in flash, and they seem to always deal with java scrit and the container being a html page, as is probably the usual case.
Can anyone build me a simple Visual Basic project example, where a frame in a flash movie running in the ocx on a vb form sets a value in Vb for a variable.
Using the External Api referred to in the flash help
Basically we just want to be able to say in VB somehing like if myVar = 1 do something.
AND have flash set myVar in our VB app to 1 when it passes a certain frame.
Please Help, I have been posting on various forums for a few days, no luck
mark