I'm trying to embed a video in powerpoint 2010 to autoplay when I get to that slide (ideal).
OR... if that doesn't work I'd like to hyperlink an image in my presentation to the video... and when I click on it, it autoplays (meaning, I don't have to click the play button).
I followed this tutorial: http://www.howtogeek.com/howto/10552/how-to-add-video-from-the-web-in-powerpoint-2010/
On vimeo, I copied and pasted this provided iFrame code into my presentation:
<iframe src="http://player.vimeo.com/video/20241459?badge=0" width="500" height="375" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/20241459">Rick Astley - Never gonna give you up</a> from <a href="http://vimeo.com/zunebock">zunebock</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
But it threw this error... I don't see how this is possible because I copied and pasted the embed code.
Powerpoint cannot insert video from this embed code. Verify that the embed code is correct, and then try again.
Here's an image:
So, restating my question:
1) why wouldn't powerpoint be accepting that given embed code?
2) If it just won't work... how do I start a vimeo video automatically on page load?