elastic Reply #1, 1 year, 8 months ago
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:
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');
Whehe should I make those changes?