BajaNomad
Not logged in [Login - Register]

Go To Bottom
Printable Version  
Author: Subject: Embedding Youtube Flash Videos
BajaNomad
Super Administrator
*********


Avatar


Posts: 4969
Registered: 8-1-2002
Location: San Diego, CA
Member Is Offline

Mood: INTP-A

[*] posted on 1-27-2012 at 05:37 AM
Embedding Youtube Flash Videos


Currently, to embed Flash videos from Youtube, you need to click on the "Share" button, then "Embed".

From there you need to select the "Use old embed code" checkbox, and then select a size for the video that's probably and preferably no more than 640 pixels in width - absolutely no more than 800 pixes in width. After that, then copy the embed code, which looks something like this:

Code:
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/v/SrgsPsNi_6g"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SrgsPsNi_6g" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>


Now DROP EVERYTHING from there except the:

- width value (640)
- height value (360)
- and "value=" (or "src=")URL string - which in the above example looks like this:

Code:
http://www.youtube.com/v/SrgsPsNi_6g


Now just follow the BB Code example from the FAQ page here:
http://forums.bajanomad.com/faq.php?page=misc#1

...and put it all together like this (no spaces between the brackets and the word "flash" though):

Code:
[ flash=640x360]http://www.youtube.com/v/SrgsPsNi_6g[/flash ]


Which looks like this (when you remove those two spaces):





Click on the quote button for this post to have a look at the code used as well if you like.

-
Doug







[Edited on 1-27-2012 by BajaNomad]




When I was young, I admired clever people. Now that I am old, I admire kind people.
– Rabbi Abraham Joshua Heschel

We know we must go back if we live, and we don`t know why.
– John Steinbeck, Log from the Sea of Cortez

Affordable Domain Name Registration/Management & cPanel Web Hosting:
https://www.regionalinternet.com
View user's profile Visit user's homepage
David K
Honored Nomad
*********


Avatar


Posts: 64479
Registered: 8-30-2002
Location: San Diego County
Member Is Offline

Mood: Have Baja Fever

[*] posted on 1-27-2012 at 08:39 AM


Okay, let me try!

First, after watching a YouTube clip, two links are given at the end 'embedded' and 'url'.

The url link is: http://www.youtube.com/watch?v=9m1u1pba4Ps&feature=playe...

and the embedded link is: <object width="640" height="360"><param name="movie" value="http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&feature=player_embedded&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></embed></object>

This is a video of me pulling a 2WD Tacoma out of a sand pit and up the Diablo Dropoff in Anza-Borrego...

Wow... okay, if I want the part that is inside quotes after 'value=', then I have this: http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&featur... somehow, this is more stuff than your example, but is the part inside the quotes..?

So, start with this tag:
Now add the url: http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&featur...

and end with this tag: >
Now add the url: http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&featur...

and end with this tag: loop=false menu=false quality=best WIDTH=640 HEIGHT=360 TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.adobe.com/go/getflashplayer>
?

[flash=640x360
http://www.youtube.com/v/9m1u1pba4Ps&hl=en_US&featur... [/flash]

Above with spaces added to prevent it from working, yet... and below, all together...





"So Much Baja, So Little Time..."

See the NEW www.VivaBaja.com for maps, travel articles, links, trip photos, and more!
Baja Missions and History On Facebook: https://www.facebook.com/groups/bajamissions/
Camping, off-roading, Viva Baja discussion: https://www.facebook.com/groups/vivabaja


View user's profile Visit user's homepage
Ateo
Elite Nomad
******




Posts: 5847
Registered: 7-18-2011
Member Is Offline


[*] posted on 1-27-2012 at 08:42 AM


Thanks for the help!



View user's profile
Udo
Elite Nomad
******


Avatar


Posts: 6321
Registered: 4-26-2008
Location: Black Hills, SD/Ensenada/San Felipe
Member Is Offline

Mood: TEQUILA!

[*] posted on 1-27-2012 at 04:11 PM


WAY TO GO, DK!!!



Udo

Youth is wasted on the young!

View user's profile
David K
Honored Nomad
*********


Avatar


Posts: 64479
Registered: 8-30-2002
Location: San Diego County
Member Is Offline

Mood: Have Baja Fever

[*] posted on 1-27-2012 at 04:15 PM


That was with A-TRAC and the rear locker activated... 4WD ain't no jive!



"So Much Baja, So Little Time..."

See the NEW www.VivaBaja.com for maps, travel articles, links, trip photos, and more!
Baja Missions and History On Facebook: https://www.facebook.com/groups/bajamissions/
Camping, off-roading, Viva Baja discussion: https://www.facebook.com/groups/vivabaja


View user's profile Visit user's homepage
Ken Cooke
Elite Nomad
******




Posts: 8921
Registered: 2-9-2004
Location: Riverside, CA
Member Is Offline

Mood: Black Trans Lives Matter

[*] posted on 2-15-2012 at 09:32 PM
Embedding Vimeo


I am trying to post a Vimeo project in order that I can begin and post additional projects from that site.

How do I embed the following code??

<iframe src="http://player.vimeo.com/video/36808327" width="500" height="331" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>




View user's profile
BajaNomad
Super Administrator
*********


Avatar


Posts: 4969
Registered: 8-1-2002
Location: San Diego, CA
Member Is Offline

Mood: INTP-A

[*] posted on 2-15-2012 at 11:08 PM


Quote:
Originally posted by Ken Cooke
I am trying to post a Vimeo project in order that I can begin and post additional projects from that site.

How do I embed the following code??

<iframe src="http://player.vimeo.com/video/36808327" width="500" height="331" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>


Use the Vimeo "old embed code" link to get the src reference you need:





When I was young, I admired clever people. Now that I am old, I admire kind people.
– Rabbi Abraham Joshua Heschel

We know we must go back if we live, and we don`t know why.
– John Steinbeck, Log from the Sea of Cortez

