
Delivering Your Video from a Web Page
20 Oracle Video Server Quick Start
Modifying the Web Page Template to Play Your Video
You can modify the Oracle Video Server Web-page templates to play one of your
video files. To edit the source HTML to request and display your video, perform
the following steps:
1.
In a text editor, open the file:
Windows 95
C:\orawin95\vc30\demo\webplugin\samples\yourvideo\sample1\defvid.htm
Windows NT
C:\orant\vc30\demo\webplugin\samples\yourvideo\sample1\defvid.htm
The file contains the following code:
<HTML>
<HEAD>
<STYLE>
<!--
H3 {color: #000000 ;
font-family: Ariel, Geneva ;
font-size: 10pt ;
font-style: bold ;
}
// -->
</STYLE>
</HEAD>
<center><BODY BGCOLOR="#FFFFFF">
<embed type="application/oracle-video" width=320 height=240
autostart=true controls=true loop=false mediafile="/mds/video1/
ovs_cmmg_samp2.mpi">
<font-size=3> Now Playing Your Video<font>
</center>
</BODY>
</HTML>
2.
Replace the text ovs_cmmg_samp2.mpi in the
embed
statement in line 16 with
the file name of the video you want to play. Be sure to specify the tag file (.mpi),
not the content file (.mpg or .osf).
3.
Save the file.
4.
Open your Web browser.
Kommentare zu diesen Handbüchern