A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Please Point Me In The Right Direction

  1. #1
    Member
    Join Date
    Jan 2003
    Posts
    70

    Please Point Me In The Right Direction

    Hi,

    I created a math product with Flash MX 2004 that I want to deliver as a projector file on a CD. That part's done but now I would like the program to save a record of the students' progress so they can return to the last practice set they were working on. I also want teachers to be able to access a progress report and track the students' performances.

    What sort of programming should I be looking into? I'm assuming this requires more than just actionscript. Any ideas would be great.

    Thanks

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    you would need some server side language and a mysql database. i would suggest php. for that, you also need a server somewhere online. that is th eonly way you can have teachers administrate the information that students do. that means that any computer the application is run on, needs to be online to save data.

  3. #3
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    Look into learning management systems. I work for a company who has developed one, I just develop the content and making it SCORM complient, but this sounds like what you are looking for.

  4. #4
    Member
    Join Date
    Jan 2003
    Posts
    70
    Thanks for your help.

    I didn't realize the computer would need internet access. Aren't there programs that save data without being online?

  5. #5
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    yeah, it is possible to save data without being online. but for one: its difficult from flash. flash just cant write a .txt file on a persons computer. it CAN save a flash version of a "cookie". but even if you saved the data on a persons local computer, how would a teacher have access to it? Unless they use the same computer. If you want access from another computer, it will have to have to connect to a server, which can then store the data into a database, and the teacher can view that information.

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