Skip to content

hugomagallanes/framer-native-videoplayer

Repository files navigation

Native iOS Dailymotion player

license Maintenance

Dailymotion native iOS player with all functional controls recreated in Framer.

Installation

Using Framer Modules

Install with Framer Modules

Manually

  1. Download project from Github
  2. Copy nativeIOSplayer.coffee into modules/ folder inside your Framer project
  3. Import it into your Framer project by adding
{nativeIOSplayer} = require 'nativeIOSplayer'

Customization

Property Type Description
VODvideo URL Loads video file
VODheader String Define video's header
VODchannel String Define video's channel

Functions

I have included two functions that allow to minimize and expand the player.

Minimize player

nativeIOSplayer.MinimizePlayer()

Expand player - regular size

nativeIOSplayer.ExpandPlayer()

Releases

No releases published

Packages

No packages published