AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Multimedia
  • Overview
  • Control in a WINDEV and WINDEV Mobile window
  • Creating a Multimedia control
  • Handling a Multimedia control
  • Remarks
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview

Control in a WINDEV and WINDEV Mobile window

The Multimedia control is used to play media files.
WINDEV On a PC, you'll need to have the following installed: Windows Media Player, a recent version of DirectX and the codecs required to play video files.. The videos cannot be played if the necessary codecs are not installed.
Android In Android, the Multimedia control must be used to play the Video files. To play the audio files, use Sound.
WEBDEV - Código ServidorWEBDEV - Código Navegador In a site, we recommend that you use the MP4 format (supported by all the browsers in HTML5 standard). The former formats require the setup of plugins not supported by some browsers for security reasons. For more details on the Multimedia control in a WEBDEV website, see The Multimedia control (WEBDEV).
Creating a Multimedia control
WINDEVWINDEV Mobile To create a Multimedia control in a window:
  1. On the "Creación" tab, in the "Controles gráficos" group:
    • WINDEV expand "Video and capture" and select "Multimedia".
    • WINDEV Mobile click "Multimedia".
  2. Click at the desired location to create the control. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu.
WEBDEV - Código Servidor To create a Multimedia control in a page:
  1. On the "Creación" tab, in the "Controles frecuentes" group, expand "Imagen" and select "Multimedia control".
  2. Click where you want to create the control in the page. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu.
For more details on the Multimedia control in a WEBDEV website, see The Multimedia control (WEBDEV).
Handling a Multimedia control
A Multimedia control can be handled through programming via:

Remarks

  • Multimedia controls cannot be used in Looper controls.
  • You cannot capture the image of a video payed in a Multimedia control.
  • iPhone/iPadIOS WidgetMac Catalyst ScreenCastAllowed and ScreenCastInProgress are used to manage the ability to display the video on an external device (compatible with Air Play).
  • iPhone/iPadIOS WidgetMac Catalyst If the video format is not supported by iOS, the video is not played (video in AVI format for example).
  • iPhone/iPadIOS WidgetMac Catalyst Autoplay is only available in a video without sound track.
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/10/2024

Señalar un error o enviar una sugerencia | Ayuda local