Skip to content

Commit 9b32bdf

Browse files
authored
clarified autoplay behavior (#1720)
1 parent e9ceea8 commit 9b32bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/stream/src/content/viewing-videos/using-the-stream-player.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Player options are configured with querystring parameters in the iframe's `src`
6363

6464
- `autoplay` <PropMeta>default: `false`</PropMeta>
6565

66-
- Tells the browser to immediately start downloading the video and play it as soon as it can. Note that mobile browsers generally do not support this attribute, the user must tap the screen to begin video playback. Please consider mobile users or users with Internet usage limits as some users don't have unlimited Internet access before using this attribute.
66+
- If the autoplay flag is included as a querystring parameter, the player will attempt to autoplay the video. If you don't want the video to autoplay, don't include the autoplay flag at all (instead of setting it to `autoplay=false`.) Note that mobile browsers generally do not support this attribute, the user must tap the screen to begin video playback. Please consider mobile users or users with Internet usage limits as some users don't have unlimited Internet access before using this attribute.
6767

6868
<Aside>
6969

@@ -111,4 +111,4 @@ Player options are configured with querystring parameters in the iframe's `src`
111111

112112
- The video id from the video you've uploaded to Cloudflare Stream should be included here.
113113

114-
</Definitions>
114+
</Definitions>

0 commit comments

Comments
 (0)