Just to clarify, I am aware of the YouTube playback control that would be required:
player.pauseVideo():Void
But I would like to know as to how I can utilise this without using an iframe and what JavaScript function is needed, as I have multiple videos to choose from and I want to avoid the videos playing at the same time.
I have inserted videos from YouTube using this code:
<div id="apDiv10"><embed width="200" height="140" id="YT9"
src="https://www.youtube.com/v/A2p17bdRgqU"></div>
<div id="apDiv11"><embed width="200" height="140" id="YT10"
src="https://www.youtube.com/v/meMBFbz_9WE"></div>
Can anyone provide a run down for me and how I can apply this function?