all groups > flash actionscript > july 2004 >
You're in the

flash actionscript

group:

LMS - return user to page last viewed


LMS - return user to page last viewed pamfin
7/19/2004 8:26:06 PM
flash actionscript:
I am creating a learning course in Flash that will be used with a Learning
Management System (iPerform). I need to code flash so that when the user exits
the course and re-enters (another day maybe), they will be returned
automatically to the last page they were on. Please help... Thanks Pam
Re: LMS - return user to page last viewed ShadowKnyte
7/21/2004 6:18:53 AM
On exit call a Javascript function to set the lesson location via SCORM
communications. Then on launching the Flash movie again write the HTML that
contains the code to view the Flash file dynamically and request the value of
lesson location and write it into the SWF path as a passed parameter, which can
be referenced in flash as a variable and depending on the value of this
variable you can navigate the user to whatever section of your flash movie it
corresponds to (be it a frame label or a frame number).
AddThis Social Bookmark Button