|
||||||||
|
Thread Tools | Search this Thread |
May 8th, 2011, 10:21 PM | #16 |
Regular Crew
Join Date: Dec 2009
Location: Encinitas California
Posts: 121
|
Re: Video to website - man, I don't even know the right questions to ask
@ Les Wilson:
I'm totally new to Vimeo - thanks for the tip, will try to understand this. Question: Did you intend for all the code to show in your post? Or was that code supposed to provide a link or something? So sorry, I'm a bit lost regarding the intended purpose of that code - to wit: !<iframe src="http://player.vimeo.com/video/23393588" width="400" height="300" frameborder="0"></iframe><p><a href="http://vimeo.com/23393588">The Encounter; and The Visit - Paramahansa Yogananda Teaches Me Kriya Yoga</a> from <a href="http://vimeo.com/larrydreavisphd">Larry Dominus Reavis</a> on <a href="http://vimeo.com">Vimeo</a>.</p> |
May 9th, 2011, 04:45 AM | #17 |
Inner Circle
Join Date: Jan 2004
Location: Boca Raton, FL
Posts: 3,014
|
Re: Video to website - man, I don't even know the right questions to ask
Take the exclamation point off at the beginning and copy/paste all that code into your webpage inside the body section of the html.
That code uses an HTML technique called an iframe for the actual video. There's some additional HTML code that displays text links for the title, your name and the Vimeo site |
May 9th, 2011, 09:54 AM | #18 |
Inner Circle
Join Date: Sep 2003
Location: Portland, Oregon
Posts: 3,420
|
Re: Video to website - man, I don't even know the right questions to ask
Code:
<iframe src="http://player.vimeo.com/video/23393588" width="400" height="300" frameborder="0"> </iframe> <p> <a href="http://vimeo.com/23393588">The Encounter; and The Visit - Paramahansa Yogananda Teaches Me Kriya Yoga</a> from <a href="http://vimeo.com/larrydreavisphd">Larry Dominus Reavis</a> on <a href="http://vimeo.com">Vimeo</a>. </p>
__________________
30 years of pro media production. Vegas user since 1.0. Webcaster since 1997. Freelancer since 2000. College instructor since 2001. |
| ||||||
|
|