Quote:
Originally posted by Darren
thanks maqua, I will try that now.
|
Darren:
The root webpath is
http://www.penis-health.com/
and that is where the html is but when you call the video file you're trying to go one directory lower than the webroot path which doesnt exist to the world
/your/document/root - main website
/your/document/56.wmf is the video file you're trying to link from the .txt file
you should be linking to:
/your/document/root/56.wmf
(assuming the filenames are 56.wmf) ;)