LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to import Flash Animations in Labview

Is it possible to import Macromedia Flash Animations in Labview Front Panel in a same manner they are imported in Web Browsers.
 
Can front Panel shown in Web Browser through LabView Web Server interact with Flash objects present in the same web page.
0 Kudos
Message 1 of 5
(3,059 Views)
Although I haven't done this it should be possible and 2 methods come to mind.
1. ActiveX container with a Flash object selected or
2. Embed an activeX web browser (i.e MS Web browser) and load the web page with the flash animation in it.
I have done the second method and it works well but the first method is more of a general direction.  If you have any questions on activeX containers I can answer.
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 5
(3,042 Views)
I have not yet started working with ActiveX containers. I will learn and try to implement your suggested soloution. I will let u know if I'll have any questions regarding ActiveX containers.
 
Thanks for the reply.
0 Kudos
Message 3 of 5
(3,027 Views)

ActiveX containers are very easy to use and a few examples are packaged with the example browser.  you can easily use the web browser by placing the activeX container on the front panel and right click on it and select Browse then choose microsoft web browser.  On the block diagram wire the browser to a invoke node and select navigate, passing the URL valve in, now you have an embedded browser to load flash pages into.  Good luck,

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 4 of 5
(3,013 Views)
Thanks alot
0 Kudos
Message 5 of 5
(3,009 Views)