How to send a YouTube link that forces full screen


Recommended Posts

Just wondering if it's possible and yes I have searched Google to no avail. The only thing I have found is removing the 'watch?v=' and replacing it with '/v/', but it just fills the browser and is not true full screen.

Link to comment
Share on other sites

i dont think its possible

at least not without embedding it within your own page, it might be possible then but even then im not so sure :p

Link to comment
Share on other sites

Yeah, I don't think this is possible and I don't think they would make it possible. Unless your users already know that it's going to auto-fullscreen the video, they would be both surprised and probably upset by that. Moreover, Google wouldn't want themselves associated with such a user experience. So, there's very little chance they would ever create this functionality.

As noted, you can probably embed a video in your own page and then write some JavaScript to make the player fullscreen. Out of curiosity, why do you want to automatically make the video full-screen?

Link to comment
Share on other sites

But it should be up to the user to watch it in a "window" or fullscreen. You know everyone have different viewing experience ways. Please don't force your ways down others.

Link to comment
Share on other sites

with the help of users on the VR-Zone forums, has uncovered a simple way to get high-quality uploaded videos to display in 1280x720--also known as 720p.

YouTube has long been expected to roll out high-definition video playback, and this appears to be the first viable way to do it. The hack in question is similar to the one that was first used to toggle on the "high quality" mode. It is done simply by adding "&fmt=22" to the end of the video URL.

I got it to work without any problems on a video I uploaded earlier this morning. What's interesting here is that it was not ready at the same time the Flash version was.

In my case, it took about 15 minutes longer for the HD version to display. YouTube could be doing the second round of processing for these higher-resolution videos at the same time it's doing H.264 conversions for playback on TiVo digital video recorders and iPhones. My original upload was H.264 to begin with, so that could have sped things up.

Getting the higher-resolution video to display properly in embedded code is not so easy--but as you can see below, it works and looks gorgeous. You have to manually go in and change the embedded-link structure--something newbies might want to steer clear of. The YouTube embed technology for HD videos is missing the option to view in full screen, but you can toggle it on from the Google service's hosted video page.

One thing to note is that some folks to whom I sent this had problems getting the clip to display on older hardware. On my Intel Core2Duo machine, my CPU usage shot up from around 10 percent to 40 percent, and it peaked at 70 percent. This also happens on other HD video sites, such as Vimeo and Dailymotion. If you're using a computer equipped with a chip less powerful than an Intel Pentium 4, you might run into problems

source

Try this.

Link to comment
Share on other sites

Not to sure you can get the entire screen unless maybe you threw JavaScript in there? But even so that doesn't really amount to a clickable link (in terms of email/IM/etc).

Link to comment
Share on other sites

But it should be up to the user to watch it in a "window" or fullscreen. You know everyone have different viewing experience ways. Please don't force your ways down others.

Normally I would agree with you, but this is for my mom and she isn't very tech savvy. Since the video I'm showing her is 720p, it would be best viewed in full screen.

You almost seem to be taking this personal. :p

Link to comment
Share on other sites

Yeah, I would imagine that Youtube specifically doesn't want you to do this. Imagine how annoying it would be to click on a webpage link and have full screen video take over.

Getting Rick Rolled would be much much worse. :p

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.