我目前的做法是使用flash相關軟體,將檔案轉成swf檔,再利用以下方法
"Can I Use a Flash Animation Inside of LabVIEW?"
http://digital.ni.com/public.nsf/websearch/E1BC3EE77B51781A86256CFA005EDC84?OpenDocument
在 04-27-2007 12:15 AM
Use Pict Ring.
First, you will have to create all possible images i.e. images of logo at initial position to the last position (all should be of same image size)
After doing so, import all images one after each to a Pict Ring indicator.
Last but not least, do a little bit of coding to run Pict Ring from item 0 to item N. An appropriate looping will generate a motion logo 😉
Cheers!