pc端全屏播放背景音乐没有声音 需要退出一次全屏播放在继续播放才可以

阅读次数 5

<img src="https://solution-community.wps.cn/uploads/post/5r2q9pD1aVb.jpg" alt="进入全屏后的菜单"/>页面进入后自动全屏不播放发音乐 需要点击图中退出按钮后在进入全屏才会自动播放音乐 async continuePlayer(){ this.playerStatus = true this.openFullscreen()
await this.instance.ready()
const app = this.instance.Application
// 切换到 PPT 全屏播放状态
await app.ActivePresentation.SlideShowSettings.Run()
await app.ActivePresentation.SlideShowWindow.View.GotoSlide(this.currentPage)
},
以上进入全屏方法

0 Answers