I'm pretty sure this is outside my ability, but thought I'd ask to see if it is even possible first.
I'm working on a project that has a number of slides that contain video clips (one clip per slide). A user must view all video so there is no scroll bar and no fast forward or forward. When playing a video I think most people expect the "back button" to take you to the start of the video (at least what I found in my usability testing) and I would like to offer this option, but not the back button that jumps to the previous slide that is currently available in the playbar. I'd also like a user to be able to jump back 15-seconds at a time to go backward if they got distracted and missed something. I've created the advanced actions to let a user jump back 15 seconds and to jump back to the start of the slide (and therefore the start of the video). To me it would make sense for these to be part of the playbar, but is it possible to add buttons that trigger advanced actions to the playbar? If so, any hints on how to begin.
Thanks as always for any help.
Walter
You cannot add buttons or actions to the default playbar without getting involved in programming a custom version of the playbar. That means you'd need to be expert at ActionScript 3 or HTML5 coding. There's no quick and easy way to do this.