I have a flash module that I added to a slide. The flash module has a button that calls the javascript function next();
I created the next() function inside the file start.html so it will be included on all the pages.
This function looks like this:
fuction next(){
var oArgs = new Object;
oArgs.pid ='OBJ_5';
CallMethod('nav_008_next', 'JumpNext', oArgs);
//return false;
}
I created this function by looking at how the default project's navigation works in the file runtime.xml. Both my function and the onclick event are identical minus the commented out return.
However it appears that Courselab's builds block the flash from successfully calling the function.
Any help provided would be greatly appreciated.
Thanks,
Kevin
I have a flash module that I added to a slide. The flash module has a button that calls the javascript function next();
I created the next() function inside the file start.html so it will be included on all the pages.
This function looks like this:
fuction next(){
var oArgs = new Object;
oArgs.pid ='OBJ_5';
CallMethod('nav_008_next', 'JumpNext', oArgs);
//return false;
}
I created this function by looking at how the default project's navigation works in the file runtime.xml. Both my function and the onclick event are identical minus the commented out return.
However it appears that Courselab's builds block the flash from successfully calling the function.
Any help provided would be greatly appreciated.
Thanks,
Kevin