Learning interaction problem

I have set up an e-learning resource using a quiz template
with some extra frames that I have added. There is a problem with
the drag-and-drop interactions- whenever the user moves onto the
next frame, some (and occasionally all) of the dragged objects from
the previous frame can still be viewed, obscuring the next
interaction. I'm new to Flash so I'd be really grateful if someone
could tell me what I'm doing wrong!
Thanks

Yes, my original technique was to upload the Parent SWF to a folder and then the HTML widget on my webpage would load the file from that location. As you say, all the daughter swf's had to be uploaded into the folder created for that webpage when iWeb uploads my website to MobileMe. This has worked fine for all my other daughter swf's but (I'm presuming) there is something about the Learning Interaction that doesn't let it work this way.
The other disadvantage of doing it that way is that anytime I tweak the original webpage and iWeb uploads the changes, it recreates the page folder minus all my daughter swf's and I have to upload them manually again.
What I've now done is uploaded all the daughter swf's to the same folder as the Parent and added a full web address to this folder in all my loadMovie commands in the Parent swf. Done this way, the swf with the Learning Interaction works as intended.
Many thanks for taking the time and interest to help.

Similar Messages

  • Problem with Button in Learning Interaction

    I have created a Flash file with 4 "Fill in the Blank" questions (from the Learning Interactions continued within Flash CS3) at the end. I'm then using the swf file in two different ways. One way simply loads the swf file onto a 'stand-alone' page on my website and it works perfectly.
    The other way I want to use it is integrated into a more complicated website where I have a Flash File into which various swf files are loaded when needed. In this version the "Control Button" doesn't change to "Check Answer" and "Reset" as it should and the whole question doesn't work.
    The working version is at http://web.me.com/ginneswatsonkelso/New_Chemical_Resources/Name_Isomers_Alkanes.html
    Select "4 For You to Try" to go directly to Quiz Questions.
    The non-working version is at  http://web.me.com/ginneswatsonkelso/New_Reaction_Pathways/New_Reaction_Pathways.html
    Go to "Extras" in Menu and select Naming Alkane Isomers, then "4 For You to Try" again.
    I'm using ActionScript2 and set for Player 9.

    Yes, my original technique was to upload the Parent SWF to a folder and then the HTML widget on my webpage would load the file from that location. As you say, all the daughter swf's had to be uploaded into the folder created for that webpage when iWeb uploads my website to MobileMe. This has worked fine for all my other daughter swf's but (I'm presuming) there is something about the Learning Interaction that doesn't let it work this way.
    The other disadvantage of doing it that way is that anytime I tweak the original webpage and iWeb uploads the changes, it recreates the page folder minus all my daughter swf's and I have to upload them manually again.
    What I've now done is uploaded all the daughter swf's to the same folder as the Parent and added a full web address to this folder in all my loadMovie commands in the Parent swf. Done this way, the swf with the Learning Interaction works as intended.
    Many thanks for taking the time and interest to help.

  • Learning Interactions not working in Chrome

    This is my first time using Captivate (8.01).  My problem is that 3 widgets/learning interactions are not working when viewed in Chrome. It is a responsive project. They work fine in Safari.
    Would greatly appreciate any information about how I can fix this. Thanks.

    Yes. Jeopardy, Process Circle and Millionaire. I did find out (through a nice, long  -and helpful -chat with Adobe support) that these interactions will work on the Chrome browser when accessed from an LMS. I needed to send them out to reviewers because I didn't have access to an LMS. I just defaulted and asked them to use a different browser.
    Thanks for replying and offering to help.

  • Flash learning interaction - extension

    Hellou everybody, please, i need Flash learning interactions wich is the extension for creating elearning apps and quizzes inside flash cs6 and older version as a part of eLearning Suite product. Because adobe stopped any suites, new flash cc have not this extension. Is there some way to download it?
    Thanks for any response and sory for my language
    Best regards
    Yarik

    Thanks for answer. I have licensed eLearning Suite 6 wich include Flash CS6 and learning interactions extension, but now i use Flash CC and i think will need not to install flash cs6 specially only because i need learning interactions.
    The same problem about Dreamweaver and Course builder interactions...
    Do you think will adobe release this small but usefull extensions?

  • Learning Interactions in Flash Professional CS4

    I have installed the Learning Interactions extension in Flash Professional CS4, but it does not operate correctly. First, it tells me to edit a given interaction in Windows>Panels>Clip Parameters, which as far as I can tell no longer exists.
    When I double click right on the clip to edit it, not all fields are editable. and ActionScript 3.0 is having fits with these interactions, giving me a list of Warnings in the Output tab.
    I realize these are old interactions, are they still usable? They seem better behaved in an ActionScript 2.0 document, but I still can't edit them. And I cant find newer versions of the extension.
    Any input or assistance would be appreciated. I am a returning Flash user, having not used the app in a few years.
    Doug

    Hi,
    Pls let me know if you managed to solve this problem with the learning interactions in CS4. I am running the demo of CS5 (and doubt very much that I will upgrade after this and issues with the help) and have downloaded and installed the learning interactions, but cant seem to get them to work. As you described, I cant find Windows>Panels etc and even though I opened a AS2 file I still get loads of AS errors when trying to run the interactions.
    Any help will be greatly appreciated!

  • Smart learning interactions

    I know that Adobe has a service where you can watch past webinars, where can I go to find out about past webinars on smart learning interactions also I would like to know which smart interactions work with HTML 5 and which do not I'm using Captivate 7

    Not sure there were a lot of webinars on interactions. I talked about them at DevLearn in October in a presentation, have also an overview in a table somewhere (not yet public).
    All interactions are normally HTML5 compatible (contrary to widgets), but I think there is still a problem with the Jeopardy game? Hope someone from staff will confirm. It has been a while I didn't test that one on HTML5.
    Lilybiri

  • Trouble with Learning Interactions and loadMovie

    I have created some very simple quizzes using the learning
    interactions components - specifically one of the quiz templates.
    When testing the .swf on its own, everything works, including the
    last page that tallies the number of right and wrong responses and
    calculates a percentage based on those numbers.
    However, when loading this .swf into another movie (@
    _level1), the question pages work correctly, but the last page
    returns all zeros for the right, wrong, and percentage values.
    Any thoughts on where the problem might be?
    Thanks,
    Dave...

    That sure is a lot of code for a little quiz.
    Without seeing the flash file, I can't be 100% sure, but it
    looks like the following code is what you will have to adjust in
    order for the counting function to work right according to you
    introducting another movie clip in to the path.
    on (release) {
    _parent._parent.QuizTrack.setNewPage();
    _parent.updateFrame();
    gotoAndStop(2);
    The "_parent._parent.QuizTrack.setNewPage();" may need to be
    changed to reflect the movie clip instance name you inserted this
    quiz into. Maybe something like
    "_parent._parent.QuizTrack.setNewPage();"
    Some references to "this" may have to change also. Again,
    without seeing the actual flash file, I can only give certain
    advise.

  • Captivate 8 Windows crashes when inserting Learning Interactions

    Hello, all.
    I'm running Captivate 8 one Windows 8.1 Pro laptop, with 8gigs of Ram and an Intel Core i5 processor.
    Every time I try to insert a Learning Interaction - every one I've tried (except the timer) - it after about 30 seconds of NOTHING happening, the program crashes. I get the "Windows has stopped responding" and then the "close program." dialog.
    And yes, I have tried both running as Administrator, and not. Same problem.
    Has anyone else encountered this, and do you know of a fix?
    Thanks,
    Keith

    Rick, I spent over 2 hours on the phone with Support. They were great - but ultimately came to the conclusion that there was a problem with my Windows 8 install.
    I went back, completely uninstalled, and re-installed 64-bit Captivate (I run 64-bit Windows). That partially solved the problem, but not completely. Some interactions work, others don't. And it's still buggy as h ell.
    Support's advice to me was to do a full, clean install of Windows 8 - and then to install Captivate FIRST, before installing other software. I realize that's a massive job and a major pain - but if you rely heavily on Captivate, I might suggest trying it.
    FYI, I have been working on a fairly good laptop - i5 processor (3.2ghz) and 8 gigs ram. But I was in need of a new desktop for heavier applications anyway. So I took this as the time to upgrade my desktop. It arrives today - and the first thing I'll install is Captivate. I'll post back here whether that solves all my problems.
    All of that said, I'll probably do a clean install on my laptop soon.
    That's all the info/advice I can give. Best of luck!
    Keith

  • Customize learning interactions

    Hello everybody!
    I have added some learning interactions directly from the
    common library "learning interactions" to my flash project).
    I would like to know:
    1) how to add a page result with the user's score
    2) if I can access learning interaction's properties by
    action script (i.e. I have added to the stage a "Fill in the blank"
    interaction. Can I set the question dinamically, reading, for
    example, a xml file by action script or the only way to do it is
    editing manually the component inspector? As a matter of fact I
    want to develop the same e-learning project in various languages,
    if it is possible to set questions, answers and messages of each
    interaction dinamically I will save a lot of work).
    Every whitepaper, article, tutorial about it would be very
    precious.
    Thanks a lot and have a nice day
    Stefano

    Well,
    I have found a solution to the first problem, that is to add
    a result page to a project where have been added some learning
    interactions directly from the common libraries (instead of using
    Quiz Template).
    Values about user's answers are stored in the array
    SessionArray, so it is possible to do something like this:
    var tot:Number=0;
    for (i=0,i<SessionArray.length;i++){
    if (SessionArray [ i ] .result=="C"){
    tot++;
    By these code lines you count the amount of user's correct
    answers (C is for Correct and W is for Wrong).
    Pay attention: for some reason square brackets are truncated
    so I had to insert a space between them and array index i.
    So long
    Stefano

  • Flash learning interactions, what am i doing wrong

    Hi all
    everytime after i modify and then save and publish a learning
    interaction...... i get a standard error message and flash shuts
    down. also none of the modifications i make save...... how do you
    save the the modifcations made to a learning interaction ? one i am
    in the component inspector and i make changes to the Learning
    interaction...... where do i go to save it, there is nothing in the
    component inspector and paramters that points to saving..... so i
    have been saving the fla as normal... eg under file menu 'save
    as'... i then test the movie and get nothing.
    Can anyone help ?

    Dave,
    > I have a Flash 8 FLVPlayback component on stage, with
    > an instance name of 'vid'. In a frame script I have:
    >
    > vid.setMedia("dd2.flv");
    > vid.play();
    The FLVPlayback class does not feature a setMedia() method,
    that I can
    see. According to the docs, FLVPlayback "wraps"
    mx.video.VideoPlayer. Not
    sure if that means "inherits," but assuming for sake of
    argument that it
    does, the VideoPlayer class does not faeture a setMedia()
    method, either.
    Unfortunately, the docs get a bit cryptic at this point, IMO.
    The FLVPlayer
    Component has a contentPath property, as you mentioned, but I
    don't see the
    same property in either of the aforementioned classes.
    Perhaps something in the inheritance chain provides for a
    FLVPlayback.setContent property. I see references to a
    mx.video.NCManager
    class, but can't seem to find that class reference anywhere.
    If you can do without the FLVPlayer Component, you may just
    want to use
    a Video object to load your external FLV.
    http://www.quip.net/blog/2006/flash/how-to-load-external-video
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • How Can I Remove Tabs That I Added in a Learning Interaction Widget?

    Hello, I inserted a "Tabs" Learning Interaction widget into a Captivate 8 project I'm working on.  Adding tabs is easy enough by simply hitting the plus button.  But when I want to remove a tab, I can't for the life of me determine how.  Any help would be greatly appreciated!  Thanks

    When you double-click on a Tab button in the Interaction Properties, you'll see a minus sign that will allow you to delete that tab. Beware: you need a minimum of at least 2 tabs, maximum is 5 tabs.

  • Using Flash Learning Interactions in Captivate

    Hi there,
    I am developing a short practice quiz in Captivate, but for
    one of the questions I want to use a Flash CS3 learning interaction
    (the "Hot Spots" one). I get the Flash file built, import it into
    Cpativate, and everything works.
    Now for the big question - how do I get Captivate to track
    the successful/unsuccessful action from this question in a quiz? I
    want to present users with a results page at the end of the
    practice quiz, but since this question is not built with a
    Captivate question slide (like m/c, t/f, etc.), how can I track the
    result and include it on the results slide at the end?
    Thanks in advance for any help!
    Cheers,
    Shawn

    Hi J and welcome to our community
    There is no way (back door or otherwise) that I'm aware of to
    do this. Unless, of course, you mean to use Flash 8 and export the
    Flash in a version 6 format.
    Hopefully we will see Flash 8 files working just dandy in
    Captivate version 2.
    Cheers... Rick

  • Adobe Captivate Help | Smart learning interactions

    This question was posted in response to the following article: http://helpx.adobe.com/captivate/using/smart-learning-interactions.html

    Is the Scrolling List interaction just a fancy way of displaying content versus a traditional text caption? Thank you.

  • Captivate 8: Learning Interactions.

    How can I:
    1). Add additional options to "Millionaire" like in "Jigsaw". I am working with multiple-choice questions that have 5 options but "Millionaire" only allows 4. Working with "Jigsaw", I can add options but cannot with "Millionaire".
    2). Attach images to questions and correct/incorrect boxes in "Millionaire" and "Jigsaw". Some questions have diagrams.
    3). Attach audio to questions and correct/incorrect boxes in "Millionaire" and "Jigsaw".
    4). Print certificate widget after "Millionaire" and "Jigsaw".

    Double post, is also in the Advanced section.
    Learning interactions are canned, you cannot change more than what is provided. Create your own interactions if you want to do that.
    None of those game learning interactions will take the score from the game itself, score attached to it will be given if the game has been played (even for only a limited time).

  • Flash learning interaction and Course Builder for CC products?

    Hi all, Could anyone advise me where I could get extension Flash learning interaction for Flash CC and Course Builder for Dreamweaver CC? Sometimes their use and after stopping the development of eLearning Suite I anywhere on the Adobe site found these extensions.
    Thanks for any response.
    Yarik

    You would be better advised to ask these questions on the Flash or Dreamweaver forums.  This is the Adobe Captivate forum.

Maybe you are looking for