From 0d4f376bd7b32b43816f8f4e03acefb08b82e58a Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 20 Apr 2011 12:07:10 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.flash.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index ee79600d6..6fdbf5a91 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -619,12 +619,12 @@ class wsFlash extends cubeFlashGateway { $log = str_replace('&', '&', $log); $log = str_replace('&', '&', $log); - $this->xml->addChild('log', $log); + //$this->xml->addChild('log', $log); } $book = $dao->selectById($this->args['book_id']); $absoluteURL = 'http://' . $_SERVER['HTTP_HOST'] . '/viewer/' . $book->book_id . '_' . $book->hash . '_' . TIME . '/'; - $this->xml->addChild('compiledBook', '/fluidbook/compile/index.swf?base=' . $absoluteURL); + $this->xml->addChild('compiledBook', $absoluteURL . 'index.swf?base=' . $absoluteURL); } } -- 2.39.5