I'm sending some text from PHP to flash, but, despite trying several solutions, it keeps having some character errors, due to accentuation from portuguese language.
The way i am sending the vars to flash is throw get method :
echo 'var so = new SWFObject("anima/advertencia.swf?dbaviso='.$aviso.'", "advertência", "145", "170", "9", "#FFFFFF");';
Can anyone help me on this?





Bookmarks