Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
New fullscreen mode in the YouTube embedded player
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Geoff Stearns  
View profile  
 More options Jul 3 2008, 1:50 am
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Wed, 2 Jul 2008 22:50:43 -0700
Local: Thurs, Jul 3 2008 1:50 am
Subject: New fullscreen mode in the YouTube embedded player

Hi all,

I just wanted to post a quick note saying that I've added fullscreen support
to the YouTube embedded player.

In order to use this feature with your API applications you'll need to make
some slight modifications to your existing embed code.

First you'll need to add the allowfullscreen=true parameter and attribute to
your object/embed tags - for an example of this you can head to any video
page on YouTube and grab the embed code to see what this looks like - here's
an example with the new code highlighted in yellow:

<object width="425" height="344">
  <param name="movie" value="http://www.youtube.com/v/YLDbGqJ2KYk&hl=en*
&fs=1*&color1=0x2b405b&color2=0x6b8ab6"></param>
  *<param name="allowFullScreen" value="true"></param>*
  <embed src="http://www.youtube.com/v/YLDbGqJ2KYk&hl=en*&fs=1*&color1=0x2b405b&col..."
type="application/x-shockwave-flash" *allowfullscreen="true" *width="425"
height="344"></embed>
</object>

You'll also need to add a new player parameter to the player url (or as a
flashvar) called 'fs' and set it to '1' (I've highlighted this new param in
pink in the example above).

Please try it out and let me know how you like it or if you have any issues.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
quenotacom  
View profile  
 More options Jul 4 2008, 3:22 pm
From: quenotacom <webmas...@quenota.com>
Date: Fri, 4 Jul 2008 12:22:20 -0700 (PDT)
Local: Fri, Jul 4 2008 3:22 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
Geoff,

I liked it, after testing i noticed that the fullscreen option appears
as a button in the youtube player, but could it be activated
automatically without clicking the area in the player ¿, it is because
i have my own controls.

Thanks you.
quenotacom

On Jul 3, 1:50 am, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Stearns  
View profile  
 More options Jul 5 2008, 10:01 am
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Sat, 5 Jul 2008 07:01:53 -0700
Local: Sat, Jul 5 2008 10:01 am
Subject: Re: New fullscreen mode in the YouTube embedded player

Not via javascript - the Flash plugin requires that the user clicks to
initiate the fullscreen option.

I haven't extensively tested how it works when loading the swf into another
swf (I know people have done fullscreen with the chromeless player, but not
the embedded player yet).


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dd  
View profile  
 More options Jul 7 2008, 6:15 pm
From: dd <ni...@ishiboo.com>
Date: Mon, 7 Jul 2008 15:15:03 -0700 (PDT)
Local: Mon, Jul 7 2008 6:15 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
will this work with the chromeless player? i allowed fullscreen to the
flash object and i added &fs=1 to the url for the chromeless player,
and it didnt seem to do anything

On Jul 3, 1:50 am, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
derick  
View profile  
 More options Jul 7 2008, 6:39 pm
