PHP text inside Flash



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.:)

.



Relevant Pages

  • Re: query error handling
    ... Doug Miller wrote: ... he is saying "Ah, this feature was introduced in PHP version 5.2". ...
    (comp.lang.php)
  • Re: [PHP] Re: header() function for displaying an opened PDF document.
    ... storing the file to the server because of two features. ... php script to use the email to pick up the file and send it to my boss. ... I'm thinking of using hte HTML conversion to PDF feature. ...
    (php.general)
  • Re: Alternatives to Dreamweaver
    ... XHTML, CSS, and perhaps javascript. ... My friend says that DW has a "template" feature that automatizes ... This depends on the Web host. ... Perl, PHP, etc. ...
    (Debian-User)
  • PostTrack Updates
    ... this week (will show up in next week's report). ... There's one bug fix ... Added a new CodeCount feature. ... <?php must be followed by ?>. ...
    (php.general)
  • php or asp.net for this?
    ... I know there are already a million threads on php vs asp.net. ... 2)A database search feature (to search multiple fields and phrase ... 4)An admin feature so that a product category recordset can be ...
    (comp.lang.php)