Opened 12 years ago
Closed 12 years ago
#29916 closed enhancement (worksforme)
Plugins cannot access existing mediaelement instances
| Reported by: | michael.heuberger | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 4.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
In my plugin I'd like to call some functions on existing mediaelement.js instances. Currently there is no way to do this except creating new ones with new MediaElementPlayer() but that would eat memory and mess up with the event listeners.
Aim is to call pause(), play() and addEventListener() on the video element.
Any clues? Looks like this is either a call for an enhancement or I am missing something.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
hello?