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

Interactive Graphic not saving "selections" in PDF

Explorer ,
Feb 17, 2016 Feb 17, 2016

Hi All,

I have created an interactive graphic in Animate CC (aka Flash) - I have added it to a PDF in Acrobat but the user's selections are not being saved when the PDF is saved.  Any suggestions on how to accomplish this?  Here is the link to the test site so you can see the Flash file.   Home

Thanks so much!

Sarah

TOPICS
Acrobat SDK and JavaScript
646
Translate
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

correct answers 1 Correct answer

LEGEND , Feb 24, 2016 Feb 24, 2016

Flash content inside a PDF file cannot save persistent data in the usual way (using Local Shared Objects) since there is no browser engine to manage them. Instead your Flash application must use the multimedia_saveSettingsString and multimedia_loadSettingsString API functions to pass a string-formatted collection of variable values to the Acrobat runtime interface, which will then save them as hidden data embedded in the PDF file.

See

https://acrobatusers.com/forum/rich-mediaflash/swf-embeded-pdf-save-read-string/

Translate
LEGEND ,
Feb 24, 2016 Feb 24, 2016

Flash content inside a PDF file cannot save persistent data in the usual way (using Local Shared Objects) since there is no browser engine to manage them. Instead your Flash application must use the multimedia_saveSettingsString and multimedia_loadSettingsString API functions to pass a string-formatted collection of variable values to the Acrobat runtime interface, which will then save them as hidden data embedded in the PDF file.

See

https://acrobatusers.com/forum/rich-mediaflash/swf-embeded-pdf-save-read-string/

Translate
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
Explorer ,
Feb 24, 2016 Feb 24, 2016
LATEST

This is great, thank you!  I was thinking I should have been in the Flash forum...

Translate
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