SCORM Issue, fscommand LMSGetValue call from Flash

Hi all
I'm using fscommands to communicate with the SCORM 1.2
template published from Flash. I need to use fscommand because,
even though I'm working in Flash 8, I'm working in an older file
that was created in Flash 6. And
everything breaks when I try to publish it to version 8.
So I can't use the ExternalInterface method, I have to use
fscommands.
Now my problem is that I'm able to write to the LMS using the
following:
fscommand("LMSSetValue", 'cmi.suspend_data,'+toLMS);
//<--toLMS is a string of text i want saved
fscommand("LMSCommit", "");
BUT I'm not able to retrieve that string later. I try to use:
fscommand("LMSGetValue", "cmi.suspend_data,returnVal");
//<--returnVal is a string declared earlier
Ive also tried a number of variations like:
fscommand("LMSGetValue", 'cmi.suspend_data,'+returnVal);
var fromLMS:String = String(fscommand("LMSGetValue",
"cmi.suspend_data,returnVal"));
textbox.text = String(fscommand("LMSGetValue",
"cmi.suspend_data,returnVal"));
fscommand('LMSGetValue', 'cmi.suspend_data,returnVal');
Nothing has returned anything.
I do know for certain that my main_DoFSCommand in my HTML is
called, it then calls the SCOGetValue, and that successfully calls
the LMSGetValue function. And at each call, the variables being
passed are all as expected.
So this is making me wonder if I'm actually calling it
correctly from Flash in the first place. And with anything
pertaining to SCORM and Flash, I haven't found much out there
pertaining to this, so hopefully someone here can help.
Thank you in advanced
Chris

I have the same problem, and i have send request complementary upgrade (Adobe® Flash® Builder® 4.7 Complimentary Upgrade), and only received a Acrobat change licensed...
I´m working with 4.7 Beta the last mounths, and now all the days have to see "please enter your license". So one problem that you can jump with money (if you have that money..), isn´t a problem. Like a i have license from flex 3, upgrade to flex 4, and upgrade to flex 4.5, i´m going to take de upgrade from 4 standard to 4.7 standard (47,97 euros), and not waste my time and money on calls. So yes, I'll see adobe with another eyes...
Best regards,
José Ramón León

