From: vincent@cubedesigners.com Date: Tue, 6 Jul 2010 15:26:55 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d664c6bf5337271b6c332ecf0efed95410da1b82;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 38476e8e9..b5be7c952 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -119,6 +119,15 @@ html{height:100%}' . "\n"; $res .= '' . __('Rechercher une publication') . ' : ' . form::field('book_nom', 64, 1024) . form::hidden('book', '') . ''; return $res; } + + public static function testAS() + { + $flex = new cubeFlexCompiler('FluidbookDatas', 'flash.display.Sprite'); + + ob_clean(); + $flex->compile(); + exit; + } } ?> \ No newline at end of file