/*********************************************************************** flipbook.js ************************************************************************ Do not change this file unless it should change for all users. This file defines functions that deal with the flipbook. ************************************************************************/ Content.prototype.Flipbook = function(){ /* Not currently working //Handle the object like a graphic, add the graphic class and remove the object class $(this).addClass("graphic").removeClass("object"); //Collect variables var flipImage = $(this).find("img"); var numberOfImages = $(this).attr("no_images"); var firstImage = $(this).attr("first_image"); var imageLocation = $(flipImage).attr("src"); c.convertReelData(flipImage, numberOfImages, firstImage, imageLocation); //load reel script only after all object manipulations are completed. loadScript("javascript/jquery.reel.js", function () { }); */ }