Availability Per Account Type

Trial

Lite

Pro

White Label

WL – Custom

Introduction

You will be able to use the Flip_Player_Card example to allow the end user to make a image or set of text flip like a playing card and have an EZWebPlayer video player on the other side.

Getting Started

Step 1. Place this script shown below in your website’s header tag. 

Sample Code – Click to expand / collapse

Step 2. Place this script in the body of your web page where you wish the player description to show up.

Sample Code – Click to expand / collapse

Step 3. Log into your EZWebPlayer account and grab your players embed code. This will work with the Iframe and Javascript embed codes.

And replace the line from Step 2 that saysPlayer Embed Code Here with your player code and Player Image Code Here or Title and Description with your player’s Title / Description or an image of your players thumbnail.

Sample Code – Click to expand / collapse

Options

Flip Direction: Vertical – In the style tag use

  • .flip .card .back {-webkit-transform: rotatex(-180deg);}
  • .flip .card.flipped {-webkit-transform: rotatex(-180deg);}

Flip Direction: Horizontal – In the style tag use

  • .flip .card .back {-webkit-transform: rotatey(-180deg);}
  • .flip .card.flipped {-webkit-transform: rotatey(-180deg);}

Flip Speed – In the style tag look for

  • .flip .card {width: 100%;height: 100%;-webkit-transform-style: preserve-3d;-webkit-transition: 0.5s;border:solid 1px#000;}

Flip Size – In the style tag look for

  • .flip {-webkit-perspective: 800; width: 940px; height: 529px; position: relative;}

Resulting Player