You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-attachments.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The attachment control has the following temporary limitations:
31
31
32
32
1. You can only upload files up to 10 MB in size.
33
33
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
+
34
36
## Description
35
37
An **Attachments** control lets you open files stored on a data source as well as add and delete files from a SharePoint list.
36
38
@@ -119,4 +121,4 @@ The following properties must be present:
119
121
120
122
### Keyboard support
121
123
***[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.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-audio-video.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ ms.author: fikaradz
22
22
A control that plays an audio file, a video file, or a video on YouTube.
23
23
24
24
## 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.
26
28
27
29
## Key properties
28
30
**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
105
107
5. Press Esc to return to the default workspace.
106
108
107
109
### 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.
109
117
2. Press F5, and then play the clip by clicking or tapping the play button of the **Video** control.
0 commit comments