Publish setting - flash with scorm 2004 tracking

Hi,
I am using the HTML publish setting 'Flash with SCORM 2004
tracking'.
Can anyone help point me in a direction to find out how to
use this from within the .flas?
Is it 'fscommand("set/getValue","paramameter,value");?
Thanks,
Lisa

Hello,
For AS3 projects we use Pipwerks Actionscript 3 SCORM API Wrapper for LMS communication (this includes CS6 built projects). See link below:
SCORM projects | pipwerks
Works well.
dave

Similar Messages

  • Multi-SCO Packager does'nt works with scorm 2004 (captivate 7) ?

    Hi everybody,
    I recently published a mutli scorm using Captivate 7 and multi scorm packager.
    Eveyrthing works great when I publish each content to scorm 1.2 and use multi scorm packager after. It works fine in my LMS (moodle or Dokeos).
    But when I publish each content to scorm 2004 and after use multi scorm packager, my course doesn't work in my LMS. A new window is open but nothing is displayed.
    Anyone has the same issue with mutli scorm packager from captivate 7 and scorm 2004 ?
    Best regards.

    Hi,
    I just tested the same workflow as you mentioned, i created a new project in version 7, set reporting fro SCORM 2004 and published using multisco packager and uploaded it to an LMS (http://cloud.scorm.com)
    I was able to launch and go through the course successfully which makes me curious about the nature of your course.
    could you please tell us, if this was built in a previous version of Captivate?
    can you upload the same package to scorm cloud and verify the results.
    Caan you check the Edition of you settings which is 3rds by default. (Quiz-- Quiz Preferences-- Scorm 2004--Manifest), republish and then upload again.
    Good Luck.
    Anjaneai

  • Help:How to publish a Flash with full screen HTML

    Please, guys, be kind enough to teach me how to publish a
    Flash with full screen size in HTML. I have tried to search the
    board, but so far no luck.
    Originally, I want my .SWF to keep changing its background.
    The solution I got was placing colored stage-sized rectangles on
    the bottom layer. Then I don't want the viewers to see the HTML
    area where I cannot seem to control smooth color changes.
    So, after I construct a Flash file with backdrop-color
    changing by the method I mentioned above, how do I publish it with
    full screen mode in HTML, as you can see
    here? Help!
    Thanks in advance, guys.

    Here's an AS2 and a AS3 version I got from David Stiller
    2 small details you have to add 1 in publish settings set Dimensions to percent 100 100
    and in the html set <style>body {margin: 0; padding: 0}</style>
    // AS2
    import flash.display.BitmapData;
    Stage.align = "TL";
    Stage.scaleMode = "noScale";
    var tile:BitmapData = BitmapData.loadBitmap("tile");
    function fillBG():Void {
      beginBitmapFill(tile);
      moveTo(0, 0);
      lineTo(Stage.width, 0);
      lineTo(Stage.width, Stage.height);
      lineTo(0, Stage.height);
      lineTo(0, 0);
      endFill();
    fillBG();
    var listener:Object = new Object();
    listener.onResize = fillBG;
    Stage.addListener(listener);
    // AS3
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var bmp:Tile = new Tile(50, 50);
    var tile:BitmapData = new BitmapData(50, 50);
    tile.draw(bmp);
    function fillBG(evt:Event = null):void {
      graphics.beginBitmapFill(tile);
      graphics.moveTo(0, 0);
      graphics.lineTo(stage.stageWidth, 0);
      graphics.lineTo(stage.stageWidth, stage.stageHeight);
      graphics.lineTo(0, stage.stageHeight);
      graphics.lineTo(0, 0);
      graphics.endFill();
    fillBG();
    stage.addEventListener(Event.RESIZE, fillBG);
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • Javascript for custom Exit button on Saba LMS with SCORM 2004 v3 requirements.

    What should I add to the javascript panel on a custom exit button in Captivate to properly exit a course uploaded to a Saba LMS with SCORM 2004 requirements?

    I can confirm that the approach recommended by georgeyp worked for me with Captivate 5.5 and Saba. After publishing in Captivate, I opened the SCORM zip package and edited the imsmanifest to remove the masteryscore line. It seems that the LMS has nothing to compare to the 0 score value passed by Captivate and so it does not move the incomplete course to the Transcript and mark it ‘Unsuccessful’.
    I did not have an issue with the course getting stuck on the first screen and just showing the LMS initialization text.
    Note that I also tried the additional code (suggested but not guaranteed by Saba) and it did not solve the problem. I also tried using the 'SendTrackingDataAtEnd' SCORM template available in Captivate under Preferences > Quiz > Reporting. It did not solve the problem either.

  • Do a basic call in as2 with scorm 2004 using flash template

    I can;t seem to get any calls working within flash. This is in as2 but needs to work with scrom2004. I have published using the scorm 2004 template, and all the needed files (including the manifest) are there
    The init command works
    fscommand("SCOInitialize", "");
    but any get or set commands do not I have tried tons, including
    fscommand("SCOGetValue", "cmi._version,ver");
    fscommand("SCOGetValue", "cmi._version:ver2");
    ExternalInterface.call("SCOGetValue", "cmi._version"))
    I am just trying a simple example, getting the version variable. both are null when outputted
    Any ideas how to get a simple value
    Thanks

    HI,
       use the following
    create object wordobj 'WORD.APPLICATION' .
      if sy-subrc ne 0 .
        message s000(su) with 'Error while creating OLE object!'.
        leave program .
      endif .
      set property of gs_word 'Visible' = '1' .
    SET PROPERTY OF gs_word 'Save' = '1' .
      get property of gs_word 'documents' = gs_documents.
      call method of gs_documents 'Add' = newdoc.
    Thanks & Regards,
    Vallamuthu. M

  • MISSING FROM CC | Flash with SCORM 1.2 Tracking

    Hello Anyone-
      We use Flash as our main tool to create eLearning for our organization.  The CC seems to have dropped the SCORM 1.2 and 2004 tracking methods from the HTML Wrapper.
    Is there any way to get this back?
    Joel

    Hello,
    For AS3 projects we use Pipwerks Actionscript 3 SCORM API Wrapper for LMS communication (this includes CS6 built projects). See link below:
    SCORM projects | pipwerks
    Works well.
    dave

  • Publishing folder not available SCORM 2004

    Hello,
    First, sorry for my bad english : I'm french.
    Please someone can help me : I do not can launch my captivate project on my LMS : the message written is : The archive is not standard to SCORM 2004 (3rd or 4th ed)
    I've already check the folder that content several files but I don't no exactly what kind of files are needed.
    I work with captivate 4 and my LMS are MOS and syfadis.
    Of course I followed the user guide and I put a cross in "Zip files" and "export html"
    I dont no why but I can't attached the pictures with all the files in the zip folder. If necessary, I'll try later.
    Thanks in advance

    Hello,
    I'm sorry to hear you're having trouble. Unfortunately, you've posted in the forums for Acrobat.com (www.acrobat.com); please post your question in the Captivate forum for help with this product:
    http://forums.adobe.com/community/adobe_captivate
    (Votre anglais est presque parfait - merci pour avoir fait l'effort!)
    Bonne chance -
    Rebecca

  • Problems with SCORM 2004 communication

    I'm developing a SCORM 2004 Compliant LMS. And with contents
    developed using Captivate, if you close the content window
    intermediately after finishing the quiz, the lasts interactions are
    being lost.
    Debugging the JS execution, I can see that the commit
    function is called some time later after the user answers the
    question, and if you go quickly from one question to the next, the
    commit execution, and the SetValue to add the interactions, starts
    to be delayed more and more... then when you get to the end, if you
    close the window, the pending changes are not executed.
    I tried to delay the window close, until the finish function
    get executed... this works, but with some contents (for example the
    "Random Quiz" that is included with Captivate 3) the user have to
    wait 5 minutes!!
    I take some measures, and is taking 18 seconds from when the
    user clicks the submit button, to the commit function get called,
    what is happening?
    The SCORM API implementation is very simple, and is not
    throwing errors.
    Any help and ideas will be appreciated.
    Thanks
    Javier Rodriguez

    Unfortunately, I don't have a solution for you. Best I can
    suggest is
    take this up loudly with Adobe Support. We have two customers
    with the
    exact same problem in our LMS. Like you, the only solution we
    can
    suggest is to ask the user's to wait...which in this case,
    since the
    lesson has several questions, means about 10 minutes!
    We did get Adobe support to look at the lesson and they
    reported no
    problems. I don't understand how that could be. So perhaps
    with your
    voice added, they can figure something out.
    good luck!
    Erik
    Javier.Rodr?gez wrote:
    > I'm developing a SCORM 2004 Compliant LMS. And with
    contents developed using
    > Captivate, if you close the content window
    intermediately after finishing the
    > quiz, the lasts interactions are being lost.
    >
    > Debugging the JS execution, I can see that the commit
    function is called some
    > time later after the user answers the question, and if
    you go quickly from one
    > question to the next, the commit execution, and the
    SetValue to add the
    > interactions, starts to be delayed more and more... then
    when you get to the
    > end, if you close the window, the pending changes are
    not executed.
    >
    > I tried to delay the window close, until the finish
    function get executed...
    > this works, but with some contents (for example the
    "Random Quiz" that is
    > included with Captivate 3) the user have to wait 5
    minutes!!
    >
    > I take some measures, and is taking 18 seconds from when
    the user clicks the
    > submit button, to the commit function get called, what
    is happening?
    >
    > The SCORM API implementation is very simple, and is not
    throwing errors.
    >
    > Any help and ideas will be appreciated.
    >
    > Thanks
    >
    > Javier Rodriguez
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • Publishing a flash with AS3.0 on website does not work

    Okay, I'm finally at the end of my flash card. Here's the whole code.
    //import classes
    import com.greensock.TweenLite;
    import com.greensock.easing.*;
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    //end of importing
    //start of sound section is for sound
    var cssLoader:URLLoader;
    var css:StyleSheet;
    var soundReq:URLRequest=new URLRequest("audioFiles/PaukenBrumfiel_AngelsOnHigh.mp3");
    var sound:Sound = new Sound();
    sound.load(soundReq);
    sound.addEventListener(Event.COMPLETE, onComplete);
    //end of sound section
    //Loading external texts
    var weiss:Font = new Weiss();
    var weissBold:Font = new WeissBolder18();
    var weissBolder:Font = new WeissBolder();
    var slideXTween:Tween;
    var txtAlphaTween:Tween;
    var txtNextText:Tween;
    var txtContainer:Sprite;
    var txtField:TextField = new TextField();
    var myTxtField:TextField = new TextField();
    var txtFldwebImages:TextField = new TextField();
    var textRequest:URLRequest=new URLRequest("happyHoliday.txt");
    var textLoad:URLLoader = new URLLoader();
    var txtFormat:TextFormat = new TextFormat();
    var myLinkFormat:TextFormat = new TextFormat();
    var strLink:String;
    var numXPos:Number;
    var numYPos:Number;
    //end of loading external texts
    function onComplete(event:Event):void {
        sound.play();
    function textReady(event:Event):void {
        //txtFormat.font= weiss.fontName;
        txtFormat.color=0x000066;
        txtFormat.size=24;
        //txtField.x = stage.stageWidth;
        //txtField.width = 800;
        txtField.autoSize=TextFieldAutoSize.LEFT;
        //txtField.height = txtField.autoSize
        txtField.wordWrap=false;
        txtField.text=event.target.data;
        txtField.setTextFormat(txtFormat);
        //txtField.y = 350;
        txtField.embedFonts=true;
    textLoad.load(textRequest);
    txtFormat.font= weiss.fontName;
    textLoad.addEventListener(Event.COMPLETE, textReady);
    txtField.x=stage.stageWidth;
    addChild(txtField);
    txtField.y=350;
    TweenLite.to(txtField, 40, {x:-stage.stageWidth*2.25, ease:Linear.easeNone, delay:0.5, onComplete:Inspiration});
    function Inspiration():void {
        txtFormat.font= weissBolder.fontName;
        textLoad.load(new URLRequest("inspiration.txt"));
        txtField.x=130;
        txtField.y=330;
        txtField.alpha=0;
        TweenLite.to(txtField, 5, {alpha:1, onComplete:GoogleFunc});
    function GoogleFunc():void {
        //create and initialize css
        addChild(myTxtField);
        strLink = "<a href='http://www.google.com/' target='_blank'>Google</a>";
        numXPos = 180;
        numYPos = 370;
        var myCSS:StyleSheet = new StyleSheet();
        myCSS.setStyle("a:link", {color:'#000066',textDecoration:'none'});
        myCSS.setStyle("a:hover", {color:'#FF6600',textDecoration:'underline'});
        txtFormat.font = weissBold.fontName;
        //txtFormat.color=0x000066;
        txtFormat.size=20;
        //txtFormat.bold = true;
        myTxtField.setTextFormat(txtFormat);
        myTxtField.defaultTextFormat=txtFormat;
        myTxtField.styleSheet = myCSS; // Linking CSS to TextField
        myTxtField.htmlText="";
        myTxtField.htmlText=strLink;
        myTxtField.wordWrap=false;
        //myTxtField.embedFonts = true;
        myTxtField.width = strLink.length*2;
        myTxtField.x=numXPos;
        myTxtField.y=numYPos;
        //trace("Third txtField.y: " + txtField.y);
        myTxtField.alpha=0;
        TweenLite.to(myTxtField, 1, {alpha:1, onComplete:webImages});
        //trace("tween done");
    function webImages():void {
        addChild(txtFldwebImages);
        var myCSS:StyleSheet = new StyleSheet();
        myCSS.setStyle("a:link", {fontsize:'20',color:'#000066',textDecoration:'none'});
        myCSS.setStyle("a:hover", {fontsize:'20',color:'#FF6600',textDecoration:'underline'});
        txtFormat.font = weissBold.fontName;
        //txtFormat.color=0x000066;
        txtFormat.size=20;
        //txtFormat.bold = true;
        txtFldwebImages.setTextFormat(txtFormat);
        txtFldwebImages.defaultTextFormat=txtFormat;
        txtFldwebImages.styleSheet = myCSS; // Linking CSS to TextField
        txtFldwebImages.htmlText = "";
        txtFldwebImages.htmlText="<a href='http://www.google.com/webImages/' target='_blank'>Google Images</a>";
        txtFldwebImages.wordWrap=false;
        //myTxtField.embedFonts = true;
        txtFldwebImages.width = 300;
        txtFldwebImages.x=300;
        txtFldwebImages.y=370;
        txtFldwebImages.alpha=0;
        TweenLite.to(txtFldwebImages, 1, {alpha:1});
    //end of loading external texts
    Okay, the problem is when I publish the .swf files and put it in an html or .aspx page, it does not work. The audio is not there and a few others things ar enot working. However, it does work if I click on the.html file that Flash created during the publication.
    Here are the folder structions:
    www.mysite.com/myFlashPage.aspx
    www.mysite.com/flashFileFolder/
    www.mysite.com/flashFileFolder/audioFiles/
    So, the myFlashPage.aspx containsthe myFlash.swf file that is inside the flashFileFolder. For some reason, it does not work. Any suggestion is much appreciated.

    The .html file does work if I publish it into the same folder as I created the Flash project. However, when I publish the
    flash .swf to my web site folder (mapped), it's no longer working. The mapped web site drive structher are as follows:
    D:\Mysite\ contains the .html file
    D:\Mysite\flashFileFolder\ contains the .swf file
    D:\Mysite\flashFileFolder\audioFiles contains the PaukenBrumfiel_AngelsOnHigh.mp3 file
    D:\Mysite\flashFileFolder\greensock-tweening-platform-as3 contains all the tweenlite files
    The .html file does not work either. What else do I need to change?

  • Why does captivate 5 scorm 2004 change the pass/fail status when using complete/incomplete

    SUMMARY:  I am trying to use SCORM 2004 reporting but I am finding out ADOBE does not diffentiate between COMPLETE/INCOMPLETED and PASSED/FAILED variables in the SCORM 2004.
    RESULT: I can not accurately get the passing/failing status from the course.
    QUESTION: Is their anything I can do or does ADOBE have a patch they have release which will accurately report the passed/failed STATUS as well as the completed/incompleted status.
    OTHER RESEARCH: I even attempted to post these "proofs" on scorm.com and they have something called "SATISFACTION TRACKED" to accomodate content creation systems (CAPTIVATE 5) which does not follow the standards of SCORM 2004.
    BACKGROUND:  the report status "Incomplete/Complete" and "Pass/Fail" under the publishing options for SCORM 2004 essentially mean the same thing when the CAPTIVATE COURSE sends setvar commands to the SCORM API...  In other words the SCORM API receives the same exact commands when publishing in both modes.  "THIS IS WRONG"
    why is the wrong?  IF REPORTING; incomplete/complete ;  the CAPTIVATE 5 COURSE SHOULD NOT "change" the STATUS OF PASS/FAIL when attempting to report COMPLETE/INCOMLETE with 100% slide views.
    DEMO #3> SHOWS THE PROBLEM
    About DEMO #1 and DEMO #2> these are other reporting options I attempted with other problems arrising..so these images are just for supporting my original problem which is shown in DEMO #3...
    DEMO 1 (REPORT STATUS has no affect on reporting):SETTINGS:
    PASS: (PROBLEM)
    Anything above Passing Score is not recorded to LMS (once passing is reached...no more bookmarks are recorded)
    FAIL: (CORRECT)
    Failure gets sent to the database on the last screen with "completed"
    DEMO 2 (Report status  [Complete/Incomplete  Pass/Fail]   has no impact on commands sent to scorm api):
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database
    FAIL: (PROBLEM)
    NOTHING GETS SENT TO DATABASE (stuck in final score screen forever)...because it says "INCOMPLETE"
    DEMO 3:
    Report status [Complete/Incomplete Pass/Fail] has no impact on commands sent to scorm api
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database with a 90% passing with "completed"
    FAIL: (PROBLEM)
    LAST SLIDE SENDS "completed" but GETS SENT AS A PASSING SCORE??? even when it is a failure
    (IN OTHER WORDS ADOBE CHANGES THE PASS/FAIL STATUS based on slide views...
    this is WRONG ....REALLY WRONG becuase I am trying to report
    "COMPLETE/INCOMPLETE" for 100% slide views
    PASS/FAIL OPTIONS:
    OPTION I CAN PURSUE?
    SO WHAT CAN I DO?  YES, I CAN TELL THE LMS...to COMPARE THE SCORE RECEIVED DURING A "COMPLETE" status...and then change the grade in the LMS based on the SCORE IN THE LMS...BUT THAT WOULD MEAN THE LMS COULD REPORT ONE GRADE and the COURSE COULD REPORT A DIFFERENT GRADE....and that would not be good.
    ALL OF OUR COURSES SHOW THE STUDENT THE FINAL SCORE WITHIN EACH COURSE..
    QUESTION TO ADOBE?
    SO ADOBE when are you going to differentiate these two reporting options so that the PASS/FAIL OPTIONS ARE ACCURATELY REPORTED WHEN USING COMPLETE/INCOMPLETE?
    MORE INFORMATION
    HERE IS THE SCORM.COM "Satisfaction" adjustment (very last line) to accomodate inconsistent reporting in CAPTIVATE 5.
    Thanks,
    DOUG LUBEY OF LOUISIANA
    www.douglubey.com
    OTHER WEBSITES:
    http://forums.adobe.com/message/3332035
    http://forums.adobe.com/message/3122315
    http://forums.adobe.com/thread/712502?start=50&tstart=0
    http://forums.adobe.com/thread/800570
    http://forums.adobe.com/thread/720121
    SEARCH ENGINE REFERENCE:
    CAPTIVATE SCORM SUCCESS_STATUS
    captivate 5 scorm 2004 pass/fail is dependent on complete/incomplete
    scorm 2004 captivate cs5 success_status incorrect
    scorm 2004 captivate cs5 reports success_status incorrectly
    scorm 2004 captivate incorrectly reports pass/fail
    scorm 2004 captivate 5 incorrectly reports pass/fail
    scorm 2004 "captivate 5" incorrectly reports pass/fail
    captivate 5 sends a pass even when a failure is issued by the course using scorm 2004.
    captivate does not work properly when working with completed status.
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT
    CAPTIvATE 5 cmi.completion_status
    and cmi.success_status does not work independently with scorm 2004.  they both share the same definition.  These two field were designed to help differentiate the difference between a passing or failing score and when the course is actually completed.   WITH CAPTIVATE 5 they do not differentiate the two.  COMPLETE means PASS and INCOMPLETE means fail..
    I was trying to use "completion_status" as a way to determine when all slides were shown.  So that I can send the final score (PASS/FAIL) the LMS after all slides were viewed and this was the absoluted score the student recieved.
    2011 CAPTIVATE CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    2010 CAPTIVATE CHANGES SUCCESS TO PASSED WHEN COURSE REPORTS FAILURE
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    CPTX CAPTIVATE CHANGES cmi.success_status TO PASSING
    CP5 WHY DOES CAPTIVATE SCORM SUCCESS_STATUS
    CPTX WHY DOES CAPTIVATE CHANGE PASSING STATUS
    CPTX CAPTIVATE SCORM CHANGES FAILING SCORE TO PASSING SCORE
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS MEANS THE SAME THING
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT

    Hi,
    Here's something I found in a similar situation... hope this helps!
    After publishing your CP5 project as a SCORM 2004 zip file, unzip the file so you can get into the separate files.  Open the imsmanifest.xml file with a text editor; I like using Notepad++.  Search for the line starting with <imsss:minNormalizedMeasure>.  The complete line will probably look like <imss:minNormalizedMeasure></imss:minNormalizedMeasure>, this is the line that is supposed to contain your passing score (at least for our LMS).  So, if your passing score is supposed to be 80%, edit this line to be:  <imsss:minNormalizedMeasure>0.80</imsss:minNormalizedMeasure> and save the file.  Then select all the files and re-zip them, I use 7-zip for that.
    I found one other weird thing that doesn't happen 100% of the time, so test it.  In the example above, try to get a score of exactly 80% (or whatever passing grade you are using) and see if you get the correct status reported.  I found I sometimes have to re-edit that line in the manifest file to be 0.79 so it correctly includes an exact 80% score.  No idea why and you have to watch the number of questions in your quiz to make sure that works for you mathematically.
    If this works or not, I'd recommend posting your results so others can get some ideas.  Good Luck!!

  • Retrieving learner_reponse using SCORM 2004

    Has anyone had any luck getting any version of Captivate to report cmi.interactions.n.correct_response and cmi.interactions.n.learner_response when publishing with SCORM 2004? I've been using Test Track because I couldn't get the ADL suite or Moodle to run properly. It's also not an option at the moment to test in the LMS the content will eventually be running in.

    Hi Rod,
    Thanks for that tip, I've double checked that and it appears to be correct.  I was under the impression that the reporting section would just be used for the criteria       for completion and would still report the score/percentage. 
    This is what my screen looks like, pretty standard I think.
    Any other areas that I should doublecheck?  I was thinking of making each question worth 5 points but that would require manually adjusting each course, less preferred way to fix it.
    I started thinking that under Quiz Result Message I only have Correct Question and Total Questions checked off, but don't know if that would cause the percentage to not output. Unlikely I think. 

  • Problem with SCORM 1.2 option

    I am using Captivate 8, I bought a licence. When I save my file, to be exported to my LMS, using the SCORM 1.2 options, the file, named imsmanifest.xml, contains an error in the code. So the LMS is not able o read it correctly. I requested the solution to my LMS, that is LITMOS, nd they said to me that the problem is on Captivate and that they have other clients with the same problem. Please can you help me to solve this issue?
    Best Regards. Gaetano

    Manifest files are pretty straightforward, in general (except when you get into deep sequencing rules).  Any clue as to what it is saying the error involves?
    Could be something simple.
    I had an issue with sumtotal a few years back, with scorm 2004 manifests.
    There is an item in the manifest where you declare which scorm spec is being followed, and for that particular version of sumtotal, it expected the manifest to say "scorm 1.3" instead of "scorm 2004".
    Mind you, they both refer to the same set of standards but that simple change (which I made using notepad) solved my dilemma.
    But I agree with Rod, and scorm cloud is my benchmark for testing always.
    Hope that helps and if you want a second set of eyes on the manifest file, I'd be happy to take a look.

  • Flash and SCORM

    Dear Sirs,
    I have a general query about SCORM and FLASH. If anyone can
    help me here then I would really appreciate it. An upcoming project
    at our organisation is a proposed full suite of e-learning modules,
    developed in Flash and then integrated into an LMS.
    At present, this project is at the discussion phase as a
    couple of our developers have proposed this in the past. But what
    exactly do we mean by having a SCORM complaint e-learning module on
    a Learning management system?
    Does this mean that we would have a series of Flash movies
    embedded in HTML files that contain interactive quizzes built with
    actionscript and that when used by someone online, communicate the
    results of these quizzes to the LMS on the server so that we can
    see how many people have done the quizzes or does this just mean
    that the LMS would just track how many people have actually gone
    through the e-learning modules just to have a look?
    What are the full implications/advantages of using flash
    SCORM compliant movies on an LMS? Do the flash movies have to be
    developed, exported in a particular way.
    I am assuming that this LMS consists of a software
    application on a server that can be managed by an administrator
    online?
    I am sorry for all these questions but at our company we had
    a series of meeting about a proposed e-learning system and I
    remembered that we had a couple of flash developers who used to
    work for use a while back and one of them mentioned using flash
    with SCORM but like I said the discussions about this matter are at
    the embryonic stage.
    I look forward to hearing from you.
    Regards
    Keith
    [email protected]

    I'm sorry that I do not have an answer to your issue, but I
    am interested on how you have created the wrapper. I am trying to
    figure out how to load my captivate movies onto my SCORM 1.2
    compliant LMS and I am a bit stumped. Can you share what you did?
    Thanks, Fbudd

  • SCORM 2004 content in OLM

    Hello,
    I am new to OLM. I realize that OLM 11i supports only SCORM 1.2 content. What happens with SCORM 2004 compliant courses inside OLM? Will OLM run them, give errors, etc. Do they necessarily have to be converted into SCORM 1.2?
    Jasmina

    Hello again,
    Now, I tried to upload some SCORM 1.2. content. While the course material done with Breeze is successfully uploaded and run in OLM, the Flash courses do not run. The error is: "Unable to find an API in a parent window". At the same time I installed an open source environment "Ilias" and the same Flash courses run without any error.
    Is there something wrong with the course content [I reapeat, all uploaded courses run on another LMS "Cobent" and open source "ilias"without any problem] or maybe something with the OLM configuration?
    Thank you
    Edited by: user9011561 on 26-Jan-2010 06:17

  • Publish Settings - Flash Player 11 problem

    Yes correct I'm talking about Flash Player 11, thats what it says in Flash CS5 software.
    Whatever I do in Publish Setting, Flash software always returns option to be Flash Player 11, i don't get this. I choose Flash Player 8 and AS 2.0 and re-open Publish Settings it is again back on Flash Player 11 and AS 3.0.
    Why is it doing that ?
    First screenshot
    Second screenshot

    Try installing your Flash CS5 again

Maybe you are looking for

  • Printing to a canon iP5000 via a D-Link Wireless Router

    I am having a problem selecting the driver for a Canon iP5000 as it does not appear on the list of printer models. I have installed the driver by copying from the net and using the disk that came with the printer but the iP5000 will not show on the l

  • Query not retrieving correct result set

    I have a query that doesn't seem to be executing its where clause. I used getQuery to check it and ran it in SQL Navigator where it works fine. The same query doesn't work correctly when executed in the OA Framework. Any ideas? Thanks.

  • TREX search for contracts

    We have installed SRM5.0. TREX is running on a separate server. A RFC connection between the two servers has been established. Is any other config needed to be able to search in SRM via TREX?

  • No available themes in iPhoto '09 when I try to print photos

    When I try to print photos in iPhoto '09 a window pops up and says "No Available Themes, There were no themes located". I use to be able to print photos all the time and I have iLife installed - Version 9.0.3.  What has happened and what do I need to

  • Table Mainenace generator updates problem

    Dear All,   I have created table maintenance generator for custome table,but now while i'm trying to maintain the data from SM30,its not updating my ztable, means: while m trying to change the information and click on save its showing me record saved