Copy link to clipboard
Copied
Hey!
So, I got one course built up from 5 captivate files.
I want the user to write his/her name in the first file.
Is there an easy way to keep a variable through these files?
They layout of the course is like this:
Front page
/ / \ \
Course 1 Course 2 Course 3 Course 4
The user starts on the front page, and goes to one of the four courses.
I want the user to write his/her name at the front page. And then keep it form the front page to either of the four courses.
Thanks in advance!
Copy link to clipboard
Copied
Which output? Michael Lund has a widget that allows transfer of variables
between courses, only for SWF output.
Copy link to clipboard
Copied
My bad.
HTML5 output.
Copy link to clipboard
Copied
You need to use localStorage. Basically a type of cookie with much more flexibility and size.
Copy link to clipboard
Copied
TLCMediaDesign posted a response in another thread, titled "How do I communicate Advanced Actions and Variables between SCOs?" that may be some help.
Copy link to clipboard
Copied
Ok.
I'll see if I can get it ro work. Thanks!