With the help of event with edge to animate and to Captivate listeners

I just finished to design and develop a custom table of contents on board animate and connected to "get/set" information of Captivate 9.0.2. When you click on a button of Captivate within the project, it will trigger the animation of the table of contents to play, information display you. However, the narrow closure of TOC button is edge animate. When you click the close button in the animation animate dashboard, the animation of the table of contents will reverse play. I also nicely put in place so that the audio/video on the Captivate slide will pause when the table of contents is visible and continue to play when the table of contents are hidden.

Here's my problem: when you reach the end of the slide and open the edge animate TOC everything behaves as it should. When you then close the border lead the table of contents, the Captivate project continues to play to advance to the next slide. I need that remains in pause/stop until the learner clicks on the button "Next" to move forward. I'll have a hard time integrating event listeners CPAPI_MOVIEPAUSE, CPAPI_MOVIERESUME and CPAPI_MOVIESTOP while maintaining a successful communication between Captivate and animate dashboard. Does anyone know how to get there? Thank you!

As I do this is to add a variable to the cpInfoCurrentFrame change event listener at the same time the listener to slides of entry. You check if you have reached the end of the slide and to set a variable. If you put this in the head of the index.html:

var interfaceObj, eventEmitterObj, CSTO = 0; endSlide = false;

window.addEventListener ("moduleReadyEvent", function (e)
{
interfaceObj = e.Data;
eventEmitterObj = interfaceObj.getEventEmitter ();
initializeEventListeners();
});

function initializeEventListeners()
{
If (interfaceObj)
{
If (eventEmitterObj)
{
eventEmitterObj.addEventListener ("CPAPI_SLIDEENTER", function (e)
{
endSlide = false;
CSTO = e.Data.to;
   
window.cpAPIEventEmitter.addEventListener ("CPAPI_VARIABLEVALUECHANGED", function (e)
{
If (e.Data.newVal > CSTO - 5)
{
endSlide = true;
}}, "cpInfoCurrentFrame".
);
});
}
}
}

Then in the dashboard check file the value of endSlide (window.parent.window.endSlide), if it is true not to resume.

Tags: Adobe Captivate

