Welcome Guest! To enable all features please try to register or login.
2 Pages12>
Simple YouTube Video in Your Zaby
MuonGold
#1 Posted : Sunday, November 06, 2011 1:37:28 PM(UTC)


Rank: Seasoned Forum Member

Joined: 6/28/2010(UTC)
Posts: 454
Location: Laguna Beach, CA
Medals:
I get this question constantly. Most of the posts here are good but nothing is specific to answer the very simple question. How can I add a video to my zaby. There are many ways of course but this is direct and simple.


Browse YouTube, find the video you want to use. Click "share", then "embed", then click "use old embed code". Copy it and you'll get some crap like below:

object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/FeojbNJyjSM?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FeojbNJyjSM?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object

Just take the highlited part, add &autoplay=1 to the end like this:

"http://www.youtube.com/v/FeojbNJyjSM?version=3&amp;hl=en_US&autoplay=1"

Then paste that in the "Movie URL" line of the "add flash control" script on a sign_01 with a scale option of "no scale". Poof instant YouTube.


A more advanced way of thinking of this is first you have the flash item http://www.youtube.com/v/FeojbNJyjSM . This is a flash program, the actual program that displays the video. Everything after the ? are options separated by &'s. You can actually strip out the garbage and rewrite it like this:

"http://www.youtube.com/v/FeojbNJyjSM?version=3&hl=en_US&autoplay=1"

Make your youtube video repeat. Add a playlist and tell it to loop

"http://www.youtube.com/v/FeojbNJyjSM?version=3&autoplay=1&loop=1&playlist=FeojbNJyjSM&rel=0"

Here is the official YouTube developers page describing all the available options.

This way of dealing with Youtube can be applied to anything flash. Redtube for example. To embed you get a bunch of crap like this:

object height="344" width="434"><param name="allowfullscreen" value="false"><param name="movie" value="http://embed.redtube.com/player/"><param name="FlashVars" value="id=45904&style=redtube&autostart=false"><embed src="http://embed.redtube.com/player/?id=45904&style=redtube" allowfullscreen="false" flashvars="autostart=false" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="344" width="434" /></object<br /><a href="http://www.redtube.com/45904">Taking a cock in the ass while using vibrator</a> brought to you by <a href="http://www.redtube.com/">RedTube - Home of free porn videos</a>

Just pull out what I highlighted in the "embed src" line and you'll get:

"http://embed.redtube.com/player/?id=45904"

Similar to YouTube, the http://embed.redtube.com/player/ is the flash video player program and everything after the ? is an option separated by &'s.


You'll have to test and experiment with the flash object you want to use but every embed code can be simplified to just it's flash program, a ? followed by &'s of options. The options are always unique and specific to who actually wrote the software.




Good luck and happy vidz!

XOXO

-Muon
17 users thanked MuonGold for this useful post.
__Autumn__ on 11/6/2011(UTC), vixxy_ on 11/9/2011(UTC), DJ_Euphie_DFAI on 12/19/2011(UTC), PhyreRaven on 12/31/2011(UTC), Connemara_BBB on 2/12/2012(UTC), Cretox on 8/24/2012(UTC), FunkyUnky on 9/19/2012(UTC), Bill52_LBDB on 9/22/2012(UTC), ROCKY365A on 8/22/2013(UTC), Sheila_R on 4/20/2014(UTC), VictorG_ on 9/17/2014(UTC), __Dusty__ on 3/13/2015(UTC), Peaches_TPF on 4/25/2015(UTC), _aerin_ on 6/15/2015(UTC), Chic_Chaos on 12/9/2015(UTC), Rising_Eagle_SC on 1/13/2016(UTC), Never_Lost on 7/7/2022(UTC)
Kendall_MGK
#2 Posted : Monday, November 07, 2011 11:15:10 AM(UTC)


Rank: Novice Forum Member

Joined: 8/28/2010(UTC)
Posts: 28
thanks Muon i totally got it except for 1 thing. where can i find the "add flash" or anything to find flash in props editor. i look 100x in script tab nothing in there gives me option to find anything to do with flash.
MuonGold
#3 Posted : Tuesday, November 08, 2011 4:39:46 AM(UTC)


