AVI to RM Video File Conversion



Create Inline Video/control  for Real Media Video File

<EMBED NAME=inlineRMvideo
    SRC="uccs.rpm"
    WIDTH=240 HEIGHT=180
    CONSOLE=one
    CONTROLS=ImageWindow
    BACKGROUNDCOLOR=white
    CENTER=true
    >
<FORM>
<INPUT TYPE="button" VALUE="Play" onClick="document.inlineRMvideo.DoPlay()">
<INPUT TYPE="button" VALUE="Pause" onClick="document.inlineRMvideo.DoPause()">
<INPUT TYPE="button" VALUE="Stop" onClick="document.inlineRMvideo.DoStop()">
</FORM>
 
  • Here is the link to an inline RM video/control example.

  •