• I’m trying to have movies play on my website, rather than have a link for them to another site. I believe this is called streaming video.. need some help.

    This is what I have found over the internet –

    <div><object ID=”MediaPlayer” WIDTH=”192″ HEIGHT=”190″ CLASSID=”CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95″
    STANDBY=”Loading Windows Media Player components…” TYPE=”application/x-oleobject”>
    <param NAME=”FileName” VALUE=”FILENAMEHERE”>
    </param><param name=”ShowControls” VALUE=”true”>
    </param><param name=”ShowStatusBar” value=”false”>
    </param><param name=”ShowDisplay” VALUE=”false”>
    </param><param name=”autostart” VALUE=”false”>
    <embed TYPE=”application/x-mplayer2″ SRC=”FILENAMEHERE” NAME=”MediaPlayer”
    WIDTH=”192″ HEIGHT=”190″ ShowControls=”1″ ShowStatusBar=”0″ ShowDisplay=”0″ autostart=”0″> </embed>
    </param></object>
    </div>

    As WP cannot upload .mov files, how can I put the file i want in the FILNENAMEHERE part?

    Or am i going about this the wrong way?

    Thanks

  • The topic ‘Streaming video Coding’ is closed to new replies.