Rank: Seasoned Forum Member

Joined: 6/28/2010(UTC)
Posts: 454
Location: Laguna Beach, CA
Medals:
Originally Posted by: RyLL_KeLLer Go to Quoted Post
thanks Muon i totally got it except for 1 thing. where can i find the "add flash" or anything to find flash in props editor. i look 100x in script tab nothing in there gives me option to find anything to do with flash.


Add flash is one of the abilities any decorator has, it's the very 1'st script. Add Flash Control

There is only one restriction, the owner of the property you are editing must be VIP.

The only exception to this is if the decorator is a licensed decorator.

Most likely, if you're having trouble seing that script, that property is owned by an account that is not VIP.
3 users thanked MuonGold for this useful post.
LdyH3llSR on 11/26/2011(UTC), ROCKY365A on 9/5/2013(UTC), Never_Lost on 7/7/2022(UTC)
FunkyUnky
#4 Posted : Wednesday, September 19, 2012 4:09:21 AM(UTC)

Rank: Novice Forum Member

Joined: 3/3/2012(UTC)
Posts: 6
thanks Muon very useful and comprehensive
I was wondering only a thibg yet... thers a parameter allows me to set volume to 0 (mute)?
Untill now i downloaded my movie, removed audio with programs like Videomaker and reupload the vid. With a parameter in the code I would save lot of time.
Tyvm again.
Hugs
Funky
Pike_S_CWLF_JLN
#5 Posted : Thursday, September 20, 2012 12:56:52 AM(UTC)

Rank: Rising Forum Member

Joined: 8/6/2012(UTC)
Posts: 82
Originally Posted by: MuonGold Go to Quoted Post



A more advanced way of thinking of this is first you have the flash item http://www.youtube.com/v/FeojbNJyjSM . This is a flash program, the actual program that displays the video. Everything after the ? are options separated by &'s.



I don't see any "?" or "&" in your example. Where are these?
MuonGold
#6 Posted : Friday, September 21, 2012 5:38:31 AM(UTC)


Rank: Seasoned Forum Member

Joined: 6/28/2010(UTC)
Posts: 454
Location: Laguna Beach, CA
Medals:
Originally Posted by: Pike_w Go to Quoted Post
Originally Posted by: MuonGold Go to Quoted Post



A more advanced way of thinking of this is first you have the flash item http://www.youtube.com/v/FeojbNJyjSM . This is a flash program, the actual program that displays the video. Everything after the ? are options separated by &'s.



I don't see any "?" or "&" in your example. Where are these?


In what you quoted, there isn't supposed to be &'s or ?'s. http://www.youtube.com/v/FeojbNJyjSM is the flash program including the video. The purpose of what's said is to educate and identify the components of the entire URL. The example of the entire url including the ?'s and &'s is right below that and is exactly this "http://www.youtube.com/v/FeojbNJyjSM?version=3&hl=en_US&autoplay=1"
MuonGold
#7 Posted : Friday, September 21, 2012 9:56:59 AM(UTC)


Rank: Seasoned Forum Member

Joined: 6/28/2010(UTC)
Posts: 454
Location: Laguna Beach, CA
Medals:
Originally Posted by: FunkyUnky Go to Quoted Post
thanks Muon very useful and comprehensive
I was wondering only a thibg yet... thers a parameter allows me to set volume to 0 (mute)?
Untill now i downloaded my movie, removed audio with programs like Videomaker and reupload the vid. With a parameter in the code I would save lot of time.
Tyvm again.
Hugs
Funky


There is currently no way to mute or set the volume of a YouTube video using their player. There simply is no option.

As an alternative and is MUCH more complicated, if you host your own server you can use something like the longtail video player to do it, it has many more options and is capable of playing YouTube videos at any volume level.
Buddah87
#8 Posted : Saturday, March 30, 2013 4:42:31 PM(UTC)

Rank: Novice Forum Member

