From: vincent@cubedesigners.com Date: Thu, 8 Jul 2010 11:06:32 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=099cf96400c778672d03254fee8fa826d18b4c2f;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 6f82e7594..764c8682d 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -130,7 +130,7 @@ html{height:100%}' . "\n"; $daoTheme = new wsDAOTheme($core->con); $theme = $daoTheme->getThemeOfBook(2963); - $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')); + $flex = new cubeFlexCompiler('FluidbookDatas', ROOT . '/books/datasCompiler/test', 'flash.display.Sprite', explode(';', AS3_SOURCES)); $flex->addVariable('links', $book->links); $flex->addVariable('datas', $book->parametres->toStandardObject()); $flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions));