A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: PHP session and Flash

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    171

    PHP session and Flash

    Hi all,
    I currently have created a training course using Flash/PHP/mySQL.
    The training course lasts forty five minutes.
    The client has asked if the trainee/student undertaking the course exits the program at any stage can they log back in later on and continue from where they left off?
    I understand how this would be done with PHP/mySQL but can anyone explain the process with the addition of Flash?

    There are 39 frames in the entire movie, each frame being a new section. I somehow need to put into the database the frame where the trainee/student left at so that when they log back in they go straight back to where they left off.

    Cheers,
    Suzy
    Last edited by suzy_Q; 01-08-2004 at 03:36 AM.

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    you either have to send intermediate results to the server whenever a section is finished, or use a local sharedobject and update that after every section.
    If you use the first method, the student can resume the course from a different computer

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center