---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/requirements/1/6.md
  - https://yandex.com/dev/games/doc/hi/requirements/1/6.md
  - https://yandex.com/dev/games/doc/ko/requirements/1/6.md
  - https://yandex.com/dev/games/doc/ru/requirements/1/6.md
  - https://yandex.com/dev/games/doc/tr/requirements/1/6.md
  - https://yandex.com/dev/games/doc/vi/requirements/1/6.md
  - https://yandex.com/dev/games/doc/zh/requirements/1/6.md
  - href: zh/requirements/1/6.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/zh/llms.txt

# 系统播放器

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

{% note info "游戏要求第1.6.1.6和1.6.2.5点" %}

在任何浏览器中都无法显示游戏调用的系统播放器。

{% endnote %}

浏览器的系统播放器允许您控制声音和视频。为了检查游戏，审核团队会在[移动设备](#mobile)和[桌面设备](#desktop)上启动游戏（在电脑上检查时，请确保[已启用播放器](#enable-player)）。

## 在移动设备上检查 {#mobile}

启动游戏。然后向下滑动屏幕以打开通知面板。确保在面板上：
- 没有播放器。
- 有播放器，但它是由其他标签页或应用程序的声音触发的。

## 在桌面设备上检查 {#desktop}

### 启用播放器 {#enable-player}

1. 在浏览器设置中启用系统播放器。

    {% cut "在Yandex浏览器中启用播放器" %}

    要在Yandex浏览器中启用系统播放器，在右上角选择 ![](../../_images/icons/menu.svg) → **设置** → **界面** → **常规**，并启用**在工具栏上显示音乐和视频控制按钮**选项。

    有关播放器的更多信息，请参阅[浏览器帮助](https://yandex.com/support/browser/en/working-with-files/audio){.external}。

    {% endcut %}

2. 确保播放器正常工作。为此，在浏览器中播放视频或音乐，例如[Unity视频教程](https://yandex.com/dev/games/doc/zh/sdk/unity/advertisement.md)。

如果系统播放器配置正确，浏览器右上角将出现相应图标：
- Google Chrome —— ![](../../_images/requirements/1-6-browser-player/system-player-chrom.svg)
- Yandex浏览器 —— ![](../../_images/requirements/1-6-browser-player/system-player.svg)

{% note info %}

如果您在Yandex浏览器中启用了侧边栏，图标可能位于侧边栏上。

{% endnote %}

### 检查 {#desktop-check}

如果播放器已[启用](#enable-player)，打开游戏并确保：
- 没有播放器。
- 有播放器，但它是由其他标签页或应用程序的声音触发的（要检查这一点，请点击播放器图标）。

{% cut "正确配置的游戏示例" %}

![](../../_images/requirements/1-6-browser-player/pc-screenshot.webp)

{% endcut %}
