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?![]()




Reply With Quote