473,387 Members | 1,790 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

deploying program

82
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.axShockwaveFlash1.Movie = c:/Airport.swf".

I even tried using Application.StartupPath but no luck.

How can I put my movies in my project so I can deploy it to another computer.

thank you
Oct 12 '12 #1
4 1602
soli
3
copy the movies to the directory same as your program and use the relative path, e.g. axShockwaveFlash1.Movie = "Airport.swf".
Oct 12 '12 #2
mrcw
82
that only works for movies stored on my computer eg c:/Airports.swf not anywheRE else.
Oct 12 '12 #3
mrcw
82
I've found that for some very annoying reason my copy vs2010 pro isn't letting me use relative addressing. I'll try reinstalling it.
Oct 12 '12 #4
soli
3
if you want your program works everywhere without copying the moives with your program, you could put the movies on some site, then download it before play it.
Oct 13 '12 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Jozef | last post by:
Hello, I would like to start using MSDE as a back end for my Access database. I would like to know two things; 1) Is there a better way of connecting to an MSDE database in Access other...
2
by: Greg W. | last post by:
In our setup project, we have the standard web application folder, but we also have 4 web custom folders (virtual directories) that are created at the same level as the web application folder...
14
by: ReidarT | last post by:
I have made a VB.net-program and built it. The result has been placed in the bin-folder with only one file. The program copies one file from one folder to another. When I run the program...
10
by: Bryan Dickerson | last post by:
I fairly have my Web Service working the way that I want, so my next step will be to deploy it on a server. Do I just add a deployment/install project, build it and install it on the server? ...
0
by: steve | last post by:
H I new in deploying applications with visual studio 2005. I've used the setup wizard for a project when the user deploys the project I need to now where the user has put it. (path of the...
6
by: Ryan | last post by:
Is there any way to save a VB 2005 created application as an .MSI install file? The only method I see is to publish as a .EXE. Curious because I want to push out an application with Group Policy....
3
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
1
by: David Jackson | last post by:
Hello, I'm looking for some best practice advice on deploying a 32-bit WinForms app on 32-bit Vista as regards file locations. The app will be written in Visual Studio.NET 2005 and will be...
2
by: Rocke | last post by:
I'm a newbie at programming and have a program written and pretty much de-bugged. I also have a couple of databases on my local machine that are currently located in the default MSSQL.1 file. I...
5
by: evilbungle | last post by:
Hi, I have created a program in VB.Net using Visual Studio 2008, the program works fine and everything is working until I try to install it. I need to be able to add it to a flash drive so I can...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.