Affordable Domain Name Registration/Management & cPanel Web Hosting:
https://www.regionalinternet.com
View user's profile Visit user's homepage
Fernweh
Nomad
**




Posts: 444
Registered: 2-24-2011
Location: Centenario, BCS
Member Is Offline


[*] posted on 2-15-2012 at 11:42 PM


Thanks Doug & David K



[Edited on 2-16-2012 by Fernweh]

[Edited on 2-16-2012 by Fernweh]

[Edited on 2-16-2012 by Fernweh]
View user's profile
David K
Honored Nomad
*********


Avatar


Posts: 64479
Registered: 8-30-2002
Location: San Diego County
Member Is Offline

Mood: Have Baja Fever

[*] posted on 2-16-2012 at 06:12 PM


Now, that really is OFF ROADING!

Nice burp at 2:10!

Thanks!




"So Much Baja, So Little Time..."

See the NEW www.VivaBaja.com for maps, travel articles, links, trip photos, and more!
Baja Missions and History On Facebook: https://www.facebook.com/groups/bajamissions/
Camping, off-roading, Viva Baja discussion: https://www.facebook.com/groups/vivabaja


View user's profile Visit user's homepage
bigzaggin
Nomad
**


Avatar


Posts: 441
Registered: 5-27-2004
Member Is Offline

Mood: way too ites

[*] posted on 2-16-2012 at 07:59 PM


Okay, now, let's see how you got back. :lol:
View user's profile
Fernweh
Nomad
**




Posts: 444
Registered: 2-24-2011
Location: Centenario, BCS
Member Is Offline


[*] posted on 2-16-2012 at 08:59 PM


Well,

we got back without all that Pacifico we had ;)

After 4 days driving, we made it from the Pacific Ocean straight across the Baja to the Sea of Cortez. The grueling last 3 days were spend on only 5 miles of rebuilding a severely washed out road....

Now here's our victory run



[Edited on 2-17-2012 by Fernweh]

[Edited on 2-17-2012 by Fernweh]
View user's profile

  Go To Top

 






All Content Copyright 1997- Q87 International; All Rights Reserved.
Powered by XMB; XMB Forum Software © 2001-2014 The XMB Group






"If it were lush and rich, one could understand the pull, but it is fierce and hostile and sullen. The stone mountains pile up to the sky and there is little fresh water. But we know we must go back if we live, and we don't know why." - Steinbeck, Log from the Sea of Cortez

 

"People don't care how much you know, until they know how much you care." - Theodore Roosevelt

 

"You can easily judge the character of others by how they treat those who they think can do nothing for them or to them." - Malcolm Forbes

 

"Let others lead small lives, but not you. Let others argue over small things, but not you. Let others cry over small hurts, but not you. Let others leave their future in someone else's hands, but not you." - Jim Rohn

 

"The best way to get the right answer on the internet is not to ask a question; it's to post the wrong answer." - Cunningham's Law







Thank you to Baja Bound Mexico Insurance Services for your long-term support of the BajaNomad.com Forums site.







Emergency Baja Contacts Include:

Desert Hawks; El Rosario-based ambulance transport; Emergency #: (616) 103-0262