From: derick <deric...@gmail.com>
Date: Mon, 7 Jul 2008 15:39:06 -0700 (PDT)
Local: Mon, Jul 7 2008 6:39 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
If i put Parameter autoplay my site didn`t apear on "Sites linking to
this video"

On 8 Iul, 01:15, dd <ni...@ishiboo.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Stearns  
View profile  
 More options Jul 7 2008, 6:39 pm
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Mon, 7 Jul 2008 15:39:13 -0700
Local: Mon, Jul 7 2008 6:39 pm
Subject: Re: New fullscreen mode in the YouTube embedded player

It does not, because there are no buttons in the chromeless player.

It is possible to display the chromeless player in fullscreen mode by
loading it into your own swf and then making that swf go fullscreen, and
resizing the chromeless player within your swf to fill the screen.

The JW flv player supports this if you want to see an example of it working:

http://www.jeroenwijering.com/?page=wizard&example=8 (you have to enable
fullscreen mode in the options before the button will show up). I just
noticed that he has some scaling issues with the youtube logo when it goes
into fullscreen, but it should be easy enough to fix that.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ceasar  
View profile  
 More options Jul 23 2008, 7:25 am
From: ceasar <cfconsulta...@gmail.com>
Date: Wed, 23 Jul 2008 04:25:23 -0700 (PDT)
Local: Wed, Jul 23 2008 7:25 am
Subject: Re: New fullscreen mode in the YouTube embedded player
This is great :)
Just found out that this excists

Thanks

On 8 jul, 00:39, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nikospg  
View profile  
 More options Jul 25 2008, 10:32 am
From: nikospg <niko...@gmail.com>
Date: Fri, 25 Jul 2008 07:32:52 -0700 (PDT)
Local: Fri, Jul 25 2008 10:32 am
Subject: Re: New fullscreen mode in the YouTube embedded player
there are no colors in post

thanks anyway i'll try it

On 3 Ιούλ, 08:50, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lionstone  
View profile  
 More options Aug 6 2008, 8:42 pm
From: lionstone <Benjamin.Lowenst...@gmail.com>
Date: Wed, 6 Aug 2008 17:42:43 -0700 (PDT)
Local: Wed, Aug 6 2008 8:42 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
I'm trying to get the player loaded fullscreen, as well. The JW player
would be a solution but it has issues resizing the logo, as you say.
According to Jeroen "There's no way to control the size / position of
the YouTube logo." ( see http://www.jeroenwijering.com/?thread=8446 )

I'm going to try to write my own actionscript wrapper for the
chromeless player- basically just to get fullscreen working
correctly.

Would you have any tips on how to avoid the oversized logo?

Thanks,
Ben

On Jul 7, 3:39 pm, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Stearns  
View profile  
 More options Aug 7 2008, 12:34 am
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Wed, 6 Aug 2008 21:34:51 -0700
Local: Thurs, Aug 7 2008 12:34 am
Subject: Re: New fullscreen mode in the YouTube embedded player

it should be possible to have it behave just like the normal youtube
embedded player.

if you set the scalemode of your swf to noScale, and use setSize() when the
player enters fullscreen, then the logo will stay the same size.

On Wed, Aug 6, 2008 at 5:42 PM, lionstone <Benjamin.Lowenst...@gmail.com>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lionstone  
View profile  
 More options Aug 8 2008, 8:12 pm
From: lionstone <Benjamin.Lowenst...@gmail.com>
Date: Fri, 8 Aug 2008 17:12:35 -0700 (PDT)
Local: Fri, Aug 8 2008 8:12 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
Yep, works like a charm! Great advice, thank you Geoff!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zwiet  
View profile  
 More options Aug 20 2008, 10:24 am
From: zwiet <p...@cammap.nl>
Date: Wed, 20 Aug 2008 07:24:08 -0700 (PDT)
Local: Wed, Aug 20 2008 10:24 am
Subject: Re: New fullscreen mode in the YouTube embedded player
Hi Geoff,

On 8 jul, 00:39, "Geoff Stearns" <tensafefr...@google.com> wrote:

> It does not, because there are no buttons in the chromeless player.

That's the charme about the chromeless player, there aren't any
buttons, not even a play button. But there is a function available to
start a video. And another one to stop it. It would be really nice to
have a full screen function without building my own swf. Is it a
technical issue or a political issue?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Stearns  
View profile  
 More options Aug 20 2008, 1:05 pm
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Wed, 20 Aug 2008 10:05:48 -0700
Local: Wed, Aug 20 2008 1:05 pm
Subject: Re: New fullscreen mode in the YouTube embedded player

It's more of a technical / UI issue - you can only invoke fullscreen mode in
the Flash Player if it is triggered by a direct user action, like a mouse
click. So adding a javascript method to open fullscreen wouldn't work.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zdravko  
View profile  
 More options Aug 20 2008, 7:42 pm
From: zdravko <email.workBe...@gmail.com>
Date: Wed, 20 Aug 2008 16:42:48 -0700 (PDT)
Local: Wed, Aug 20 2008 7:42 pm
Subject: Re: New fullscreen mode in the YouTube embedded player
Geoff,

The more that I try to understand your explanation the less I
understand it.

Regards.

On Aug 20, 1:05 pm, "Geoff Stearns" <tensafefr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Stearns  
View profile  
 More options Aug 21 2008, 4:10 am
From: "Geoff Stearns" <tensafefr...@google.com>
Date: Thu, 21 Aug 2008 01:10:21 -0700
Local: Thurs, Aug 21 2008 4:10 am
Subject: Re: New fullscreen mode in the YouTube embedded player

The fullscreen mode is a feature of Adobe's Flash Player. Because of
security concerns, you can only go into fullscreen mode if the user clicks
on the swf somewhere, and the swf captures the mouse event.

Because the chromeless player has no buttons, that's not possible. You can't
trigger the fullscreen mode via Javascript, as that would allow anyone to
trigger the fullscreen mode automatically.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
capricious  
View profile  
(1 user)  More options Aug 27 2008, 7:07 am
From: capricious <pokers...@beer.com>
Date: Wed, 27 Aug 2008 04:07:04 -0700 (PDT)
Local: Wed, Aug 27 2008 7:07 am
Subject: Re: New fullscreen mode in the YouTube embedded player
Geoff,

Is it somehow possible to play all videos in full screen when
selecting "Play All" in a playlist??  Possibly by adding something to
the URL?

Thanks in advance


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google