Custom Buttons

Nov 13, 2012

Hey guys

Do we know when and if storyline will support custom play/pause/ volume controls? I have seen lots of work around involving layers, but i would rather just have triggers that start, pause or stop a the timeline.

Thanks!

keith

8 Replies
Jerson  Campos

I know captivate allows users to implement custom buttons thru "widgets". All these are are little flash applets that take info from the player or push info to the player. I've been trying to work on a working demo to be able to pull date  such as test scores and other variables but I have had  no luck. I'll be posting another thread requesting some assistance from the Articulate Gurus that may have some info on this.

Brian Allen

Keith, because I've been working on custom buttons for video playback I assumed you were doing the same.  Now that you mention it, though, it is odd that there are no options to pause the timeline with custom button triggers.

Jerson, while the flash widget may work in some applications, I personally am trying to stay away from these as much as possible because I need my content to be functional in both Flash and HTML5 playback.

Keith Dykes

I have being playing around with the files, and i have found some interesting things in the frame.xml file:

  • <control_layout name="noprevnonextsubmit0000000110">
  •   <control name="volume" enabled="true"/>
  •   <control name="seekbar" enabled="false"/>
  •   <control name="replay" enabled="false"/>
  •   <control name="pauseplay" enabled="false"/>
  •   <control name="previous" enabled="false"/>
  •   <control name="next" enabled="false"/>
  •   <control name="submit" enabled="true"/>
  •   <control name="resources" enabled="false"/>
  •   <control name="glossary" enabled="false"/>
  •   <control name="transcript" enabled="false"/>-
  •   <control name="outline" enabled="false">
  •   <controls>
  •      <control name="search" enabled="false"/>
  •   </controls>
  • </control>
  • </control_layout>
  •  
  • <control_layout name="prevnextnosubmit0000000110">
  •   <control name="volume" enabled="true"/>
  •   <control name="seekbar" enabled="false"/>
  •   <control name="replay" enabled="false"/>
  •   <control name="pauseplay" enabled="false"/>
  •   <control name="previous" enabled="true"/>
  •   <control name="next" enabled="true"/>
  •   <control name="submit" enabled="false"/>
  •   <control name="resources" enabled="false"/>
  •   <control name="glossary" enabled="false"/>
  •   <control name="transcript" enabled="false"/>-
  •   <control name="outline" enabled="false">
  •   <controls>
  •   <control name="search" enabled="false"/>
  • </controls>
  • </control>

theres is another set of XML with the same stuff with it. I makes me wonder if the functionalty is there but not enabled, and if so, how do we enable it, or access it for use with a custom navigation?

This discussion is closed. You can start a new discussion or contact Articulate Support.