Send variables form VB6 to AS3
i've managed to send variables from AS3 to VB6 using fscommmand, but not the other way around. i've heard some people say the way to do this is using SetVAriable, but obviously SetVariable isn't supported by AS3.
the next best thing seems to be ExternalInterface, but I am new to AS3 and i could use some help on writing this funciton!
is anyone familiar wiht this?
FOR STARTERS,
i want to us ExternalInterface to send a variable from VB6 to a text field in my swf video. I already have the vb6 code, i just don't know how to do the code in the AS3 part.
can someone please help with the code? (the instance name of my text field is svalue)
THANKS