From 6d4dc6917e9258a61e66ca9e50ec2de2b970f30c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 31 Mar 2011 16:06:11 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 0651c4f5f..3f436505f 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -456,9 +456,11 @@ html{height:100%}' . "\n"; $meta['og:image'] = 'http://dev.ws.fluidbook.com/services/facebook_thumbnail?id=' . $book->book_id ; } + $alt = '
' . cubeMedia::image($webcompile . 'getflash.gif', 734, 409, '') . '
'; + $res .= ''; $res .= ''; - $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook', '', 10, '#' . $theme->parametres->loadingBackColor, '', 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always')); + $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook','', 10, '#' . $theme->parametres->loadingBackColor, $alt, 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always')); $js = array($webcompile . 'fluidbook.js'); $jsvar = array(); -- 2.39.5