Mark Panaghiston

Results 5 issues of Mark Panaghiston

During the aurora.js merge in #246 we began discussing plans for changing the internal player solutions to plugins. The HTML plugin will then be included by default and the Flash...

Feature Request
Refactor

In the camera.js cardiac() function ``` hrAV = heartrate; ``` Should be: ``` hrAv = heartrate; ``` Just spotted it, so brought it up. Not sure if it has any...

Recording this information here, due to relevancy. The [original post](https://groups.google.com/d/topic/jplayer/vdTxzli6R60/discussion) on jPlayer google group may have more information. **Dom Wyss Wrote:** Hi there, Dave Rodriguez and me did spend a...

So that this can be used to initiate downloads of the file. Something like: ``` php if($_GET['download'] !== null) { $type = 'application/octet-stream' } else { switch ($file[count($file)-1]) { case...

Had reports of this not allowing seeking on Android, but it turned out to be that their response was being GZIPed. This was causing a few browsers to behave a...