Joined: 3/6/2013(UTC)
Posts: 1
Medals:
There is no more old embed link. So how do I do this with the new embed youtube link!
B_Joe
#9 Posted : Saturday, March 30, 2013 7:23:45 PM(UTC)


Rank: Seasoned Forum Member

Joined: 2/16/2012(UTC)
Posts: 609
Location: Seattle
Medals:
Originally Posted by: Buddah87 Go to Quoted Post
There is no more old embed link. So how do I do this with the new embed youtube link!


First, find the YouTube video ID number. The URL of a typical video looks something like this:

Code:
http://www.youtube.com/watch?v=ZnWTHqz459g


Grab the number after the "V=" -- in this case, ZnWTHqz459g

Next, plug that video number into the following template:

Code:
http://www.youtube.com/v/<Video ID Number>?autoplay=1&loop=1


The result looks like this:

Code:
http://www.youtube.com/v/ZnWTHqz459g?autoplay=1&loop=1


Copy that URL into the Movie URL field of the Add Flash Control script, and Bob's your uncle.

Happy Easter!

Joe

.


2 users thanked B_Joe for this useful post.
Connemara_BBB on 6/13/2013(UTC), ROCKY365A on 8/22/2013(UTC)
NawtyScottie_UB
#10 Posted : Wednesday, August 14, 2013 10:58:07 AM(UTC)


Rank: Novice Forum Member

Joined: 4/21/2013(UTC)
Posts: 3
Medals:
Does this work for video's from anywhere or just youtube videos?
Eemil_O_ViviD
#11 Posted : Monday, December 02, 2013 5:45:21 AM(UTC)

Rank: Novice Forum Member

Joined: 11/12/2013(UTC)
Posts: 19
Does anyone knows how to embed vids from tube8.com, does it need something special fixes to url? Can't get it works.

embed code:
<iframe src="http://www.tube8.com/embed/hardcore/natasha-nice---pov/69364/" frameborder=0 height=481 width=608 scrolling=no name="t8_embed_video"></iframe><br /><a href="http://www.tube8.com/hardcore/natasha-nice---pov/69364/">Natasha Nice - POV</a> brought to you by <a href="http://www.tube8.com/">Tube8</a>

youtube and redtube works fine on my zaby. Thanks for earlier tips Smile

seren_DOZ_MM
#12 Posted : Monday, December 02, 2013 6:09:41 AM(UTC)


Rank: Veteran Forum Member

Joined: 10/6/2010(UTC)
Posts: 3,357
Location: somewhere in UK
Originally Posted by: Eemil_Z Go to Quoted Post
Does anyone knows how to embed vids from tube8.com, does it need something special fixes to url? Can't get it works.

embed code:
<iframe src="http://www.tube8.com/embed/hardcore/natasha-nice---pov/69364/" frameborder=0 height=481 width=608 scrolling=no name="t8_embed_video"></iframe><br /><a href="http://www.tube8.com/har...natasha-nice---pov/69364/">Natasha Nice - POV</a> brought to you by <a href="http://www.tube8.com/">Tube8</a>

youtube and redtube works fine on my zaby. Thanks for earlier tips Smile



What I highlighted I believe is the link you want; hope that helps. Wink


Dangle catnip, see and watch what happens as I happen to love catnip!


Originally Posted by: _Ga_Peach_ Go to Quoted Post
I didn't forget you. I was falling asleep.

Best Neko Snuggles Award goes to Ls_seren_DOZ_SC
Eemil_O_ViviD
#13 Posted : Monday, December 02, 2013 6:39:04 AM(UTC)

Rank: Novice Forum Member

Joined: 11/12/2013(UTC)
Posts: 19
Doesnt work.
Code:
http://www.tube8.com/hardcore/natasha-nice---pov/69364

or this
Code:
http://www.tube8.com/embed/hardcore/natasha-nice---pov/69364

Think
Hippy4U
#14 Posted : Wednesday, December 04, 2013 12:06:18 AM(UTC)

Rank: Novice Forum Member

Joined: 1/4/2010(UTC)
Posts: 39
Medals:
i got this code working for youtube to make video auto play and loop

Youtube

