Okay I have been trying to figure out the YouTube embeded action and am stumped. I know you can not place the whole code you get from YouTube so here is my question. What part of this code do I inject into the loader?
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/y6nhKR_76kQ?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/y6nhKR_76kQ?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
I got this link from clicking another box below video on youtube and used this url. It's been 5 minutes and it is still showing as loading in my browser but nothing. (http://www.youtube.com/embed/mWP7Oeo7ACk)
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/mWP7Oeo7ACk" frameborder="0"></iframe>
