[rz] Media Player *** UPD 2018-Feb-28 ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available, but the discussions may still be helpful for some users.
Forum rules
*** IMPORTANT INFO REGARDING [RZ] EXTENSIONS ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available or supported, but the discussions may still be helpful for some users.
Locked
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

[rz] Media Player *** UPD 2018-Feb-28 ***

Post by [RZ] »

[rz] Media Player v1.2.1

This extension is the replacement for the <audio> and <video> html5 tags.
It is not only a beautifier, it also fixes issues across browsers and extends their functionality.
Designed to fit your design...

Some features:

- Customizable panel that fits every design.
- Multiple tracks (playlist).
- Autostart and loop modes.
- RWD/fluid support with proportional resize.
- Custom image and caption for each track.
- Default image for tracks.
- Own images set for the panel buttons.
- Multi-instance with optional synchronization.
- Smooth panel autohide mode with custom transparency.
- Custom track index ("1/5", "1 of 5", "Part 1 of 5", etc).
- Tint simulation levels for normal view and interaction mode.
- Proprietary events support for advanced integration.
- Keyboard support for better navigability and user experience.
- Crossbrowser/platform support with fallback.
- No jQuery required.

...and more!


HTML5
W3C compliant


* New in version 1.2.1

- Fixed small gaps and improved rendering workarounds/fallbacks for mobiles.

* New in version 1.2

- Optional mini-player when the video is out of the viewport (due of content up/down scroll).
- Highly customizable mini-player.
- Instances of the player can be inside a layout grid.
- Improved in/out viewport handling.
- Improved multi-instance manager.

* New in version 1.1.1

- Redesigned playlist with improved design and behavior accross browsers.
- Images associated to the tracks can optionally be included in the playlist.
- The images borders in the playlist can by styled for the different statuses.
- Duration time included in the playlist.
- Workaround for an unstable PC-Safari bug clicking on the playlist elements.

* New in version 1.1

- Customizable playlist (if applies) with the available tracks.
- Configurable playlist modes (previous-next and/or tracks list).
- Full keyboard support for navigability standards in both the control panel and the playlist.

* New in version 1.0.1

- Optionally, video can be automatically paused when it is out of the viewport and resumed when it is viewable again.
- Custom minimum viewable area of the media object in the viewport to trigger the automatic pause/resume.
- Auto pause/resume synchronized with the audio module.

* New in version 1.0.0.1

- The counter applies only when there are more than one media file.
- Added a blinking signal when the media is being buffered (useful for large media files and/or slower connections).


DEMO


How to use?

1. Design your page with its elements.
2. Drag and drop an extension instance (video and/or audio modules).
3. Open the properties dialog and enter the audio and/or video files.
4. Setup colors, sizes, images and other behavioral parameters.
5. Preview or publish.

Notes:

For audio, it is recommended to use MP3 files and OGG formats as fallback for better compatibility across platforms.
For video, it is recommended the use of MP4 files and WebM and OGV formats as fallback for better compatibility across platforms.

Available optional event-functions:

function MyInstance_onload(track) { ... } : This optional function is called when a track from the playlist has been loaded.
function MyInstance_onunload(track) { ... } : This optional function is called when a track from the playlist has been unloaded.
function MyInstance_onstart(track) { ... } : This optional function is called when a track started playing.
function MyInstance_onend(track) { ... } : This optional function is called when a track finished playing.
function MyInstance_onplay(track) { ... } : This optional function is called when a track resumed playing after a pause.
function MyInstance_onpause(track) { ... } : This optional function is called when a track has been paused.

(Just replace MyInstance with the actual instance name.)

Enjoy!
Last edited by [RZ] on Wed Feb 28, 2018 9:57 am, edited 7 times in total.
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: [rz] Media Player

Post by zinc »

A HUGH thank you to RZ for a PROFESSIONAL solution for PROFESSIONAL designs. Miles ahead of anything out there. Well done.
Running WYSIWYG Web Builder since 2007...
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player

Post by [RZ] »

thank you! :)
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: [rz] Media Player

Post by mayur007 »

hi RZ

One word comes instantly for it "wow"... :D

Thq :D
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player

Post by [RZ] »

thanks mayur
bodoquedoc
 
 
Posts: 11
Joined: Wed Mar 09, 2016 2:44 pm

Re: [rz] Media Player

Post by bodoquedoc »

