I have been trying to find a code that I could use to shuffle my playlist from YouTube with my embedded code that I have but never have success. Can anyone know how can I shuffle my playlist from YouTube with the embedded code I have? Is that possible? This is my code I am using in my page:
<object video width="340" height="215" controls>
<source src="http://www.youtube.com/embed/watch?v=gc2sNY5HMV8&list=PL5TdJEI-DxOKmbtaI0N84-bUOZzFVGM-J&index=13?1&autoplay=1&loop=1&playlist=B9o5HqzK-8c"></video>
<param name="allowFullScreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<embed width="340" height="215" src="http://www.youtube.com/embed/watch?v=gc2sNY5HMV8&list=PL5TdJEI-DxOKmbtaI0N84-bUOZzFVGM-J&index=13?1&autoplay=1&loop=1&playlist=B9o5HqzK-8c"></object>