I've got a splash screen that plays a flash video upon form load. My problem is, the method to load the flash video is like this:
this.axShockwaveFlash1.LoadMovie(0, @"C:\blahblah\blah.swf");
However, if this app is installed on somebody elses computer they would either have to move the .swf file into that directory or they would have to go into the source code and change the directory to wherever they want. I've added the flash video into the project resources but the 'LoadMovie' parameters won't accept 'global::Properties.App.Resources.file'. Any help would be appreciated. Thanks.