communicating with swf thru VB6
I have a ShockwaveFlash1 component in my VB6 project it plays a swf file which has a pause/play button inside it. In my swf I use the fscommand to pass meta data to the VB application and that information gets displayed in a textBox.
Also in my vb project I have FileListBox. When I click on any item in my fileListBox I would like to send a command back to the swf to control the pause/play button. Is is possible using the fscommand or vb equivalent to send a stop command back to the swf and control the pause/play button?:)
Re: communicating with swf thru VB6
Hi,
I think the Flash/VB article on http://www.adobe.com/devnet/flash/activex.html may be helpful in this discussion.
I hope you find it useful!
Cheers,
Byapti
Re: communicating with swf thru VB6
Thanks Byapti,
I did find this article on my own. I wasn't able to do what I wanted they way I wanted to do it. The the article was very usefull nonetheless.