T O P I C R E V I E W |
fasa |
Posted - 28 Nov 2004 : 21:21:50 I wanted to first thank Davide for the help !
Im working on our web site and Im very new to this . OK got the video html page linked [ all files are being exported in static page mode ] but i cant seem to get browser to link and then download/play the video files , ive double checked the server directory and file name , they all check out ok , but i get error message file not found , im able to download file with ftp program from the correct directory so I know the file is there , so what am i doing wrong ? here is the web page http://www.hypodust.com/tempreview.htm the problem is in the video link
julius |
3 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 30 Nov 2004 : 08:51:05 Thank you very much for your snippets ;-) |
fasa |
Posted - 29 Nov 2004 : 06:35:19 OK I got it ! I was inserting the wrong file folder in the href So the html page resides in my /web folder so I shouldnt have put in /web/media/.mpg , it should be media/.mpg ! :) simple ! ok next i'll try to open it in a small popup box ! aaahhh !!!!! as I learn more I see how easy it is to us this GREAT FREE editor thank you again julius |
fasa |
Posted - 28 Nov 2004 : 21:40:05 also Im trying to use java script so here is what ive tried 1 -Iv tried linking directly from text in " Label Properties " -then select word to link -click on Events -click on events , Action , javacall ,and then i put this in java window .... <a href=?/web/media/its a cycle beerfest sample.mpg? on? onclick=?popMedia(0); return false;?>Play file.</a>click=?popMedia(0); return false;?>Play file.</a> got this code from http://www.webreference.com/programming/javascript/jf/column5/index.html not sure if Im using this corectly .
2 -Also tried just linking in the " Href " window in " Label Properties " and got the same error " File not found "
3 -Then tried creating a new HTML page with Href as the video file nothing happened ...
Julius |