oi10:presentation_server:clipname_property_animate

CLIPNAME property (Animate)

Specifies the name of the AVI file to play.

The CLIPNAME property can be the name of an actual file, or the name of a resource contained in an EXE or DLL. If the latter then it should be specified in the format:

<filename>'#'<resourceID>

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

The control can display an AVI file originating from either an uncompressed AVI file or from and AVI file that was compressed using run-length (BI_RLE8) encoding. It must not contain a sound channel.

 
// Example:

   //

   // Open an AVI file contained in Shell32.dll with an ID of 43506

   // and begin playing immediately in the centre of the control

   

   $Insert Logical

   

   ObjxArray =        @Window : ".ANI_COPYING"

   PropArray =        "AUTOPLAY"

   DataArray =        TRUE$

 

   ObjxArray := @Rm : @Window : ".ANI_COPYING"

   PropArray := @Rm : "CENTER"

   DataArray := @Rm : TRUE$

   

   ObjxArray := @Rm : @Window : ".ANI_COPYING"

   PropArray := @Rm : "CLIPNAME"

   DataArray := @Rm : "shell32.dll#43506"

   

   Call Set_Property_Only( ObjxArray, PropArray, DataArray )
 
 
 

N/A

  • oi10/presentation_server/clipname_property_animate.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1