I don't know how to use this thing. Later, I'm going to insert a MediaPlayer's ActiveX control with FrontPage, but the parameters of this thing are too much, then go to VB to see these parameters Some stretching, here I said Two commonly used it
AutoStart is automatically played (0 = no)
FileName play file name (how to manipulate the code)
Other, I haven't seen it, everyone can learn
hEAD>
Object>
p>
body>
Function selectmovfile () {
Var objmplayer = window.document.getlementByid ("MediaPlayer1");
Var strfilepath = document.all.sel_movfile.value;
IF (strfilepath! = ")
{
Objmplayer.filename = strfilepath;
}
}
script>
html>