$flexLight = new cubeFlexCompiler('FluidbookDatasLight', ROOT . '/books/datasCompiler/' . $book_id, 'flash.display.Sprite', explode(';', AS3_SOURCES), MXMLC_PATH);\r
$flex->addVariable('links', $book->links);\r
$flexLight->addVariable('datas', $book->parametres->toStandardObject());\r
+ $flexLight->addVariable('id', $book_id, false, true, 'uint');\r
$flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions));\r
$flex->addVariable('chapters', $book->chapters);\r
$flex->addVariable('extras', '<extras>' . $book->extras . '</extras>', false, true, 'XML');\r