Hi, don't work for me, dont preview and wen exported to html don't show anything, any clues to work or i'm missing someting?

tanks
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player

Post by [RZ] »

pls get in contact for support
User avatar
donjohnson24
 
 
Posts: 105
Joined: Thu Sep 27, 2012 9:32 pm
Location: Bridgwater, Somerset, UK
Contact:

Re: [rz] Media Player

Post by donjohnson24 »

Tried the Demo - audio works fine, as does Happy Feet video, but The Bunny just has the timescale circle flashing red ??

Using Firefox and Windows 10
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player

Post by [RZ] »

hi
perhaps is a network congestion?
i did not find any issue...
User avatar
donjohnson24
 
 
Posts: 105
Joined: Thu Sep 27, 2012 9:32 pm
Location: Bridgwater, Somerset, UK
Contact:

Re: [rz] Media Player

Post by donjohnson24 »

[RZ] wrote:hi
perhaps is a network congestion?
i did not find any issue...
Still the same 6 hours later - even tried turning off Ad Blocker and anti virus
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player

Post by [RZ] »

i dont know, will try it again when i'm home this weekend
thanks for reporting...
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Jul-02 ***

Post by [RZ] »

* New in version 1.0.0.1:

- The counter applies only when there are more than one media file.
- Added a blinking signal when the media is being buffered (useful for large media files and/or slower connections).
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Oct-28 ***

Post by [RZ] »

* New in version 1.0.1:

- Optionally, video can be automatically paused when it is out of the viewport and resumed when it is viewable again.
- Custom minimum viewable area of the media object in the viewport to trigger the automatic pause/resume.
- Auto pause/resume synchronized with the audio module.
WB10user
 
 
Posts: 34
Joined: Tue Apr 28, 2015 12:01 pm

Re: [rz] Media Player *** UPD 2016-Oct-28 ***

Post by WB10user »

I purchased this extension earlier this year and it's a great one. However, will I have to purchase again to get the updated version?

WB10user
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Oct-28 ***

Post by [RZ] »

thank you for your feedback
you can upgrade in the online shop; however, pls get in contact privately for further details (in case you need)
WB10user
 
 
Posts: 34
Joined: Tue Apr 28, 2015 12:01 pm

Re: [rz] Media Player *** UPD 2016-Oct-28 ***

Post by WB10user »

OK, thanks, RZ. Will do that.

Thanks again.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Oct-28 ***

Post by [RZ] »

you are welcome
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Oct-31 ***

Post by [RZ] »

* New in version 1.1:

- Customizable playlist (if applies) with the available tracks.
- Configurable playlist modes (previous-next and/or tracks list).
- Full keyboard support for navigability standards in both the control panel and the playlist.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Nov-08 ***

Post by [RZ] »

* New in version 1.1.1:

- Redesigned playlist with improved design and behavior across browsers.
- Images associated to the tracks can optionally be included in the playlist.
- The images borders in the playlist can by styled for the different statuses.
- Duration time included in the playlist.
- Workaround for an unstable PC-Safari bug clicking on the playlist elements.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2016-Nov-08 ***

Post by [RZ] »

use the contact form (following the links on the signature below this post) to get support
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2017-May-21 ***

Post by [RZ] »

* New in version 1.2

- Optional mini-player when the video is out of the viewport (due of content up/down scroll).
- Highly customizable mini-player.
- Instances of the player can be inside a layout grid.
- Improved in/out viewport handling.
- Improved multi-instance manager.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by [RZ] »

* New in version 1.2.1

- Fixed small gaps and improved rendering workarounds/fallbacks for mobiles.
User avatar
Chris_t
 
 
Posts: 84
Joined: Thu Oct 27, 2016 7:39 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by Chris_t »

Please can you tell me, can you have a displayed playlist showing each title with this or do you only see each title as it plays.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by [RZ] »

yes it has a playlist
User avatar
Chris_t
 
 
Posts: 84
Joined: Thu Oct 27, 2016 7:39 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by Chris_t »

Thanks!
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by ART »

I am using this Media Player extension which i bought about 1 year ago. It used to work well but recently suddenly stopped working after adding some files to the player and repupublishing the page. It simply is no longer displayed. Anybody an idea or solution?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Media Player *** UPD 2018-Feb-28 ***

Post by [RZ] »

for support, you will need to contact privately
Locked