Moodle

FLV files cannot play fullscreen when using link to file or website.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.3
  • Fix Version/s: 1.9.5
  • Component/s: Filters
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

flvplayer will not work in fullscreen mode. The following change fixes the issue for me.
in
mod/resource/type/file/resource.class.php
around line 492, replace the following line:

'width:"600", height:"400", majorversion:"6", build:"40", allowscriptaccess:"never", quality: "high" };'."\n".

with this line:

'width:"600", height:"400", majorversion:"6", build:"40", allowscriptaccess:"never", allowfullscreen:"true", quality: "high" };'."\n".

Issue Links

Activity

Hide
Rich H added a comment -

Please fix this, as it will help Moodle become more useful in a classroom environment.

Show
Rich H added a comment - Please fix this, as it will help Moodle become more useful in a classroom environment.
Hide
Eloy Lafuente (stronk7) added a comment -

Suggested change tested and applied to 1.9.x and HEAD. Thanks!

Resolving as fixed.

Show
Eloy Lafuente (stronk7) added a comment - Suggested change tested and applied to 1.9.x and HEAD. Thanks! Resolving as fixed.
Hide
Jerome Mouneyrac added a comment -

I can play flv file in fullscreen. Fixed.
Thanks for your participation.

Show
Jerome Mouneyrac added a comment - I can play flv file in fullscreen. Fixed. Thanks for your participation.

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: