How to Add Audio and Video Control in Power Apps

How to Add Audio and Video Control in Power Apps

Power Apps provides built-in Audio and Video controls that allow developers to incorporate multimedia content directly into Canvas Apps. These controls can be used to play training videos, instructional content, announcements, podcasts, audio guides, and other media resources.

By integrating multimedia capabilities, organizations can create engaging and interactive user experiences without relying on external applications.

Business Scenario

Suppose an organization develops a training application where employees need to watch instructional videos and listen to audio guidance before completing certification tasks.

Why Use Audio and Video Controls?

Step 1: Add Video Control

  1. Open Power Apps Studio.
  2. Select Insert.
  3. Expand Media.
  4. Choose Video.
  5. Place the control on the screen.
Insert

↓

Media

↓

Video

Step 2: Configure Video Source

Video1.Media =
"https://samplevideo.mp4"

Assign a video URL or uploaded media file.

Step 3: Add Audio Control

  1. Select Insert.
  2. Expand Media.
  3. Choose Audio.
  4. Add the control to the screen.
Insert

↓

Media

↓

Audio

Step 4: Configure Audio Source

Audio1.Media =
"https://sampleaudio.mp3"

Useful Properties

Property Purpose
Media Media source URL
AutoStart Start automatically
Loop Repeat playback
Start Start position

Common Use Cases

Important: Store large media files in SharePoint, Azure Blob Storage, or a CDN to improve application performance and reduce app size.

Benefits

Key Takeaways