Can an embedded Flash SWF save and get a variable with Reader?

My SWF content contains text in different languages.  The user selects a language and it appears.
Is there a way to store this setting locally so that the correct language appears when the pdf is reopened?
I only need a two-letter string, like "EN," "FR," "ZH," etc. and the SWF does the rest.
I've tried calling multimedia_saveSettingsString from the SWF Actionscript, and I've tried setting an Acrobat global variable and setPersistent using Actionscript and local .js files. It works in Acrobat, but not Reader on a users system.
I also tried using a separate pdf form to store a global variable, and then attempted to get that variable using the SWF Actionscript.
Could the be an issue with security settings or Acrobat properties?
I'm not a virtuoso at this, so script examples would help.
(Windows 7; Actionscript 3; Acrobat 9 and XI are available; Adobe Reader 9 is in the installed base, but I may be able to switch to a higher version of Reader)
I asked a similar question in the Acrobat Javascript community, but got no responses. I reworded it here with additional detail
Thanks.

Here's the section from my example that's linked to the Save and Load buttons. evalText, infoText and replyText are the three TextArea fields.
Note that it's important to send a string, but return an object and cast it back into a string. EI.call() has no clue what's being sent back from JavaScript.
// button handlers
butSave.addEventListener(MouseEvent.CLICK, doSave);
function doSave(e:MouseEvent):void {
    var rtn:Object = ExternalInterface.call("multimedia_saveSettingsString",evalText.text);
    if (rtn == null) {
        infoText.appendText("Save: REPLY = null");
    } else if (rtn.toString() == "") {
        infoText.appendText("Save: REPLY = empty string");
    } else replyText.appendText("Save: reply = " + rtn.toString());
butLoad.addEventListener(MouseEvent.CLICK, doLoad);
function doLoad(e:MouseEvent):void {
    var rtn:Object = ExternalInterface.call("multimedia_loadSettingsString");
    if (rtn == null) {
        infoText.appendText("Load: REPLY = null");
    } else if (rtn.toString() == "") {
        aT(infoText,"Load: REPLY = empty string");
    } else replyText.appendText("Load: reply = " + rtn.toString());

Similar Messages

  • Can i return my ipod touch and get my money back

    can i return my ipod touch and get my money back?

    Maybe:
    If you want to return an item, you can ship the item back to Apple, or bring it to any U.S. Apple Store for a full refund. For eligible Mac, iPad, iPod, and third-party products, you have up to 14 calendar days from the time you receive your item(s) to initiate a return.
    Items ineligible for a return include:
    Opened memory
    Opened software*
    Electronic Software Downloads
    Software Up-to-Date Program Products (software upgrades)
    Apple Gift Cards
    Apple Gift Packaging (origami style gift box with ribbon and greeting card)
    Apple Developer Connection Products (Membership and Technical Support)
    * You may return software after rejecting the licensing terms, provided the software is not installed on a computer. However, software that contains a printed software license may not be returned if the seal or sticker on the software media packaging is broken.
    http://store.apple.com/us/help/returns_refund

  • HELP! How come I can't 'save and quit' any longer with this new ver of Firefox? Does anyone know how to fix this?

    When I updated Firefox I have now discovered I can no longer action the 'save and quit' function when closing down Firefox! Is this a common problem and more to the point is there a solution to this?? ie, change settings or some form of patch??
    Any help would be greatly appreciated as this function WAS awesome when needing certain tabs kept open.

    Firefox now always stores the old session, and you can access it by going to the History menu and selecting "Restore Previous Session"
    If you want Firefox to display the message to save the session, it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''
    If you always open the last set of tabs, an alternative approach is this:
    # Click the orange Firefox button, then select options to open the options window
    # Go to the General panel
    # Change the setting "When Firefox starts" to "Show my windows and tabs from last time"

  • I have two itunes accounts on my mac... Can I plug in my phone and get music upload to it from either one?  How can I merge them so that my husband and I can share our music?

    I recently plugged in his phone and downloaded all the music from his apple id, music he had purchased.  I have a different apple id.  Can he share it with me?  Would I be able to get it on my phone?  Also, with home sharing on my apple TV-  Can I turn them both on and get the music form both accounts or do I have to use one at a time?

    Put all of the music in one itunes library and sync the idevices to that library

  • Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Did you delete all receipts with iDVD in the file name  with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder before installing the new copy?  If not then do so and delete the new application also.
    Click to view full size
    Then install iPhoto from the disk it came on originally and apply all necessary updaters: Apple - Support - Downloads
    OT

  • I downloaded a movie twice.  How can I cancel the other one and get a refund?

    I downloaded a movie twice.  How can I cancel the other one and get a refund?

    If you are speaking of an iTunes purchase, you will need to contact iTunes Customer Service and explain the situation. Their written policy is kinda cold, in that they say they don't issue refunds for erroneous purchases, but I have found them to be a bit more understanding and helpful than that.
    Start by calling Apple at 1-800-275-2273 (if in the US) and ask to be connected to iTunes Customer Service.

  • Can I buy an iTunes voucher and get the code sent straight to my email?

    Can I buy an iTunes voucher and get the code sent straight to my email?

    If the iTunes Store sells gift certificates in your country, yes, but you'll need to provide a credit card issued in that country to make the purchase.
    Regards.

  • How can I complaint about an app and get my money back?

    How can I complaint about an App and get my money back?

    First Contact the Developer of the App.
    If necessary...Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Whether java component (Not ejb, not servlet) can be deployed in App Server and get the services provided by App Server

    As I mentioned in subject, I am just wondering Whether the java component (Not
    ejb, not servlet) can be deployed in App Server and get the services provided
    by App Server or not?

    Nevermind folks - I got it to work. All my configuration was correct; I had other issues with the ejb-jar file that the verifier informed me of (my previous deployments were with the verifier turned-off).

  • I have Photoshop cc on creative cloud but would like to add lightroom. Can I cancel my current membership and get the photography plan which would be cheaper? thanks

    I have Photoshop cc on creative cloud but would like to add lightroom. Can I cancel my current membership and get the photography plan which would be cheaper? thanks

    yes.
    contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • I brought a phone out the country and it won't work in the u.s can I take it to apple and get it unlock

    I brought a phone out the country and it won't work in the u.s can I take it to apple and get it unlock

    No. Only the carrier its locked to can unlock it.
    You need to contact the original carrier to get it unlocked.

  • If my phone is broken and not insured but still under one year old. Can I go to an apple store and get it replaced with a new one?

    My lock button has stopped working and need to get it fixed. Would it be possible if my phone if not insured but still under warranty to go to an apple store and get it replaced with a new one? Or do you have to be insured?

    The iPhone has a one year warranty. So you should be able to get it replaced free unless you damaged it. You can check the warranty status here: https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Make an appointment at the local Genius Bar ahead so you won't have a long wait. http://apple.com/retail and click on Genius Bar.

  • If i erase my ipod can i reuse my apple id and get my data back

    if i erase my ipod can i reuse my apple id and get my data back?

    Yes if you backup the iPod
    To restore from backup see:
    iOS: How to back up      
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store         

  • I just wrote over firefox 3.6 with 5.0 for my mac OSX and discovered my mac won't support it. Is there a way I can recover all my lost files and get the old version back?

    i just wrote over firefox 3.6 with 5.0 for my mac OSX and discovered my mac won't support it. Is there a way I can recover all my lost files and get the old version back?

    You can download and install Firefox 3.6 from http://www.mozilla.com/firefox/all-older.html

  • I have tried to install Ghostery and Do No Track Plus on my Android tablet and get not compatible with Firefox 15.0.1.Can you help with this?

    I have tried to install Ghostery and Do No Track Plus on my Android tablet and get not compatible with Firefox 15.0.1.Is there a way around this or another reputable do not track add on that i can use?

    at the moment, there's only a small subset of privacy/security-related addons available for the mobile version of firefox:
    https://addons.mozilla.org/mobile/extensions/security-privacy/

Maybe you are looking for

  • Problem with Consolas font in a form

    I have problem with Consolas font in a form in latest Adobe Reader (v11.0.9) It shows dots (password sign) instead of letters. Edit box is not configured for passwords. Form was created by Foxit PhantomPDF and it shows correctly in Foxit. Can somebod

  • P.O commitment in PS

    Dear masters, Iam having one issue in my client project, we are having one service order in external processing, purchase requisition, purchase order, then ML81n service entry sheet. after that confirmation. but after this cylce i want to close this

  • I have activated the facebook integration in the OS X 10.8.2 . But i'm not getting facebook notifications in the notification centre.

    can anyone help me out on this?

  • Constant problems with HP 309g-m wireless

    I'm honestly about to throw this device out the window - it cannot retain connectivity with my wireless router for more than one print job.I've already had to replace the wireless antennae once, and I swear I've now spent more time troubleshooting it

  • Placeholder column value

    Hi, I'm working on a multilingual report (Dutch, French and English) and I want to have the labels on the report in the correct language based on user selection. I already know I can achieve this with placeholder columns. I also know I can set the va