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.
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 |