Create Webpage
You can prepare the WebCam web page using any HTML editor you like.
Fortunately, PYSoft Broadcaster has own tool to prepare simple WebCam web page.
Web Page Creation Wizard
To open the Web Page Creation Wizard, select Create Web Page from the Tools menu.
Web Page Creation Wizard helps you to specify title for your web page and change other attributes, such as background and text color, upper and lower captions.
Web Page Creation Wizard creates the web page HTML file, and uploads page's files to a folder or to an FTP server where your web page must be.
How to add player to own HTML text
Just add the following code to your HTML text:
<OBJECT ID="MMPlayer1" WIDTH=300 HEIGHT=250 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://YOUR_ADDRESS:HTTP_PORT">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="DisplaySize" VALUE="0">
<PARAM NAME="Autostart" VALUE="1">
<embed type="application/x-mplayer2" pluginspage="http://www.ddd.com/Windows/MediaPlayer/download/default.asp"
src="YOUR_ADDRESS:HTTP_PORT"
Name=MMPlayer1 Autostart=1 ShowControls=1 ShowDisplay=1 ShowStatusBar=1 DefaultFrame="Slide"
width=300 height=250>
</embed>
</OBJECT>
- Modify the FileName and src parameters with full URL to your content.
- Change the Width and Height parameters according to image size.
How to create Web page with player using Actual Drawing?
In the Actual Drawing program:
- Click Multimedia File from the Insert menu.
- Enter the full URL to your content into the File Name parameter.
- Change the Width and Height parameters according to the content size.
|