What is the way to add something from Flash5 to VB6??
-
I would like to add animations, which were made in Flash5 to Visual Basic 6. What component (ActiveX) I need to add to my project?? And what id the code to make the connection between the animation file and VB ? I heard about "webbrowser". And the code that I have been told is : object.navigate." The Path ". Where I can find this ActiveX controller?? Thank you !!!! Ahuva
-
I would like to add animations, which were made in Flash5 to Visual Basic 6. What component (ActiveX) I need to add to my project?? And what id the code to make the connection between the animation file and VB ? I heard about "webbrowser". And the code that I have been told is : object.navigate." The Path ". Where I can find this ActiveX controller?? Thank you !!!! Ahuva
IF you have installed flash then you are half way through your problem. When macromedia Flash is installed, an activeX control called swflash.ocx. add this control in your project. you can use various properties and methods supported by this control to play your animation. There is no way through which you can pass any information from flash to vb6 or vice versa.