]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Jul 2010 15:26:55 +0000 (15:26 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Jul 2010 15:26:55 +0000 (15:26 +0000)
inc/ws/Controlleur/class.ws.url.php

index 38476e8e95846451a11e9877edc8eb962943ddab..b5be7c95270caafaefc1134558490b14180f6e97 100644 (file)
@@ -119,6 +119,15 @@ html{height:100%}' . "\n";
                $res .= '<tr><td>' . __('Rechercher une publication') . ' : </td><td>' . form::field('book_nom', 64, 1024) . form::hidden('book', '') . '</td></tr>';\r
                return $res;\r
        }\r
+\r
+       public static function testAS()\r
+       {\r
+               $flex = new cubeFlexCompiler('FluidbookDatas', 'flash.display.Sprite');\r
+\r
+               ob_clean();\r
+               $flex->compile();\r
+               exit;\r
+       }\r
 }\r
 \r
 ?>
\ No newline at end of file