Hi, I've written a program called ATC in which I show some shockwave movies. It works fine on my computer, but when I deploy it to another computer it can't show the shockwave movies because they are not avaialable on the new computer because they are on my computer.
I've tried adding a new folder called movies to ATC in the solution explorer and putting the movies in there. The shockwave object needs the address of the movie to show e.g.axShockwave Flash1.Movie = c:/Airport.swf".
I even tried using Application.Sta rtupPath but no luck.
How can I put my movies in my project so I can deploy it to another computer.
thank you
I've tried adding a new folder called movies to ATC in the solution explorer and putting the movies in there. The shockwave object needs the address of the movie to show e.g.axShockwave Flash1.Movie = c:/Airport.swf".
I even tried using Application.Sta rtupPath but no luck.
How can I put my movies in my project so I can deploy it to another computer.
thank you
Comment