Flash SharedObjects Used in Articulate

Dec 05, 2012

Hi,

I am using Articulate presenter to import swf files that are using shared objects to collect user reflections.

________________________________________________________________________

var so_text1:SharedObject = SharedObject.getLocal ("nameoffile", "/");
if (so_text1.data.text_confidentiality !=undefined){
   
   text_confidentiality.text = Lincs_text1.data.text_confidentiality;
}
else {
      text_confidentiality.text = "How might procedures related to confidentiality be improved. . .";
      }

________________________________________________________________________________

You can see that I am inputting automatically an intro for the reflection---- "How might procedures related to confidentiality be improved. . ."

At the end of the project I want to display all the reflections and allow the users to print their reflections as a "take away."  When I publish, this all works locally.

When I post to a web site, the screen for printing reflections opens, but is empty of content.

Does anyone have any ideas about obstacles related to used shared objects in presenter? Does anyone have a suggestion for an alternative approach?

Betsy DeGeorge

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.