PHP text inside Flash
- From: "cecilomar" <cecilomar@xxxxxxxxx>
- Date: 30 Sep 2005 05:18:39 -0700
Flash MX 2004 can use external text including alien symbold, like the
used in no english languages. For spanish I need to use á, é, í, ó,
ú, ñ, and ü.
I know I can use this feature if I encode the text file to UTF-16 but
if the text is dynamicly generated with PHP, I loose the encoding. I
allready tried to use headers.
<?php
header("Content-type: text/css; charset: UTF-16");
$date = date("Y");
echo "text=Más años: $date.";
?>
This display some asian characters and flash didn't recognise it.
Please help me.:)
.
- Prev by Date: PHP login/Pasword?
- Next by Date: Debian: Apache1 and 2 -> but pg connect fails on apache2, apache1.3 is prety good
- Previous by thread: Convert numbers to letters in frensh
- Next by thread: Debian: Apache1 and 2 -> but pg connect fails on apache2, apache1.3 is prety good
- Index(es):
Relevant Pages
|