• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Cannot make multimedia_saveSettingsString work

Explorer ,
Mar 17, 2017 Mar 17, 2017

Copy link to clipboard

Copied

I referred to this thread:

https://forums.adobe.com/thread/1634466

And here is my sample code.

import flash.events.Event;

var result:Object = ExternalInterface.call("multimedia_loadSettingsString");

if (result)

{

a_Tf.text = String(result.toString());

}

a_Sb.addEventListener(MouseEvent.CLICK, clickit);

function clickit(e:Event):void

{

    trace('hello');

    a_Tf.text = String(100);

    var result:Object = ExternalInterface.call("multimedia_saveSettingsString",a_Tf.text);

}

Dropbox - adobe-forum-question-files

Can anyone help me understand, what am I doing wrong?  Why doesn't it work?

Screen Shot 2017-03-17 at 6.57.13 PM.png

TOPICS
Rich media and 3D

Views

314

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation