Skip to content

Commit b1254a0

Browse files
author
PRMerger8
authored
Merge pull request #350 from fikaradz/master
Specific scenarios described
2 parents b591f00 + 68d77f5 commit b1254a0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The attachment control has the following temporary limitations:
3131

3232
1. You can only upload files up to 10 MB in size.
3333

34+
1. Currently, iOS devices can only upload files from documents and cloud storage accounts. To attach photos/videos, please use the web browser on your iOS device to run the app.
35+
3436
## Description
3537
An **Attachments** control lets you open files stored on a data source as well as add and delete files from a SharePoint list.
3638

@@ -119,4 +121,4 @@ The following properties must be present:
119121

120122
### Keyboard support
121123
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
122-
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
124+
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.

powerapps-docs/maker/canvas-apps/controls/control-audio-video.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ ms.author: fikaradz
2222
A control that plays an audio file, a video file, or a video on YouTube.
2323

2424
## Description
25-
An **Audio** control plays a sound clip from a file, a recording from a **[Microphone](control-microphone.md)** control, or the audio track from a video file. A **Video** control plays a video clip from a file or from YouTube if you specify a URL with optional closed captions.
25+
An **Audio** control plays a sound clip from a file, a recording from a **[Microphone](control-microphone.md)** control, or the audio track from a video file.
26+
27+
A **Video** control plays a video clip from a file or from YouTube or Azure Media Services. Closed captions can optionally be shown when specified.
2628

2729
## Key properties
2830
**Loop** – Whether an audio or video clip automatically starts over as soon as it finishes playing.
@@ -105,7 +107,13 @@ An **Audio** control plays a sound clip from a file, a recording from a **[Micro
105107
5. Press Esc to return to the default workspace.
106108

107109
### Play a YouTube video
108-
1. Add a **Video** control, and set its **Media** property to the URL, enclosed in double quotation marks, of a YouTube video.
110+
1. Add a **Video** control, and set its **Media** property to the URL of the YouTube video, enclosed in double quotation marks.
111+
2. Press F5, and then play the clip by clicking or tapping the play button of the **Video** control.
112+
3. Press Esc to return to the default workspace.
113+
114+
### Play a video from Azure Media Services
115+
1. After the videos are published on AMS, copy the manifest URL. Start the streaming endpoint of your service, if not already.
116+
1. Add a **Video** control, and set its **Media** property to the URL of the AMS video, enclosed in double quotation marks.
109117
2. Press F5, and then play the clip by clicking or tapping the play button of the **Video** control.
110118
3. Press Esc to return to the default workspace.
111119

0 commit comments

Comments
 (0)