WMPvideo 1.1

Category / Domain : C3D3 Plugin
SCOL Voy@ger Compatibility  : V 3.5 or above
Update : 2000/04

Function

This module is a Windows Media Player plugin used to broadcast Windows Media files applied on a material of the C3D3 scene.
Users must install Windows Media Player (Microsoft Web Site) to use these plugin broadcasts.

Configuration


Figure 1 : WMPvideo plugin interface

(1) URL: Enter the initial URL to launch when started if needed.
(2) Send video to registered clients only Tick if you want that only registered users view this broadcast.

Implementation

Create a link on the material on which will be dispalyed the broadcast.
Create a "WMPvideo (1.1)" instance and group it with this link.
Create required SCS links to the project.

Action Function
module.event à C3D3.instWMP.down Lowers the sound volume
module.event à C3D3.instWMP.getPosLength Displays the length in dialog window
module.event à C3D3.instWMP.isseekable Indicates if a switch beetween two clips is able or not ( made of a clip length !)
module.event à C3D3.instWMP.mute Mutes the sound volume
module.event à C3D3.instWMP.pause Pauses the broadcast of the selected element on a client
module.event à C3D3.instWMP.pauseAll Pauses the broadcast of the selected element on all clients
module.event à C3D3.instWMP.play Plays the selected element (the URL as parameter)
module.event à C3D3.instWMP.playAll Plays the selected element (the URL as parameter) on all clients
module.event à C3D3.instWMP.register Regsiters the user with the plugin
module.event à C3D3.insWMP.seekback Plays the previous clip
module.event à C3D3.instWMP.seekfor Plays the following clip
module.event à C3D3.instWMP.stop Stops the broadcast of the media sequence on a single client
module.event à C3D3.instWMP.stopAll Stops the broadcast of the media sequence on all clients
module.event à C3D3.instWMP.unregister Unregisters the user with the plugin
module.event à C3D3.instWMP.up Increases the sound volume

Event Function

Zone Function Interface Assignment
None