General chat area for anything whatsoever
Moderator: Core Staff
steveuk
CJ G0D!
Posts: 1330 Joined: November 21st, 2006, 12:51 pm
Post
by steveuk » March 12th, 2008, 7:47 pm
[SoE]_Zaitsev wrote: This is pretty cool, only issue is that when you leave the page or type a reply the video stops! Anyway, it's pretty cool!
Well nothink i can do about that stopping when replying .lol
Think it will happen on the Google player to, or any player in fact.
Steve
[SoE]_Zaitsev
Core Staff
Posts: 14220 Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:
Post
by [SoE]_Zaitsev » March 12th, 2008, 7:48 pm
Yeh it does. It's obvious aswell
matt101harris wrote: big cock was the first thing that came to my head lol
JDogg
Too cool for CoDJumper
Posts: 3617 Joined: August 28th, 2007, 11:46 am
Location: Melbourne, Australia
Post
by JDogg » March 13th, 2008, 3:51 am
Code for different countries, example:uk.youtube.com, au.youtube.com, nl.youtube.com etc
Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
topher
CJ Spammer!
Posts: 742 Joined: December 4th, 2005, 9:17 am
Location: OK
Contact:
Post
by topher » March 13th, 2008, 4:18 am
JDogg wrote: Code for different countries, example:uk.youtube.com, au.youtube.com, nl.youtube.com etc
Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
the only thing that changes is the language on the youtube site right? the video is still the same.?
JDogg
Too cool for CoDJumper
Posts: 3617 Joined: August 28th, 2007, 11:46 am
Location: Melbourne, Australia
Post
by JDogg » March 13th, 2008, 4:21 am
topher wrote: JDogg wrote: Code for different countries, example:uk.youtube.com, au.youtube.com, nl.youtube.com etc
Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
the only thing that changes is the language on the youtube site right? the video is still the same.?
Correct but, when it comes to embedding it, it wont work, this one is very handy because you can cut the url straight from the browser without changing anything. With the other ones you would need to change the url to
http://www.youtube.com/v/moviesid
topher
CJ Spammer!
Posts: 742 Joined: December 4th, 2005, 9:17 am
Location: OK
Contact:
Post
by topher » March 13th, 2008, 4:24 am
ah i c
Pedsdude
Site Admin
Posts: 15914 Joined: October 15th, 2004, 7:18 pm
Location: UK
Post
by Pedsdude » March 13th, 2008, 4:01 pm
Okey dokey, I'll do it this way so that people only have to copy and paste the URL and not the ID.
EDIT: Updated, however, what happens if you have '&feature=related' at the end, would it stop working? In which case, maybe just the ID version should be used.
steveuk
CJ G0D!
Posts: 1330 Joined: November 21st, 2006, 12:51 pm
Post
by steveuk » March 13th, 2008, 5:11 pm
JDogg wrote: topher wrote: JDogg wrote: Code for different countries, example:uk.youtube.com, au.youtube.com, nl.youtube.com etc
Code: Select all
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
the only thing that changes is the language on the youtube site right? the video is still the same.?
Correct but, when it comes to embedding it, it wont work, this one is very handy because you can cut the url straight from the browser without changing anything. With the other ones you would need to change the url to
http://www.youtube.com/v/moviesid
you could have both version woking the one i posted as version one, and this as a 2nd version adding 1 2 onthe button.
Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
V1
Code: Select all
[youtube2]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube2]
V2 (just add a 2 on youtube.)
Ive tried it and it works well so i have 2 youtube buttons now 1 for just the ID, 1 for Full links
Steve
JDogg
Too cool for CoDJumper
Posts: 3617 Joined: August 28th, 2007, 11:46 am
Location: Melbourne, Australia
Post
by JDogg » March 14th, 2008, 1:08 am
Pedsdude wrote: Okey dokey, I'll do it this way so that people only have to copy and paste the URL and not the ID.
EDIT: Updated, however, what happens if you have '&feature=related' at the end, would it stop working? In which case, maybe just the ID version should be used.
Guess not
http://au.youtube.com/watch?v=JkjlBG3sX-8&feature=dir
Heres why:
Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
the -8&feature=dir is still counted as {TEXT2}.
Pedsdude
Site Admin
Posts: 15914 Joined: October 15th, 2004, 7:18 pm
Location: UK
Post
by Pedsdude » March 14th, 2008, 2:47 am
Ah yes, didn't think of it that way
[SoE]_Zaitsev
Core Staff
Posts: 14220 Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:
Post
by [SoE]_Zaitsev » March 14th, 2008, 10:42 am
matt101harris wrote: big cock was the first thing that came to my head lol
JDogg
Too cool for CoDJumper
Posts: 3617 Joined: August 28th, 2007, 11:46 am
Location: Melbourne, Australia
Post
by JDogg » March 14th, 2008, 12:55 pm
Rofl that was awesome!.
Pedsdude
Site Admin
Posts: 15914 Joined: October 15th, 2004, 7:18 pm
Location: UK
Post
by Pedsdude » March 22nd, 2008, 10:52 pm
rofl, "meow... meow... meow"
[SoE]_Zaitsev
Core Staff
Posts: 14220 Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:
Post
by [SoE]_Zaitsev » March 23rd, 2008, 1:07 am
Even though it's not very hard but I can say the text these cats are talking from the top of my head
Watched it countless of times, simply because it's amazing.
matt101harris wrote: big cock was the first thing that came to my head lol
JDogg
Too cool for CoDJumper
Posts: 3617 Joined: August 28th, 2007, 11:46 am
Location: Melbourne, Australia
Post
by JDogg » March 23rd, 2008, 8:40 am
Pedsdude wrote: rofl, "meow... meow... meow"
Shh he's coming. Act cute and we will get treats rofl.
Users browsing this forum: No registered users and 2 guests