Flash: Loading course pages from an array
February 17, 2009 12:00 AM
We have a carousel based on the gotoandlearn.com carousel, that displays 7 images that represent pages in the course.The code for the images and corresponding links look like this:var label_list:Array = new Array( "image1", "image2", "image3", "image4", "image5", "image6", "image7");var link_list:Array = new Array("page1.html", "page2.hmtl", "page3.html", "page4.html", "page5.html", "page6.html", page7.html");Later in the code, it uses this to make the link:t.fm_button.onRelease = function() { getURL( this._parent.fm_url ); }This doesn't work in our LMS of course, the window closes when it looses the frame and connection.I'm not a Flash coder, but is there any easy way to change the "getURL" to method that will render the pagewithin the course in the LMS?Thanks in advance for any insight! :)
Discussions have been disabled for this post