Dailymotion native iOS player with all functional controls recreated in Framer.
- Download project from Github
- Copy
nativeIOSplayer.coffee
intomodules/
folder inside your Framer project - Import it into your Framer project by adding
{nativeIOSplayer} = require 'nativeIOSplayer'
Property | Type | Description |
---|---|---|
VODvideo |
URL | Loads video file |
VODheader |
String | Define video's header |
VODchannel |
String | Define video's channel |
I have included two functions that allow to minimize and expand the player.
Minimize player
nativeIOSplayer.MinimizePlayer()
Expand player - regular size
nativeIOSplayer.ExpandPlayer()