Responsive problem – How to access instance of MediaElementJS player
-
Does anyone know how you can access the player instance via the video tag?
Update: as noted some other places, you can get the player at:
$("video")[0]
and access the api like
$("video")[0].load()
etc
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Responsive problem – How to access instance of MediaElementJS player’ is closed to new replies.