Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-17934

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.5
    • 1.9.3
    • Filters
    • None
    • MOODLE_19_STABLE
    • MOODLE_19_STABLE

      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".

            stronk7 Eloy Lafuente (stronk7)
            darren.dmj Darren Jones (Inactive)
            Jérôme Mouneyrac Jérôme Mouneyrac
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.