ObjectID =  video .stream .display  (  Filename ,  PosX ,  PosY  )  
                                          
Description :

This instruction streams a MPEG I or MPEG II video in the current Alambik screen. You just have to specify the URL from which to stream.

Parameters :

  • Path and filename to the correct video file. The path can be an Internet address or a local (hard disk) address. Should the path be unspecified, Alambik will search for the file in the current directory of the current local hard disk.
  • X component of the video's top left pixel position.
  • Y component of the video's top left pixel position.

Return Handle :

  • ObjectID of the video if the loading was successful, NULL otherwise.

Examples :