it is possible to create a button to play and pause the youtube video when using the youtube script, i mean this

<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/embed/LVcXdMB1_YA?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe>  

i'm using this to load the video, but i would like to have for example a link, saying "Play Video", and when the user click the link, the video start to play, all i've tried ends up in nothing, i even think that it is no way to do this, but to be sure, i came here to SO.

link|improve this question

feedback

1 Answer

up vote -1 down vote accepted

Look at some information at Javascript and Flash interaction. This should be a good start. All you really need is to call the right method from an event handler and should have your own 'play button' :D

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.