我有两个iframe
iframe no.1是直播
<iframe allowfullscreen="0" frameborder="0" height="500" src="https://www.youtube.com/embed/live_stream?channel=UCSrZ3UV4jOidv8ppoVuvW9Q&autoplay=1&controls=1&loop=1&mute=01&width=640&height=500" width="100%"></iframe>
iframe no.2是播放列表
<iframe allowfullscreen="0" frameborder="0" weight=100% height="500" src="https://www.youtube.com/embed/videoseries?list=PL9tY0BWXOZFsN7SmajqI2TZ0WWzJYQVsI&autoplay=1&controls=1&loop=1&mute=0" width="100%"></iframe>enter code here
我想在youtube livestream激活时混合这两个iframe 只显示iframe的直播 当livestream完成iframe no2开始在同一个iframe中自动播放
如何设置它们之间的条件