$flex = new cubeFlexCompiler('FluidbookDatas', ROOT . '/books/datasCompiler/test', 'flash.display.Sprite', array('C:\Users\Vincent\Documents\Works\cubeExtranet\swf\_src', 'C:\Users\Vincent\Documents\Works\as3'));\r
$flex->addVariable('links', $book->links);\r
$flex->addVariable('datas', $book->parametres->toStandardObject());\r
- $flex->addVariable('traductions', $book->traductions);\r
+ $flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions));\r
$flex->addVariable('chapters', $book->chapters);\r
$flex->addVariable('extras', $book->extras);\r
$flex->addVariable('numerotation', $book->numerotation);\r