Similar Questions

  • With the help of a correct sign in iD and password but nothing happens.

    With the help of a correct sign in iD and password but nothing happens - it just keeps watch as this is something but 'Hourglass' never really stops cycling!  Can I open a session / connection to Adobe on my iPad so I know that's all is OK but not on my MacPro!  Any ideas welcome... never had this before and I need to download my purchased upgrade Lightroom 4 as soon as possible! Thank you

    Hi, thanks for the suggestions - certainly connected to the internet!

    In the end, I went through the process of "update" in Mackeeper and even if there is nothing relevant that I could see - somehow I managed to connect!

    -It was strange that I never had errors on the sign in at all... but if I went through the process of the struggle to sign as a reminder of the password request, it looks like my email address / iD has not been recognized - weird because it has all the same info/details usedto sign in on my ipad and used to buy all my software recently and in the past!

  • With the help of a button to open an image in Captivate 4

    I would use a button to call an image - similar to a legend of reversal, but with a button.  Any ideas?

    Hi again

    See if the post I linked below will help you sort out them.

    Click here to see the post

    See you soon... Rick

  • Nicescroll with edge using animate

    Hello

    I am a web designer focusing mainly on graphics and I have knowledge of xhtml and css. However, when it comes to Java, jQuery and other stuff like that included in Edge animate what is very I get very lost.

    I have the symbol on the stage, called the 'content' inside this symbol, there is a field of text called "main_text". This text field has overflow set to auto.

    For this "main_text" I load external html whenever I click the link nested inside another symbol using the

    sym.getComposition () .getStage ().getSymbol("content").$("main_text").load ("test.html");

    Now the text is long I want 'main_text' be scrollable. So I downloaded nicescroll, copied in the directory of my project and I call him as soon as to compositionReady

    yepnope({)

    load: "jquery.nicescroll.js."

    complete: function() {}

    sym.getSymbol("content").$("main_text").niceScroll ();

    }

    });

    The HTML file load fine in 'main_text', but no scroll bar is visible and I can't scroll by using the mouse wheel. Does anyone here have experience with nicescroll and Edge animate that can help? Or maybe just take a look at my syntax and tell me what I'm doing wrong? Thank you.

    Thanks guys for all your help I found the solution myself well. I used slimScroll (http://rocha.la/jQuery-slimScroll) and it works perfectly!

    I loaded the file .js, not through yepnope, but through edge CC library and then I put more code in my menu button onClick action:

    sym.getComposition () .getStage ().getSymbol("stred_obsah").$("main_text").slimScroll ({}

    height: '650px. "

    wheelStep: 1.

    railVisible: true

    });

    Works like a charm

  • Advantage (Preview), Edge code animate and edge inspect used to install

    I can not get Code Edge (Preview), Edge animate and edge inspect for install on my computer.  Am I missing something?

    Does not work on Windows XP

    http://HTML.Adobe.com/edge/animate/tech-specs.html

    This applies to you?

  • State machine with the help of event

    Hello everyone,

    I have a question on how to achieve the "Timeout". In the diagram below, you can see 2 different situation:

    1. in the 1st case, I used the state machine, it starts in State 1, that contains a case of event. From there, it will first be determined, if the input value has changed in 10 seconds, if it didn't, the state machine will go to State 2, if it is changed, will also be determined, if the value equal to 3, if so, input the distributor of State will in State 3, if not, go back to the State 1. (this VI I've done it before, you can take a look at the attachment).

    2. my question is in the 2nd case. He also started the State 1. Here, the input value can also be changed (once or several times) or not. If the value has not changed within 10 s, or even if it's been changed many times within 10 seconds, but it was never equal to 3, the state machine will go to State 2. only when the value of the entry within 10 seconds equal to 3, he can jump to State 3.

    This problem, I do not know how to solve, everyone has no idea or improve methods?

    Thank you very much!!

    My bad, dint tested before posting (in addition to kills confidence)...!

    Let me know, if it works this time...!

  • Help! With the help of event listener to trigger the text

    I use the following code to create the fast Word for a translator who made a direct translation of a cat.

    keyListener = new object()();

    keyListener. ( onKeyDown = function()(){ }

    if (Key. isDown (Key. CONTROL )){

    if (Key. isDown (51) ){

    txt. text = "Sarah says: ';

    }

    }

    }

    Key. addListener () keyListener ();

    keyListener = new object()();

    keyListener. ( onKeyDown = function()(){ }

    if (Key. isDown (Key. CONTROL )){

    if (Key. isDown (51) ){

    txt. text = ' Client says: ";"

    }

    }

    }

    Key. addListener () keyListener ();

    the word is correctly generated, only problem, it deletes all the text in the box of text as well. Is it possible to make a keyboard shortcut that doesn't only add this text on the same line I'm on?

    Otherwise I am also happy to settle for a button that generates this text as long as it does not remove the other text in the text box. any response would be appreciated.

    Thank you

    When you use =, it affects the value on the right to the variable (or text in this case) to the left. Try using +=. For example,.

    txt. Text = 'Hello '.

    txt. Text += "there." //would make "Hello there."

  • With the help of Merge for Update, Insert, Update and also to delete outdated records

    Hi all!!!

    Suppose that a credit memo the following table called Orders:
    ORDERID        STATUS      PRICE 
    ---------- ---------- ---------- 
             1          0        100 
             2          0        200 
             3          0        300 
             4          0        350 
             5          0        390
    In addition, there are a procedure that will generate data on a global temporary table, called Orders_Temp. This temporary table will be used to update the Orders table. + commands + have a trigger that will perform different operations when an Insert, Update, or Delete command is executed.

    Consider the table of Orders_Temp to have the following data after you run a procedure that is responsible for the update of order data:
    ORDERID        STATUS      PRICE 
    ---------- ---------- ---------- 
             1          1        100 
             2          2        200 
             3          0        300 
             5          0        390 
             6          0        350
    As you can see, orders 1 and 2 have been updated. Order 3 and 5 were intact, order 4 has been deleted and command 6 inserted. Fusion will take care of properly manage orders 1, 2, 3, 5 and 6, although producing an update of order 3 and 5, which have not changed.

    So, here are the questions:
    (1) how could remove the 4 arrestedorder, as this order was not present on Orders_Temp? Is it possible to use the merge command to do this?
    (2) is it possible to generates not a update operation for orders of 3 and 5, which have not changed?

    I m using Oracle 10.2 SE.

    Thank you very much!
    Regis

    Hello

    Please try this. Not tested! with 9i. I think you can do this by using the union all.

    MERGE INTO orders tgt
     USING (SELECT A.*, 1 mask
              FROM orders_temp A
            UNION ALL
            SELECT A.*, 0
              FROM orders A
             WHERE NOT EXISTS
                     (SELECT 1
                        FROM orders_temp b
                       WHERE A.order_id = b.order_id)) src
        ON (tgt.order_id = src.order_id)
    WHEN MATCHED
    THEN
      UPDATE SET tgt.status = src.status, tgt.price = src.price
         WHERE src.mask = 1
           AND tgt.status != src.status
           AND tgt.price != src.price
      DELETE
         WHERE src.mask = 0
    WHEN NOT MATCHED
    THEN
      INSERT VALUES (src.order_id, src.status, src.price)
    

    or you could try to use a full outer join and treat NULL values.
    G.

    Edited by: g. March 8, 2011 11:17

    changed to the Union all the

  • With the help of Windows 7 Service Pack 1 and any crashing or hanging.

    Original title: Lita Gyulay

    Hi can anyone please, I use windows 7 service pack 1 and all keep to overwrite or suspended. I was in the Recovery Manager and he tell me that I have 3 incompatible applications that I need to delete. I was in my control panel but cannot find versions, in fact I can't find versions anywhere on my laptop! I have an error code = 1602 and error code 7. The teredo tunneling adapter also has a code 10. I am at a total loss, please help. Thank you.

    Some of your installed software may not be suitable for Windows 7. Please download and run the Windows 7 Upgrade Advisor, and download a copy of the report to your OneDrive as a shared file:

    https://www.Microsoft.com/en-GB/download/details.aspx?ID=20

    For assistance OneDrive see paragraph 9.3:

    http://www.gerryscomputertips.co.UK/MicrosoftCommunity1.htm

  • With the help of MIcroSD on HP Gen9 server and ESXi 5.5

    Thought I would post this since I could not find the information anywhere and I spent some time trying to figure it out.

    Installing ESXi 5.5 on a server HP BL460C Gen9 MicroSD card could not be detected and was not included as a target of installation.

    I had to disable USB3 in the UEFI Gen9. After this, he began to appear as a target of installation available.

    I really had nothing definitive that led me to believe it was USB3. I was looking for HP and MicroSD problems. Whose most reported update the latest firmware of ILO (which I was already on) and then I found a few other vague posts on boot order and USB3. So I tried these two and reduced to USB3.

  • The help of illustrator for iOS graphic animations and frame (newbie question)

    Hey there,

    I just want to get opinions and advice.

    We develop a sidescolling 2D game and I created in illustrator 2D graphics,... so far so good, right now I have a few characters designed.

    Now for the character poses, positions and framed by picture animations... hmmmm.

    I've been looking for examples of ways to create movements of character and positions in illustrator, but as the still have not found good examples or explanations.

    Would anyone care to share (or tell me some examples) workflow allows you to create different poses and positions using character illustrator...

    (eg. should I import my work in flash to use the BONE tool?) Or do I have to create every variation in illustrator and copying my character and manipulation)

    It's really up to you. Best practices depends on the specific animation that you generate. Whether semi automating your not frame-by-frame in Flash (using the functionality of the OS), or in Illustrator (using mixtures, effect change, etc. etc), seriously, I hope that the result is always being of tweens just on a frame-by-frame. In other words, even if I've not played with it (my interest in Flash is more on scripted animations), I doubt that the animation of bone resulting will be actually programmatic in the final SWF. I think it will be actually returned in the silent individual frames. (Check this should be fairly easy to do some simple tests and checking the size of the files.)

    For example: even if a single was use BONES to animate the behavior of scanning with a dial indicator, I wouldn't with script, with a frame by frame. But if I wanted to do a connected movement of a series of related vertebrae using bone would likely benefit.

    So, if the nature of your animation is such that the inverse kinematics is advantageous, (a series of several joints) using bones in Flash would be probably more convenient, easier to change after the fact and simplifies the effects of flexibility and decay. Otherwise, if it is a simple linear movement or change in shape, you could probably do as well in Illustrator.

    Now, if the inverse kinematics (the real behavior of the BONES tool) may actually be interactive in the final SWF, it's a completely different thing.

    Whatever it is, with the exception of works of art very simple, I would tend to draw the basic shapes in a drawing program, and not in the Flash authoring environment.

    JET

  • IPod 160 GB Classic is stuck on the apple logo. I have reset several times and I can not put in DFU mode or resets it to take. Done all the help topics that I have seen here and nada... Please help

    help me get the apple logo take off. I reset it, tried and failed to reset. I can't put it in dfu mode. I'm stuck and need help pease. I did everything that was mentioned in other posts similar to this issue.

    That may mean the iPod has a hardware problem, such as a faulty hard drive or the logic board.

    When you do a Reset (press and hold the Menu and Center buttons), going blank at the start before the Apple logo returns the screen to the iPod?  Or do you mean that the Apple logo is 'stuck' and it doesn't go away when you try of the reset?

    Is the "DFU mode" procedure for disc Mode.  Have a look here to confirm that this is what you have tried

    How to put your iPod in disc - Apple Support mode

  • With the help of large paintings for a random word generator

    Hello

    I am currently working on a random word generator quiz this kind of thing, you press a button (click/touch) and a random word appears, you must then click/touch again to choose that if you think it's a real word or a compound word, whenever you get a right you get a point. No problems so far, I have all this works with the help of a few global variables (eep) and a couple of berries that store the image names and the true/false values so that they are real or not.

    Now that I'm starting to fill the building with the final content I am realizing that the table of the image is going to be huge, some 250 more entries and currently he is sitting on an action to click the button. Is it the right way to go about this or is there a better way to store the information about all? In a text or .js file maybe?

    All boards that much appreciated, thanks for reading!

    Hi spiders.

    If you push 200 objects a picture, you probably want to use a loop "for".

    Alternatively, if you load an image at random, and they are all named in the order, you can try something like this:

    wordCount var = 200;

    var imageIDToLoad = Math.floor (Math.random () * wordCount); / / Choose random num

    Substring var = ' images/word'+imageIDToLoad+'.png';// added this var to work around quotes

    var imageURL = "url (" + subString +")"; / / create the URL based on the random ID num and substring

    var randomWord = sym.createChildSymbol (imageURL, "wordWrapper");

  • Error - Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Cannot read any DVD.

    Original title: unable to play any DVD

    "Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD player and the video card protection decoder. Try to install a driver available for your video card.

    I tried to update all the drivers but the problem persists

    Hi Neil,

    1. have you made any hardware changes or software on the computer before this problem?

    2. what version of windows Media Player do you use?

    You can follow this link & check if the problem persists.

    Windows Media Player Error Message help


    Reference:
    How to troubleshoot issues that occur when you play a DVD in Windows XP?

    Hope the helps of information.
    Please post back and we do know.

  • Installed Firefox 3.6.11, but Firefox still says "apply downloaded update now... "in the Help menu. How can I fix it?

    When Firefox 3.6.11 came out I wanted to update. I clicked "apply downloaded update now... "and then just rebooted without updating. I went to the download page, download the program installation and upgrade in this way. It worked, but now it still says "apply downloaded update now...» "in the Help menu.
    Why it does this and how can I fix this without losing my bookmarks and settings?

    See http://kb.mozillazine.org/Software_Update (Software Update doesn't work does not correctly)

    Delete the files in the folder updates\0 and updates:

    Vista/Windows7:

    C:\Users\<user>\AppData\Local\Mozilla\Firefox\Mozilla Firefox\updates
    (%LOCALAPPDATA%\Mozilla\Firefox\Mozilla Firefox\updates)
    
    • Download a new copy of Firefox http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    • Remove the Firefox program folder before installing this copy of the Firefox installer.
    • It is important to remove the Firefox program folder to delete all the files and make sure that there is no problem with the files that were the remains after uninstallation.

    Your bookmarks and other profile data is stored in the Firefox profile folder and will not be affected by a (rei) installation, but make sure that you do not select delete data of a personal nature if you decide to uninstall Firefox.

Maybe you are looking for

  • zipcloud

    I thought that ZipCloud was backing up towards the top of my MacBook Pro. Then I upgraded to El Capitan. Notes went off and I can't figure how to get them from ZipCloud. I can't even say IF it is backed up, and even less can be restored. Apple told m

  • Reading and writing a file

    I'm trying to read and write to a file so that I can store a string array and a double in my application, but I came out a few problems; Firstly when I put my path in the constant path he will say that the file is not there never be (so I have to for

  • I have microsoft fix Center, there a {codec crashes fix} I used it and it has disabled the files I need, can someone tell me how reinable these files to help!

    I have microsoft fix Center, there a {codec crashes fix} I used it and it has disabled the files I need, can someone tell me how reinable these files, help please!

  • problems with prtinter

    I have problems with my printer, print the page.  I try to print a scholarship for my daughter.  When I preview the page it's all there. When I print, it prints a full page, but it is not all there.  Y at - it something I can do to solve this problem

  • creating applications with service headless webworks

    I created an application with some headless webworks by following this tutorial: https://developer.BlackBerry.com/HTML5/documentation/v2_1/creating_a_ww_app_with_headless_app.html but after having imported the native extension (service without head)