I've made an application (MF2)that has an avi file in it, when i save it as an CCN file and then use html to load it in the browser it says MCI error, can not find file, however the file is in the same folder as the CCN file.
here's the code in my html file:-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "Please login to see this link.">
<html>
<head>
<title>
This is the title of the page.
</title>
</head>
<OBJECT ID="Vitalize1" WIDTH=800 HEIGHT=600 type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="Please login to see this link.">
<PARAM NAME="URL" VALUE="c:\Bluview\vid1.ccn">
<EMBED TYPE="application/x-cnc"
SRC="vid1.ccn"
checkversion="4,0,248,1"
PLUGINSPAGE="Please login to see this link."
WIDTH=320
HEIGHT=200>
</EMBED>
</OBJECT>
</html>e:
Please can someone tell my why this is not working
Thanks