#6980 closed Bug (invalid)
Enable Flash Menu and Allow Fullscreen variables for Flash not working
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, joek, James Cunningham |
Description
To reproduce the defect:
Scenario 1:
- open CK Editor sample and click on Flash icon.
- In the Flash Properties dialog, enter following URL (http://www.youtube.com/v/9vksHsiold0?fs=1) in URL field, uncheck the check box Allow full screen on properties tab & click OK button
- Click on Remove Editor button.
Expected Result:
Enable Full Screen option should not be shown for the flash video.
Actual Result:
FF & Safari it is showing Full Screen option for the flash video.
Scenario 2:
- open CK Editor sample and click on Flash icon.
- In the Flash Properties dialog, enter following URL (http://www.youtube.com/v/9vksHsiold0?fs=1) in URL field, uncheck the check box Enable flashmenu on properties tab & click OK button.
- Click on Remove Editor button.
Expected Result:
Enable Full Screen option should be shown for the flash video and When we open context menu on the flash video it should not show flash menu options(Quality, Zoom, Print & Show all).
Actual Result:
IE & Opera it is not showing the Enable Full Screen option for the flash video.
IE When we open context menu on the flash video it is showing flash menu options(Quality, Zoom, Print & Show all).
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 10 years ago by
Cc: | damo,joek,jamescun → damo, joek, jamescun |
---|
I cannot reproduce this issue on Firefox and Chrome on Mac. If the content returned by the editor is correct and fullscreen can still be enabled on some browser on some OS then it's the Flash's or the specific apps' bug.
comment:3 Changed 10 years ago by
Confirmed on Fedora, Flash 15.0.0.189. In my case I was able to turn on/off full screen mode, but only when fs=1
was missing at the end of the URL.
https://developers.google.com/youtube/player_parameters#fs
Note that fs itself has a special meaning:
fs (supported players: AS3, HTML5) Values: 0 or 1. The default value is 1, which causes the fullscreen button to display. Setting this parameter to 0 prevents the fullscreen button from displaying.
comment:4 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
CKEditor has nothing to do here. It correctly sets the allowFullscreen param. The browser must then correctly handle it. For example, in Chrome it currently works like this:
- When the allowFullscreen option is set to true, I can turn on the FS mode regardless of the URL to YT video.
- When the allowFullscreen option is set to false, the
[]
icon is still visible in YT player, but it does nothing (the FS mode cannot be turned on).
I'm closing this ticket as invalid.
comment:5 Changed 9 years ago by
Summary: | Flash Enable flash menu & Allow fullscreen variables for flash not working → Enable Flash Menu and Allow Fullscreen variables for Flash not working |
---|
Scenario 1
Scenario 2