We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8643
    • 271 Posts
    Hi!
    This widget allows you to watch videos in the manager backend.

    INSTALL:
    1.Download JWplayer http://www.longtailvideo.com/players/jw-flv-player/
    2.Upload JWplayer to your site.
    3.Upload "jwplayer" folder from archive to your ManagerManager widget folder(usually assets/plugins/managermanager/widgets/)
    4.Correct path to the player in jwplayer.php(variable $playerPath).
    5.Create TV with ’Input Type’ as ’File’.
    6.Add widget call to ManagerManager rules.
    Example:
    mm_widget_jwplayer('video,video2');
      • 16545
      • 358 Posts
      Does it have youtube integration from latest jwplayer version?
        • 8643
        • 271 Posts
        Quote from: labasus at Jun 01, 2010, 10:02 AM

        Does it have youtube integration from latest jwplayer version?
        Yes, it should play.
        Да, если вставить ссылку на ролик, то будет играть. Я тестировал на версии 5.1
        Перед этим не забудьте поместить yt.swf в папку с player.swf.
        JWplayer надо скачивать отдельно.
          • 16545
          • 358 Posts
          5.2 has been released, do we need some changes in the widget?
          Ну типа, чтоб все были в курсе smiley
            • 33373
            • 6 Posts
            OK
            I mayby new in Modx so don’t be angry...

            I Did 1 to 4 steps without any problems, step 5,6 are not clear for me ... could U write some more explanations please.

            Best Regards,

            Zapalniczek
              • 8643
              • 271 Posts
              Creating a Template Variable
              You can find documentation for managermanager in plugin folder: assets/plugins/managermanager/docs/index.htm
                • 33373
                • 6 Posts
                ok.
                I have a TV example:"jwplayertv
                in content a call [*jwplayertv*]
                i have jwplayertv input file (tv) in manager (editing document)
                i have jwplayer in my page but no file running.

                and still i do not really know what is wrong...

                help

                Zapalniczek
                  • 8643
                  • 271 Posts

                  Try to put the slash before [*jwplayertv*]

                  If you are using SWFObject, it should look something like
                  <script type='text/javascript' src='assets/js/swfobject.js'></script>
                   
                  <div id='mediaspace'></div>
                   
                  <script type='text/javascript'>
                    var so = new SWFObject('/assets/flash/player.swf','mpl','600','410','9');
                    so.addParam('allowfullscreen','true');
                    so.addParam('allowscriptaccess','always');
                    so.addParam('wmode','opaque');
                    so.addVariable('file','/[*jwplayertv*]');
                    so.write('mediaspace');
                  </script>
                    • 33373
                    • 6 Posts
                    ok.
                    Next maybe stupid question but I realny need it working. undecided
                    Whehe should I make those changes?
                    Which file to modify?

                    Zapalniczek

                      • 33373
                      • 6 Posts
                      and to tell U the truth I do not know how add widget call to Menagermanager and where i should write the mm_widget_jwplayer(video,video2)

                      Please help.

                      Zapalniczek