我正在使用嵌入式 iframe youtube 播放器来显示 youtube 视频列表。我想使用参数:playlist reversedPosition。
它似乎不起作用,我在网上找不到任何关于它是否被弃用等的详细信息。
谁能指出我正确的方向?
谢谢!
这是我的代码:
<div class="yt"><iframe name="video_player" id="video_player" type="text/html" width="940" height="528.75" src="https://www.youtube.com/embed/?listType=playlist&list=PL1941062C95EECEA3&loop=1&modestbranding=1&autohide=0&vq=hd1080&origin=http://www.aquariusage.com&showinfo=1&orderby=reversedPosition" frameborder="0" allowfullscreen></iframe></div>