10 June 2010 by Jonas |
categ: Flex, Php |
no comment
The problem occurs when there are accented characters in an utf8 database (particularly common in french). The generated service works properly, but is not testable in Test Operation view.
Flash Builder displays an error advising to encode the content with the php method utf8_encode ()…
29 April 2010 by Jonas |
categ: Flash, Flex |
no comment
There is several ways to show a specific zone/object in a Flash application in full-screen mode. The problems are to use hardware acceleration (interesting for video), to deal with possible overlay (display object above the target we want to show in full-screen mode) or to avoid with UI pixelization. And we have to consider various [...]
13 September 2009 by Jonas |
categ: Flash, Flex |
1 comment
Lors du développement d’une application Flash ou Flex il devient rapidement nécessaire d’utiliser un outil de debug permettant de tracer ce qui se passe dans les profondeurs du code…
28 August 2009 by Jonas |
categ: Flash, Flex, Php |
no comment
Un peu frustré à l’idée de ne pouvoir afficher de chaine JSON valides dans le browser, j’ai jeté un coup d’oeil dans la classe php utilisée pour récupérer les services. Après investigation le « problème » se situe dans la classe core/shared/util/MethodTable.php.