From d664c6bf5337271b6c332ecf0efed95410da1b82 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 6 Jul 2010 15:26:55 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5