When we convert a book from Kotobee software, a folder is made which includes index.php file. I believe it's the starting file when the folder loads.
My question was if I can make a common index.php file for all books folder by giving the respective paths to the folder paths.
e.g
var s1 = new SWFObject("path", "single", "100%", "100%", "11.9.0");
Will it work if I give a dynamic absolute path to books folder from a single PHP file?