|
I am creating documentation for a program that is in HTML format. When users press 'F1' while in the program, it will open the default browser with the default 'index.html' page, that will be 'installed' on their local hard drive. Most pages will eventually have inline video on them and I am trying to use the web stunning video player to accomplish this.
I have placed one video as a test, and it seems to work fine on my local machine, but once the pages are built into the app, I always get the error "unable to locate file xxxx.flv" in the player, even though the files are there in the correct location. The files are "served" locally from the users hard drive, and it appears that the relative paths are all correct in the code, so I cannot figure out why it will work on my system regardless of location (I've copied the file structure all over the place and it always works for me in numerous browsers, even when run from our file server) but none of our users can get the video to work at all. Any help would be *greatly* appreciated. Thanks- --james
|