LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

load the swf movie

Solved!
Go to solution

So I already created my flash movie and the I added to the activeX container and everything works well until I create the .exe application.

 

in activeX properties>movie properties> what should I put so the movie loads when I deploy the application into another computer. (I already added the .swf file to the project)

Lets say that the  folder of the application is  ...\sensor\sensor.exe   and the application will be always in the same folder name how do I do it so the activeX loads the movie from the same folder no mater if the folder is in c:\ or f:\   

 

I hope I am at least semi-clear,

 

Thanks

0 Kudos
Message 1 of 2
(2,199 Views)
Solution
Accepted by topic author Roddy
You can use the path information and the strip path function on the current VI to determine the current path.  But the path for a VI that is built into an .exe is different than in the development environment which you have to account for.  See this KB. http://digital.ni.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363
0 Kudos
Message 2 of 2
(2,179 Views)