I just started managing an online courseware product for my company. url:
anyway, in this online course there are several lessons, each lesson has its own XML file defining what slides to load, etc... i'd like to be able to define what lesson is played first via the URL such as
adl.html?lesson=1
I'm new to javascript, how do I go about getting this variable and evaluating it? the main flash movie is callled
citpoParentFlashMovie.html so currently it would embed
citpoParentFlashMovie.html?ADL.xml
how to I make that change to the following via the url
citpoParentFlashMovie.html?Lesson1.xml
citpoParentFlashMovie.html?Lesson2.xml etc...
Thanks a lot, e-mail if you'd like:
jonathan.scott@ngc.com
anyway, in this online course there are several lessons, each lesson has its own XML file defining what slides to load, etc... i'd like to be able to define what lesson is played first via the URL such as
adl.html?lesson=1
I'm new to javascript, how do I go about getting this variable and evaluating it? the main flash movie is callled
citpoParentFlashMovie.html so currently it would embed
citpoParentFlashMovie.html?ADL.xml
how to I make that change to the following via the url
citpoParentFlashMovie.html?Lesson1.xml
citpoParentFlashMovie.html?Lesson2.xml etc...
Thanks a lot, e-mail if you'd like:
jonathan.scott@ngc.com