youtubereactive
Reactive icon

YouTubeReactive

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded
 on 22 March 2024
 by 
Advocacy
5.0
 (1 rating)
youtubereactive

YouTubeReactive

Documentation
1.0.4

How to use this component:

  1. Download and install the YoutubeReactive in your environment.;
  2. In your application, refer the WB YouTubePlayer;
  3. You can set some definitions like, height, setMuted, setLoop, showControls, showFullscreen;
  4. If in your application you have a list you can also use the function PlayVideo to play another video. E.G.: Video List

In case you only have a video URL you can use the function GetYT_VideoID to get the youtube VideoID.


1.0.3

How to use this component:

  1. Download and install the YoutubeReactive in your environment.;
  2. In your application, refer the WB YouTubePlayer;
  3. You can set some definitions like, height, setMuted, setLoop, showControls, showFullscreen;
  4. If in your application you have a list you can also use the function PlayVideo to play another video. E.G.: Video List

In case you only have a video URL you can use the function GetYT_VideoID to get the youtube VideoID.


1.0.2

Using the component is straight forward, with the following steps:

  1. Download the component and install in your desired environment.
  2. Create or open a Reactive Web application.
  3. Add the component to the app using the Manage Dependencies button (or Ctrl+Q).
  4. Locate the component in the component tree window, and drag it to the desired location on the desired screen (typically in the MainContent placeholder):
  5. Set the videoId, height, and width input parameters to the desired values. Width and height will default to 640x480 if not set. You can find the video ID for a YouTube video in the URL as the v URL parameter.
  6. OPTIONAL: Add a handler action for the OnVideoComplete event if you want to execute client logic when the video playback has completed.