Passing data/variable from a Visual Basic form to a Flash Object
问题 I'm pretty sure that this can be answered somewhere here on stackOverflow but I'm out of options with this. I have a VisualBasic form with an button object on it. I would like that button to have an onClick procedure so that clicking it passes a variable or other command to another window which has a Shockwave Flash "movie" running. (For example, there is a function on the ActionScript of the Flash file to display some text in the Flash Video running when invoked.) What am I missing to make