Ascended M.U.G.E.N
March 28, 2024, 12:04:19 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: WE ARE MOVING!

http://www.ascendedmugen.com/index.php?action=forum

This is the new forum and server. All downloads are now hosted here and everything far as post count can be recoverd in the proper topic.
 
  Home Help Links Staff List Login Register  

How to embed youtube videos, Veohs & live videos in your post.

Pages: [1]
  Print  
Author Topic: How to embed youtube videos, Veohs & live videos in your post.  (Read 627 times)
0 Members and 1 Guest are viewing this topic.
Seven
Guest
« on: September 26, 2007, 02:24:13 pm »

All Right everyone time for a good lesson on how to embed youtube vids in post

here we go.

first you will see the little

Press that button and this should be displayed [ flash=200,200 ][ /flash ]

First and formost to get the best viewing possible set the  [flash=200,200 ]http://[/flash] to [ flash=425,350 ] [ /flash ] will look alot better and it won't bother the forum at all.

second like while you have the [ flash=200,200 ]This is where you youtube vid link shall go[ /flash ]

Like most videos from you tube this vid from myself shall by used as an example

this vid from youtube copied directly from the web url address http://youtube.com/watch?v=RgA59beq-zU will be the vid used.

if you just put the [ flash=200,200 ] http://youtube.com/watch?v=RgA59beq-zU [ /flash ] like so with no spaced added, the video will NOT work, I repeat it will not work.

all you need to is make the link from this

http://youtube.com/watch?v=RgA59beq-zU

to this

http://youtube.com/watch/v/RgA59beq-zU   <----------------- Thats it. a simple change the end result will be this

[ flash=425,350 ]http://youtube.com/watch/v/RgA59beq-zU[ /flash ]  <-----------------------shown with spaced to see correct link

<a href="http://youtube.com/watch/v/RgA59beq-zU" target="_blank">http://youtube.com/watch/v/RgA59beq-zU</a>

and there you have it, how to embed youtube vids in our forum, will look to how to get livevideos embed soon.
« Last Edit: September 28, 2007, 12:53:16 pm by Seven » Report Spam   Logged

Share on Facebook Share on Twitter

NxL
Guest
« Reply #1 on: September 26, 2007, 02:57:12 pm »

LiveVideo version for... LiveVideo users Grin

So, first, click on this

As Seven stated in the previous post, this will paste this
Code:
[flash=200,200][/flash]
in your post.

LiveVideo encodes videos in 448x336, so if you care about the quality, it's best you modify the previous code into
Code:
[flash=448,371][/flash]

Now, to embed, you'll have to edit a bit the link to your LiveVideo page. I'll use this one as an example :
http://www.livevideo.com/video/98CB94EA68E24EB496FFEBB1F4C733EE/holy-order-sol-me-vs-shiki-n.aspx

First, delete the striped part http://www.livevideo.com/video/98CB94EA68E24EB496FFEBB1F4C733EE/holy-order-sol-me-vs-shiki-n.aspx
Basically from the last "/" to the end of the link.

Then, you'll have to replace "video" in your URL by "flvplayer/embed". It should look like this : http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE

Now, copy your new URL and paste it between the two flash tags, like this :
Code:
[flash=448,371]http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE[/flash]

Now, for the final result :

<a href="http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE" target="_blank">http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE</a>


There you go Wink
« Last Edit: September 27, 2007, 04:25:39 am by NxL » Report Spam   Logged
Seven
Guest
« Reply #2 on: September 26, 2007, 03:03:36 pm »

Allright fellas I am back with another tutorial on how to embed livevideos in your post

first you will see the

click that and you will get the [ flash=200,200] [ /flash ]  <--------------- spaced so you can see

now just like youtube set it to [ flash=448,371] [ /flash ]

now in live video find the vid you want to embed in, in this case we shall use the Holy Order Sol vs Shiki Nanaya by  Aidanxael

<div><embed src="http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE" type="application/x-shockwave-flash" quality="high" WIDTH="445" HEIGHT="369" wmode="transparent"></embed><br/><a href="http://www.livevideo.com/video/embedLink/98CB94EA68E24EB496FFEBB1F4C733EE/367382/holy-order-sol-me-vs-shiki-n.aspx">Holy Order Sol (me) VS Shiki Nanaya (IaMP Mode)</a></div>

By looking at this your probably like WTF, but fear not, this is all you need.

http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE

its the very first line.

now after you get THAT line combine them as such

 [ flash=448,371]http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE[ /flash ]  <------------ spaced so you can see it correctly

now with this done exactly like that you will get the embedded video.

remember
 
                         From                                   to                                                            here
                          http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE
<div><embed src="http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE" type="application/x-shockwave-flash" quality="high" WIDTH="445" HEIGHT="369" wmode="transparent"></embed><br/><a href="http://www.livevideo.com/video/embedLink/98CB94EA68E24EB496FFEBB1F4C733EE/367382/holy-order-sol-me-vs-shiki-n.aspx">Holy Order Sol (me) VS Shiki Nanaya (IaMP Mode)</a></div>

is all you will needed.



 <a href="http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE" target="_blank">http://www.livevideo.com/flvplayer/embed/98CB94EA68E24EB496FFEBB1F4C733EE</a>


enjoy
« Last Edit: September 27, 2007, 01:50:26 pm by Seven » Report Spam   Logged
NxL
Guest
« Reply #3 on: September 26, 2007, 04:03:34 pm »

WARNING !! CRAPPY COPY/PASTE DETECTED Grin

Veoh version for... Veoh users Grin

So, first, click on this

As Seven stated in the previous post, this will paste this
Code:
[flash=200,200][/flash]
in your post.

Veoh encodes videos in 540x360, so if you care about the quality, it's best you modify the previous code into
Code:
[flash=548,438][/flash]

Now, to embed, you'll have to edit a bit the link to your Veoh page. I'll use this one as an example (courtesy of Dresmasher) :
http://www.veoh.com/videos/v733478Y3h96eNr

You'll have to replace "videos/" in your URL by "videodetails2.swf?permalinkId=". It should look like this : http://www.veoh.com/videodetails2.swf?permalinkId=v733478Y3h96eNr

Now, copy your new URL and paste it between the two flash tags, like this :
Code:
[flash=548,438]http://www.veoh.com/videodetails2.swf?permalinkId=v733478Y3h96eNr[/flash]


...
...
...
Okay... -_-;

<a href="http://www.veoh.com/videodetails2.swf?permalinkId=v733478Y3h96eNr" target="_blank">http://www.veoh.com/videodetails2.swf?permalinkId=v733478Y3h96eNr</a>


There you go Wink
« Last Edit: September 26, 2007, 04:05:36 pm by NxL » Report Spam   Logged
BlackPawedTiger
Guest
« Reply #4 on: September 26, 2007, 04:38:12 pm »

WOW. I'm glad to hear about this. And Veoh too? Nice. Now people won't have to follow links. This is really good to have.
Report Spam   Logged
NxL
Guest
« Reply #5 on: September 27, 2007, 04:31:08 am »

Just to mention I corrected the size for LiveVideo embedding to 448x371. It looks much better now. So you might want to edit your post a bit, Seven.
« Last Edit: September 27, 2007, 04:32:58 am by NxL » Report Spam   Logged
WanteD
Guest
« Reply #6 on: September 29, 2007, 02:09:40 am »

WoW im glad you guys found out how to do it thnx.
Report Spam   Logged
Pages: [1]
  Print  
 
Jump to:  

Bookmark this site! | Upgrade This Forum
Free SMF Hosting - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy