Fast forward button

Hello

What I want to do is to recreate fast forward/backward buttons located on the game bar. So that they are just a part of the course itself and can sit well with our other playback control buttons.

I have seen that it is possible with AS2, but we use A6, and I don't see a way to access the var system fast forward or a var of frame rate, which is how I think it could be possible.

Someone at - he found a way to do it?

Thank you

Nick

Correct... assigning false or 0 will not stop it because it's a single button of 3 steps.

document.Captivate.cpEISetValue('m_VarHandle.cpCmndFastForward', true);

Click on fist = fast forward x 2

second click = 4 x fast forward

third click = back to normal speed

So some JS here is code you can add to the standard.js file, or on the first slide of your project in a slide input event:

/* Create and set a counter to keep track of how many times the Fast Forward button was clicked */
if(typeof(buttonClickedCounter) === 'undefined') var buttonClickedCounter = 0;

/* function used to fast forward x number of times */
function fastForward(repeatCall){
          /* Loop through to repeat the call */
          for(var i = 0; i < repeatCall; i++){
                    /* Execute the FF command in Cp */
                    document.Captivate.cpEISetValue('m_VarHandle.cpCmndFastForward', true);
                    /* Increment our button click counter */
                    buttonClickedCounter++;
                    /* If counter is 3 or more, reset it back to 0 since that's normal speed */
                    if(buttonClickedCounter >= 3) buttonClickedCounter = 0;
          }
}

/* function used to normalize the speed of the course back to the standard fps */
function normalizeSpeed(){
          /* Check how many times the button was clicked */
          switch(buttonClickedCounter){
                    /* It was clicked once */
                    case 1:
                              /* Run the fastForward Command 2x to normalize the speed */
                              fastForward(2);
                              break;
                    /* It was clicked twice */
                    case 2:
                              /* Run the fastForward Command 1x to normalize the speed */
                              fastForward(1);
                              break;
                    default :
                              /* Do nothing */
          }
}

Then, in your FF inside the CC button, you must run this JS:

fastForward(1);

Then out of each slide slide, you can run another action of JS to normalize the speed:

normalizeSpeed();

The most difficult part would be that you would have to call normalizeSpeed() on each blade output event.  I would create a tip Action that runs the JS so that the implementation inside Cp would make it a little easier.

Jim Leichliter

Tags: Adobe Captivate

Similar Questions

  • tried to send emails using the fast-forward button now e-mail flashes on and outside

    tried to send emails using the fast-forward button now e-mail flashes on and outside

    Please disconnect from the Internet temporarily, if necessary, by disabling a Wi - Fi connection or unplug Ethernet cable, whichever is applicable.

    In the Mail menu bar, select

    ▹ Connection Doctor window

    Look for the email account (SMTP) out in the window that opens. Double-click it. Another window opens, displaying the list of all outgoing mail accounts. We'll pick the one affected. Make a note of the settings. Click the sign to remove, and then click OK.

    Reconnect to the Internet and add the account back with the same settings.

  • Next/fast forward button

    Is it possible to change the roll with the text on the captivate play 'Before' bars 'Next '? Unfortunately, I have already registered as next narration. Thank you.

    Hi again

    See if the article in the link below helps you sort anything.

    Click here to read

    See you soon... Rick

  • How to create a fast forward and return quick button?

    I would like to create a simple fast forward and return quick button. I get sporadic results with the rewind button. I love the playhead for 3 seconds (72 images) both when the user press the fast forward or rewind button. They should be able to hit two buttons repeatedly. If the playback head is less than 3 seconds, then it will go to the first image.

    Here is the code:

    var FrameNumRewind:Number = this.currentFrame;

    FrameNumRewind = 0

    stage.addEventListener (MouseEvent.MOUSE_DOWN, page_watch);

    function page_watch(event:MouseEvent):void

    {

    If (event.target is bnt_Fast)

    {

    var FrameNumFast:Number = this.currentFrame;

    this.gotoAndPlay FrameNumFast += (72);

    }

    If (event.target is bnt_Rewind)

    {

    Will head frame to the first frame if less 73 executives.

    If (FrameNumRewind < = 73)

    {

    SoundMixer.stopAll ();

    this.gotoAndPlay("1") ;}

    }

    on the other

    {

    this.gotoAndPlay (FrameNumRewind-= 72);

    }

    }

    What I am doing wrong? Is there a better way to do it?

    I would appreaciate any help or references.

    One thing, that you must take care, is that you should not nest functions named within other functions.  Remove this function ff72 by itself.

    The currentFrame property is a read-only property, but you try to change its value using code in this line...

    this.gotoAndPlay this.currentFrame += (72);

    So change that line to be

    gotoAndPlay (currentFrame + 72);

    noticing that I took out "this" references as well.  They are most often useless in AS3 scenarios.

  • After 9.2 update I can no longer drag to make fast-forward or rewind during playback of the video. I can now only click to jump forwards or backwards in 10 second increments. However, if I stop the video I can then drag to move forward or backward.

    After 9.2 update I can no longer drag to make fast-forward or rewind during playback of the video. I could do those before the update. I can now only click to jump forwards or backwards in 10 second increments. However, if I stop the video I can then drag to move forward or backward. I tried this on Netflix and Hulu with similar results. Apple TV restarting is not to solve the problem.

    Maybe a bug in the new version?  Does anyone else know this?

    Thank you!

    Many people complain when they reach around in the dark watching a movie they press and cause the movie ff or rwd.

    I think that this version tried to improve the situation by requiring the user to press and release the button then slide as formerly.

  • Sansa Fuze + function unadvertized - fast forward?

    Sansa Fuze + with firmare update 02.36.03 (I just noticed to day 02.38.06 but have not yet installed).

    It is good get navigation in folders with update 02.36.03, but controls seem nervous. While practicing, the white point down a display of music started skipping much faster, and a different icon - an arrow double game (fast forward?) come up right.    This might be useful, but how to fight against it?  Is this documented somewhere?

    Research advanced or remote?

    Keep the points left or right to do so.

    And Yes, it's a little fishy to do right at the beginning.

    I started a topic here return ask if it was possible to do

    and it was... I just wasn't hitting the right buttons

  • Fast forward and rewind

    When I play a file and want to move forward towards a particular point in time registration or back controls "Fast forward" and "Rewind" doesn't seem to work. The FF takes just the player at the end of the file and the RW just bring it at the beginning. There are no points between the two.

    Thank you

    Paul

    If you give the FF or REW button one press, this is what will happen. To ' scroll ' a song, press and hold the FF or REW until you get to the point where you want to resume.

    Of course, that "point" would be easier to find if the audio played during the 'research' as it did on the first series of e200v1.

  • M250 rev 2 fast forward is not

    I have an another m250 that pressing and holding the causes fast forward fast before going faster and faster through the file. A podcast of the hour can be fast, passed through in a few minutes.

    The m250 in question has a steady, slow speed, fast-forward. Supporting and now fast forward can take 15 minutes via a podcast of an hour. If my thumb wiggles or didn't press hard enough for fifteen minutes, the m250 seems to think I typed the next song (similar to the FF button) button and proceeds to the next song/podcast.

    Any difficulty other than scream. curse and throw this thing against the wall? This really STINKS.

    I have the same problem with my version 2.x m250. Of course, it does not support the accelerated FF/REW. My first m250 was a 4.x version and it had serious problems and I did an RMA number on it. However, before doing so, I noticed that FF/REW accelerated was a supported feature. So, when I found that the 2.x version of replacement unit did not support accelerated FF/REW, I was extremely disappointed. After all, I listen to usually 3 files of long hours. I bought another m250, hoping that this would be version 4.x and it was. Bought another, and it too is 4.x.

    Rockbox support, I read that version 2.x with a different chip, so firmwares are specific to these models. I do not expect that they will be releasing versions of firmware so you're probably stuck with the FF bla on your 2.x. However, I hear you can get m250s pretty cheap at the moment ("$ 15"!), and your chances of getting a 4.x seem good.

  • BlackBerry Smartphones fast forward and rewind videos on Blackberry 8520

    Hello

    Is it possible for the advance/rewind a video on just by looking at it 8520?

    There seems to be no button to make them on the screen...

    Please let me know if anyone knows!

    Thank you very much

    Hello yocci,.

    Fast forward or rewind media, to highlight the progress bar and click on your trackpad. Move it to the left or to the right, then when you are at the desired location, click again on your trackpad.

    Let me know how make you out!

    Thank you!

  • Fast forward on the videos does not work on tvos 10

    Hello

    After updating to the latest tvos, 10, fast forward on the videos does not work. I can only fast forward when I press on the right place on the pavement and fast forward 10 seconds in time.

    Someone else has the same problem? Is this a bug in update?

    Hello. It seems to work as described here https://help.apple.com/appletv/#/atvb7944597f press next to move to 10 sec, press and hold to fast forward. They have it changed again?

  • Thunderbird COMPLAINT: Using [back |] Forward] buttons, loses "Privacy, Options button. Exit/Startup [restart] Thunderbird needed to restore the Options button.

    Thunderbird 31.7.0 (and before) COMPLAINT: using [back |] Forward] buttons, loses "In order to protect your privacy, Thunderbird has blocked a remote content in this message." Options button. Exit/Startup [restart] Thunderbird is require to retrieve the button 'Options '. Is there another way, without rebooting? [There is no help / Feedback in Thunderbird button... so I'm reporting it via Firefox.]

    Check if this being due to any any addon.

    Restart Thunderbird in Mode safe:
    Help > restart with disabled addons.
    Whist in safe mode, run for a while to see if that happens.

    If it does not work then one of your addons can cause a conflict.
    Disable each in turn to test.
    She might need to update.

  • MLB app, fast-forward, rewind

    What on Earth happened to the ability of the application of the MLB to fast forward and rewind? Swipe left and right are simply ignored.

    I use the latest Apple TV app and MLB. This is a bug killer!

    I don't know anything about the application of the MLB, however, wanted to emphasize the 9.2 update made a light blocking rew/FF on the ATV4 in general. He must now click to pause, then slide to scrub. However, I have seen many complaints about support minimal/nonexistent MLB app will of MLB (which was designed and is supported by the app). I don't know if it's the same problem or not, but noted...

    Use your Siri or Apple TV Remote with Apple TV remote (4th generation) - Apple Support

  • In the latest version of MF, there is a missing button, who was in the previous version: between backward/forward buttons and the bar hits there was little flash, who showed a few recent pages I just went through. How can I restore it?

    In the latest version of MF, there is a missing button, who was in the previous version: between backward/forward buttons and the bar hits there was little flash, who showed a few recent pages I just went through. How can I restore it?

    If you mean the drop marker so you can always get history buttons front and rear, if necessary by left clicking and for a second, or by right-clicking on them.

    If you want to continue the brand drop there too there is that Extension to https://addons.mozilla.org/en-US/firefox/addon/backforward-dropmarker/

    Also the abbreviation for Firefox is Fx

  • In the upper part of Firefox, there is normally a box to type in the URL. I lost this area/region. At the same time, I don't have the back forward buttons to view the websites of last/next. Can you help me?

    I lost the box on the top of the Firefox page where you type in a URL. At the same time, I have no back or forward buttons. Help please

    This has happened

    Just once or twice

    is tonight

    Use the instructions in controls, buttons and Toolbars Customize Firefox to make sure that the 'bar' is on your toolbar.

  • Cannot fast forward a wav file in windows media player 11

    When I join the pc to the windows domain, Windows Media Player version 11.0.5721.5280 leaves me not fast wav files forward, BUT when the Pc is not joined to the domain I have no problems fast forwarding.

    There is no GPO not applied to users or computers. I don't know what could be the problem.

    Anyone have any ideas what could be the cause?

    Thank you!

    Johnny

    Hi Johnny Pappas,.

    I see that you have a problem with windows media player when the computer is connected to the domain network. I'll help you with this problem.

    I suggest you post this question in the Windows XP IT Pro forums: http://social.technet.microsoft.com/Forums/en-US/category/windowsxpitpro

    Thank you.

Maybe you are looking for