ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


AJAX Content navigation


  • 2010-12-17 10:22:54

    AJAX Content navigation

    Is it possible to somehow have the progress through a module tracked via a single flash file?

    The idea I have is that there are separate flash modules per content item, and text versions. Then I'm wanting to create some page that holds a flash loader file that can load the content in turn, and track the user through the content, but without the page reloading (so I was thinking that AJAX could be used to relay back to the database where the user had got to).

    Is this possible, or feasible?

    Thanks in advance,

    Alex

  • 2010-12-17 15:41:46

    Re: AJAX Content navigation

    I think you may want to look at include/lib/output.inc.php.

    If you are planning to use AJAX, I think you may have to write your own script to return our content from the database. Then have your flash call that script you wrote through AJAX, and return back the page to output.inc.php or something.