$size = $firstDoc->generalInfos['size'];\r
\r
$daoTheme = new wsDAOTheme($this->con);\r
- $theme = $daoTheme->getThemeOfBook($book_id,true);\r
+ $theme = $daoTheme->getThemeOfBook($book_id, true);\r
\r
$index = '';\r
$textes = '';\r
$res .= $flex->compile() . "\n\n-------------------\n\n";\r
$flexLight->addVariable('datasSize', filesize(ROOT . '/books/datasCompiler/' . $book_id . '/FluidbookDatas.swf'));\r
$res .= $flexLight->compile();\r
- // $flex->clean();\r
- // $flexLight->clean();\r
+\r
+ $filesToCopy['index.swf'] = 'html/index.swf';\r
+ // Copy of files\r
return $res;\r
}\r
}\r