Similar Messages

  • Javascript call from Flash in modal dialog window

    Hi.
    As I see it's impossible to call Javascript function from
    flash in modal dialog (opened with showModalDialog), neither with
    getURL nor with ExternalInterface.call.
    The only solution I found (in my case it's enough, I only
    need to refresh some DIV content in the page from flash) is to
    catch error in the modal dialog (Javascript window.onerror) and
    then do some operations.
    I'm intereseted: is this for security reason on Win XP SP2? I
    didn't found any solution, but is there any?

    Hi Gary,
    Actually I'm not very sure that whether it is the VS issue if it still has this issue in a new Environment.
    To make sure that it is not the VS setup file issue, one idea is that you could re-download your VS2013 Pre version here:
    http://www.visualstudio.com/downloads/download-visual-studio-vs
    And then re-install it again. Test the result. Hope that it is not the VS setup file issue.
    If still no help, really sorry for that I couldn't repro this issue in my side. But
    you can submit this feedback to Microsoft Connect feedback portal:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,Microsoft
    engineers will evaluate them seriously. You could share this project in your report, the product team members would troubleshoot and repro this issue.
    You will get email notification for update in your connect report.
    If you submit it, please share us the link here, so we could get the latest information from the product team members.
    Sincerely,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Javascript calls from flash send GET request

    I'm having this problem with calling a javascript function
    after opening a new URL from flash. Basically what I have going on
    in my flash is a button, that when clicked, opens a new URL in
    "_blank" sending values to it using a POST request (I have done
    this both by using getURL and by using a LoadVars object). This
    part works fine, however immediately after it, I have a call to the
    javascript function "window.close()" (which I have done both using
    getURL and ExternalInterface). This works great in Firefox, but in
    IE the POST request seems to be getting interrupted by the
    javascript call.
    I did a check on the values getting passed using Charles, and
    it clearly shows that in IE there is a POST request getting sent to
    the page I'm loading in the new window, immediately followed by a
    GET request. This get request overrides the POST and for some
    reason only appears when making a javascript called. If I change
    that javascript call to opening a new URL in _self, for example, it
    doesn't show up.
    Does anyone have any idea what this is all about? Is there a
    solution to this? Why is this happening?!

    Thanks for the speedy reply!
    I'll just have to double check to make sure that any of the AJAX calls are security checked.

  • Sound issues making phones calls from Mac

    When making or receiving calls thru continuity on my Mac (27" Late 2013; IOS 8.1 iPhone 5S), the person on the other end says the call sounds like I'm in a tunnel, has some distortion and is at times not clear enough to understand what I'm saying.  I have used the internal microphone on the mac and have also used a "Yeti" external microphone with the same results.  I did try "Face Time" audio as a test and the sound was much improved and satisfactory at the caller's end.  There are no issues with the sound from my end sitting at the computer.

    Making iPhone Calls from Mac Doesn't Work
    Your points 1 & 2 have nothing to do with it.
    On 3, is it turned on on your iPhone and your Mac?

  • ExternalInterface | How to get called from flash in"xml flavor"?

    Hi guys,
    I have seen that ActiveX version of Flash Player issues an
    event (FlashCall) that describes using xml the function call that
    the programmer has called with ExternalInterface.call method.
    That xml has the form : <invoke
    name="thenameofthefunction"><arguments>...</arguments></invoke>
    However, regarding the NPPlugin version, when you make a
    "ExternalInterface.call" flash always ask to its container to
    "evaluate" a chunk of javascript code.
    Also, both flash player versions (ActiveX and NPPlugin)
    provide the "CallFunction" method that allows you to pass, in a
    single parameter, an xml (in the same form as the one from
    "FlashCall" event) describing the actionscript function (and its
    arguments) to be called.
    I would need to use the "xml flavor" in both directions
    (flash to container and container to flash) independently of the
    version of Plash Player being used (ActiveX or NPPlugin). The
    reason: I do not have any problem parsing and consuming xml and,
    however, I do not want to write a javascript interpreter at all.
    Does anyone know if there is any possibility to instruct
    flash npplugin, in any way, to describe the function calls using
    xml instead of javascript?
    Any suggestion will be welcome.
    Best regards.

    Hi people,
    Finally I've got the answer to my question:
    It seems that there is not a feasible way to achieve that
    Flash Player (Netscape Plug-in) calls into its wrapper using the
    XML pattern that uses its "brother" (ActiveX Flash Player). Thus,
    the solution is to interpret the chunk of javascript code in the
    best way that is suitable for your (my) needs.
    Bellow, for your convenience, is the answer I got from one of
    the player architecs.
    Thanks a lot to Matt, Gary and all the people that replied to
    this topic.
    For the Netscape plug-in, I think the easiest thing for him
    to do is
    just to parse the JS coming from the Player. You don't need a
    full
    _JavaScript interpreter to do it. The _JavaScript code
    generated always
    follows the same basic pattern. A parser to transform it into
    XML or
    any other data structures would probably only be a few
    hundred lines.

  • Strange issue - WD4A when called from EP returns wrong data

    Hi Experts,
    I am facing a very strange issue with WD4A. I have created one RFC. WD4A program calls this RFC. When I am executing the RFC using se37 it gives me 10 records. When I am executing the same RFC from WD4A program (Web Dynpro Application -- Right Click -
    test) the program is returning 10 records.
    I have created one iView in Portal. When I am calling the same program from portal, sometimes it returns 9 records and sometimes 10 records. I just refresh the iview and no of records getting displayed in screen changes.
    I have cheked the code many times. The code is perfectly fine.
    I have used clear and refresh command in the beginigng  of  RFC.
    What may be wrong? I have wasted my full dayfor resolving the issue. But I could not succeed.
    Is it due to some BASIS issue? Is it due to some server session issue?
    I have used business graphics in my application. Is it due to this? Whether IGS server and ECC contain different data?
    Please suggest
    Regards,
    Gary

    Hi Experts,
    The System configuration in the EP  is pointing to the right system and right client. I am using same setting for other Iviews. The other iViews are working fine.
    How we can apply break point in WDA. I beliveve I have to meet following requirement:
    1) Suppose EP user is 4755. The EP user 4755 is mapped to R/3 user 4755 and R/3 pernr 4755.
    2) Backend R/3 user 4755 should have se80
    3) Backend R/3 user should have debug access.
    The authorization will not provide such accesses for backend user 4755.
    Do we have any workaround?
    Please help.
    Regards,
    Gary

  • FaceTime Audio Issue? Every call from iPhone 6 to iPhone 6 uses FaceTime Audio

    I have a Iphone 6.  My wife has a iPhone 6.  We have used FaceTime Audio a few times in the past to connect when I was traveling internationally and / or no reception but I had wifi.  My problem is now EVERY call is connecting us via FaceTime Audio despite NOT attempting to connect that way.  In both our contacts I have changed the phone number field labeled iPhone to the field labeled mobile From the one labeled iPhone.   We are both aware on how to make a FaceTime Video and / or Audio call and are NOT doing it that way.  Pretty strange.  Nothing against FaceTime audio but I would prefer to make the decision on when to connect that way and when to not.  Any help is appreciated.
    Thanks

    thanks for the suggestion unfortunately that did not work.  Deleated each others contacts and made a NEW one with a Variant of each others names so that it was completely new entry.  Same thing.  Every call is FaceTime audio.  I am really perplexed. 

  • Opening a new browser window from flash

    Does anyone know of a method fo opening a link in a new
    window in firefox from within flash that isn't blocked by the popup
    blocker. It seems like the security in FF 2.0.0.6 (I'm on 2.0.0.11)
    has been tightened to prevent any _blank or window.open calls from
    flash getting through. I've tried the standard getURL, fscommand
    and ExternalInterface call to a javascript window.open method.
    Nothing now works.
    I understand the need for the popup blockers, but this is a
    legitimate popup only invoked on user interaction (click) - the
    same window.open call in an onClick event outside of flash works
    fine and I guess it is blocked from within flash because there is
    no way of knowing if the call is invoked from user interaction or
    automatically - but seems a shame.
    So any other way of getting a new browser window to open from
    within flash in firefox?

    Use target="_blank" in your form declaration.<FORM METHOD=POST ACTION="someAction" TARGET="_blank">The _blank keyword tells the browser to load the results in a new window.
    If you need more control over your window (size, address bar, etc.) you'll need to use javascript.<SCRIPT>
    function submitForm(windowName){
       newWin = window.open("",windowName, "menubar=no,resizable=no,...");
       document.myForm.target = windowName;
       document.myForm.submit();
    </SCRIPT>
    <FORM NAME="myForm" METHOD=POST ACTION="some.jsp" TARGET="">
    <INPUT TYPE=BUTTON VALUE="Submit" onclick="submitForm();">
    </FORM>

  • Control DHTML layer from flash

    I am working on my portfolio site www.pandadesign.com and in
    the "book" section I want to call a DHTML layer with a flash button
    but alas I do not know how to do this...So here i am asking the
    Flash gods of the net for a little help..
    alos i know there is a way to have the flash UNDER the dhtml
    element, something to do with the embed tag...
    Thanks
    Ramachan

    Not considering myself a flash god :-) but I maybe can help.
    In the good old days you would use fscommand -- in Flash 8
    there is a new way to do this with externalInterface. Anyway, you
    would need to have a javascript function in DHTML that reacts on
    the call from Flash and does everything necessary in DHTML.
    There is no way to have Flash (or any other active-x object)
    UNDER dhtml, by definition. You may find that setting the z-index
    will work on some browsers, but not always and everywhere.
    Some people help themselves by setting WMODE=transparent, but
    even that is known to cause problems in some browser
    configurations.
    If you specify what exactly you want to do, and what version
    of Flash you're using, I might be able to help you a bit more
    constructively. :-)
    Good luck
    Wolf

  • RFC call from a Windows Service

    Hi All,
    I have created a simple windows service which is making an RFC call to R/3 system. This is not working. Whereas the same piece of code written in a windows application projects(exe) works properly. Does anyone had similer issues working with Windows services ? Is it a known issue of RFC calls from windows service ???
    Thanks & Regards
    Ganesh Datta

    Hi Juergen,
    After I put the debug statements I figured out that connection to R/3 system is unsuccessful.
    I am using the SAP .Net Connector 2.0. I wrote a windows service which is manually started. Withing my service I am using Single sign on to connect .This is what was causing the problem. If I disable Single sign on and supply userID and password then connection is successful and also subsequent RFC calls.
    I guess within windows service Single sign on does not work.
    Thanks for your reply
    Best Regards
    Ganesh Datta

  • Problem of Creating SCORM 1.2 from Flash

    Dear All,
    When I created e-Learning content through the flash and
    published it from SCORM 1.2 standard to upload in new IBM LMS 1.04
    version, it is not working properly.
    How to generate the XML files needed for communicating with
    LMS. If any option in flash to generate such kind of XML or should
    I use thirdparty software for generating the XML? if someone have
    experience in e-Learning content developing kindly help about it.
    Regards
    Aluvan

    You can use the
    Reload Editor to create the XML
    files for both scorm 1.2 and 2004, but I think it is more likely
    that your communication problem is in the javascript wrapper.
    Captivate uses the same SCORM setup, so searching for
    Captivate SCORM issues may help you find the particular one that is
    causing problems with your LMS.
    For example:
    For example
    Output
    Options in captivate - Part 3: SCORM Tracking
    TheDesignSpace.net

  • My IPhone 6 with AT&T is dropping 5-10 calls a day. Calling from same location as my 5S which never had dropped calls. Is this a hardware or software issue?

    My IPhone 6 128GB with current software using AT&T is dropping 5-10 calls a day. I am calling from an office with good signal strength and in the same location as i did with my 5S which almost never had dropped calls. Is this a hardware or software issue? Is this a common issue with the new IPhones?

    Hi jackneedshelp, 
    Thanks for visiting Apple Support Communities. 
    If calls are not going through on your iPhone 6, I recommend going through the troubleshooting method found at this link:
    iPhone: Troubleshooting issues making or receiving calls - Apple Support
    These steps can help identify and resolve the symptom that might be causing the connection issue.  
    All the best,
    Jeremy

  • Quality issues with calls from US to Korea

    I've always been a big fan of Skype. I have a premium account and I use "Skype to go" to call from the US to South Korea. Starting about 5 months ago, the quality of these calls has severely degraded. It is almost not worth the call. It is very difficult for me to hear the people I've called and for them to hear me as well. There is no Skype customer support contact phone number listed anywhere on the Skype website that I can find. Otherwise, I'd be addressing this issue with a real person. Is there a reason for this call quality degradation? Is there a fix in work? Is there a customer service number I can call? Is it time for me to leave Skype?

    rates are available on http://www.skype.com/en/rates/  just enter Itay in the destination and check the rates lower down the page.
    If you are going to make a lot of calls - check the subscriptions available too...
    There are subscriptions that include landlines and mobiles as well

  • CAN SOMEONE PLZ TELL ME HOW TO SHUT OFF THE LIGHT FROM FLASHING WHEN I RECIEVE A CALL?

    CAN SOMEONE PLZ TELL ME HOW TO SHUT OFF THE LIGHT FROM FLASHING WHEN I RECIEVE A CALL?

    Settings>general>accessibility>led flash alerts off

  • How to Call HTML Layers from Flash?

    how to Call HTML Layers from Flash? i need a help on example
    or script.

    What do you mean html layers? You can call JavaScript on the
    page using the
    ExternalInterface class. There's examples in Help if you look
    up the EI
    class, and it's call method.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

Maybe you are looking for

  • Switch row into a column in the view

    EMP TABLE empid pay_type_id      pay_factor 101      A           10 111      A           15 112      B           3000 101      C           250 111      C           250 PAY_TYPES table pay_type_id      pay_type_code description A           var        

  • 11.0.0.4 Update still promting for update at clock even when disabled via GPO customization wizard

    I have custiomized the Adobe Reader 11.0.0.4 msi to disable any updating feature available . This is the same as the previous versions which have worked faultlessly. This time when i have deployed 11.0.0.4 it does install on the windows machine but s

  • Ship-to Party details- not from Customer master

    Hi all, I need to fetch ship to party details for SO and those details should not be from Customer master(order specific including name, location and region) For that  I am using following code.       SELECT vbeln              kunnr              adrn

  • HT4623 HELP with my IPAD2

    my software update option is missing from my settings menu

  • HT3209 How can i be reimbursed for a rented movie that was unplayable?

    I rented an HD movie which was not playable on my MacBook Air Processor  1.8 GHz Intel Core i7 The rental period expired and i am now out my 4.99 How can i get reimbursed or receive a credit? j