Link to home
Start Free TrialLog in
Avatar of adiemeer
adiemeer

asked on

Same Youtube code, but in Firefox FullScreen-option is missing

Could anybody help me out on this.
I've embedded a Youtube-movie, but in Firefox, there's no FullScreen-option.

Beneath I've given some example code.
It's a HTML webpage with two movies embedded in exactly the same way.
If you view the webpage in IE or Chrome, bothe Youtube-players have the Fullscreen-option.
But if you view the same webpage in Firefox, for the first movie the Fullscreen-option has disappeared. Not for the second!

What has happened? Does it have something to do with the size of the uploaded video?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>Youtube Embedding</title>

    </head>
    <body>
   <p><iframe title="YouTube video player" src="http://www.youtube.com/embed/NGHDJCTeheo?rel=0" frameborder="0" width="640" height="390"></iframe></p>
<p><iframe title="YouTube video player" src="http://www.youtube.com/embed/Q5im0Ssyyus?rel=0" frameborder="0" width="640" height="390"></iframe></p>   
    </body>
</html>

Open in new window

SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adiemeer
adiemeer

ASKER

That is so strange!
Here's my printscreen-image.
I checked with a colleague of mine, and he indeed also sees the fullscreen option.
What could be wrong in my settings or configuration?! So strange!
Anybody else that does have the same situation as I have?!

User generated image
Edit: I now notice that at my own (first) video the 'like' and 'share'-option also doesn't appear. So the problem goed beyond the fullscreen-option only, I presume.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your suggestion, but unfortunately it didn't help me...
I get the same result, still.

I also tried switching the two movies and making my one the second, but then still my video is without the fullscreen-option.

Are these two different Youtube-player-versions, maybe?!
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial