Copy link to clipboard
Copied
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
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/
Copy link to clipboard
Copied
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/
Copy link to clipboard
Copied
This is great, thank you! I was thinking I should have been in the Flash forum...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now