Hello,
I'm creating text files using PHP. At a later point those files are read by Macromedia Generator & then by the newly created flash swf files.
Although Generator works fine, the ActionScript in the Flash movies doesn't seem to understand text files written by PHP (files with the same content, but typed in manually in Notepad work fine). I suspect PHP is writing the files in unicode, and it might use characters ActionScript doesn't understand.
Is it possible to force PHP to write text files in DOS format?
I'm using PHP4.0.4 on WinNT
Thanks,
Silvio