LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i add a flash animation to labview

Solved!
Go to solution

Im a newbie to using labview 7.1.

Im creating something for my final year project. One of my problems is trying to add a flash animation( or any other type of animation) to play in a box of its own. Its being used to teach the user watching. The VI will also have other features using the tanks, but ill tackle that problem when i get to it.

 

Can anyone advise on the best option ( so i can create my animation on something) so that the system will work efficiently.

 

Thanks

0 Kudos
Message 1 of 3
(3,638 Views)
Solution
Accepted by topic author nikky1989

This may not be the best method, but it can help to get you started! 

 

Try looking at the .vi at http://forums.ni.com/t5/LabVIEW/how-to-manage-web-page-content-via-labview/m-p/324668 called HTML Document Info.vi. That VI will allow you to access html files. 

 

In that VI there is a control called URL. Use that control to point the VI to your SWF file and you should be viewing your SWF file in a container on the front panel of the VI. To point the VI to your file use something like this:

 

 file:///c:/path/to/your/file if the file is on your local machine. otherwise, just use the url of where the swf file lives.

 

hope this helps!

0 Kudos
Message 2 of 3
(3,630 Views)

thank you soo much!

0 Kudos
Message 3 of 3
(3,626 Views)