Cl10Greg Posted February 9, 2006 Report Share Posted February 9, 2006 Is there anyway to incorporate any Flash into LabVIEW? This would make the VI look much more appealing. Just wondering. Quote Link to comment
Yair Posted February 9, 2006 Report Share Posted February 9, 2006 I haven't done this, but you can proabably use the ActiveX container to embed in your FP either a Shockwave object or a browser object which will point to an HTML page with the flash interface. Obviously, you won't be able to get any real interaction from the flash interface into your LV code. Quote Link to comment
Cl10Greg Posted February 9, 2006 Author Report Share Posted February 9, 2006 k well then i know how to get the shockwave box and what not up now what?? lol how do i load the flash object in the activeX?? Quote Link to comment
Yair Posted February 9, 2006 Report Share Posted February 9, 2006 If you have flash installed, you place an ActiveX container on the FP, right click it to insert an object and find the shockwave object in the very long list. The other option is the internet explorer object. Quote Link to comment
Cl10Greg Posted February 9, 2006 Author Report Share Posted February 9, 2006 k and that leads me to the property menu and do i put the file path in the movie property or where? Quote Link to comment
Yair Posted February 9, 2006 Report Share Posted February 9, 2006 k and that leads me to the property menu and do i put the file path in the movie property or where? As I said, I haven't done this. You will need to do some searching on your own. My guess would be the LoadMovie method (invoke node) followed by the Play method, but you will have to try it. Quote Link to comment
Cl10Greg Posted February 10, 2006 Author Report Share Posted February 10, 2006 I have it under control. Thanks guys. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.