to make video loop use the following - playlist is same as video id

vid id - eyU3bRy2x44

Quote:
http://www.youtube.com/v/eyU3bRy2x44?version=3&loop=1&autoplay=1&playlist=eyU3bRy2x44
Rippin_Ray
#15 Posted : Saturday, January 25, 2014 2:55:04 PM(UTC)

Rank: Novice Forum Member

Joined: 9/22/2011(UTC)
Posts: 2
Medals:
Is there a way to make the video so it doesnt restart at beginning when you enter room and instead keeps running? In other words for a large crowd the video would be at same point even if you came in half hour after other people instead of you starting at beginning of video and being a half hour behind everyone else?
Rand
#16 Posted : Saturday, January 25, 2014 4:05:13 PM(UTC)

Rank: Veteran Forum Member

Joined: 1/27/2010(UTC)
Posts: 3,882
Originally Posted by: DJ_Rippin_Ray_GE Go to Quoted Post
Is there a way to make the video so it doesnt restart at beginning when you enter room and instead keeps running? In other words for a large crowd the video would be at same point even if you came in half hour after other people instead of you starting at beginning of video and being a half hour behind everyone else?


Not with a Youtube or similar video.

What you're talking about is Streaming video. Where someone (or some server) is actively streaming audio or video content. A different ballgame than what's in this thread. And something that usually isn't going to be free.
Rand Has Left The Building...

...but apparently The Learning Zone and RaD Catalog get to stay open! And yes the TLZ remains Free!
Location: vww://utherverse.vww/@64021/tlz

divingA_WnC
#17 Posted : Wednesday, April 16, 2014 3:37:52 PM(UTC)


Rank: Veteran Forum Member

Joined: 2/12/2008(UTC)
Posts: 3,138
Location: Berlin/ Germany
Medals:
Hy and hello everyone,

this tutorial might help too, particularly for thos, who dont want to read much.

HOW TO INSTALL A YOUTUBE VIDEO IN YOUR PLACE

It's published in Uthertube.

Lots luck, divingA


He who does not submit to the laws, must leave the area where they apply. (Johann Wolfgang von Goethe)
Sexy
#18 Posted : Saturday, June 28, 2014 9:24:57 AM(UTC)

Rank: Veteran Forum Member

Joined: 2/12/2008(UTC)
Posts: 3,959
Location: In green country.... with allergies?? What was I thinking.......
Okay I keep getting "This video contains content from WMG.. It is restricted from playback on certain sites.... any suggestions, or should I just give up and share the link LOL

Rand
#19 Posted : Saturday, June 28, 2014 10:51:49 AM(UTC)

Rank: Veteran Forum Member

Joined: 1/27/2010(UTC)
Posts: 3,882
Originally Posted by: Sexy Go to Quoted Post
Okay I keep getting "This video contains content from WMG.. It is restricted from playback on certain sites.... any suggestions, or should I just give up and share the link LOL



That's the sort of message you get from Youtube when a DMCA complaint has been filed about a video. But it's an awfully general message too. Typically with those it could be an all or nothing thing where viewing is concerned, meaning it can't be viewed anywhere in the world, or it could be geographically limited. Or it could be limited by where it is allowed to be embedded.

So the first question is, Can you view the video on Youtube directly?

If you can't see it on Youtube, you're probably SOL. If you can see it on Youtube then there may be something that can be done... eg perhaps it is the way you're linking to the content that is causing the Restricted message to pop up.
Rand Has Left The Building...

...but apparently The Learning Zone and RaD Catalog get to stay open! And yes the TLZ remains Free!
Location: vww://utherverse.vww/@64021/tlz

Sexy
#20 Posted : Saturday, June 28, 2014 11:47:10 AM(UTC)

Rank: Veteran Forum Member

Joined: 2/12/2008(UTC)
Posts: 3,959
Location: In green country.... with allergies?? What was I thinking.......
Yeah I can view it directly. and corrected code for a sign in world.. on my way to work now..I'll email you the link of the song and see what you come up with ok?
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Clean Slate theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.421 seconds.
TC-IIS-7
3.140.195.225