02-09-2011 01:52 PM
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
Solved! Go to Solution.
02-09-2011 02:52 PM
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!
02-09-2011 03:00 PM - edited 02-09-2011 03:01 PM
thank you soo much!