From 099cf96400c778672d03254fee8fa826d18b4c2f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 8 Jul 2010 11:06:32 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5