[nycphp-talk] [ot] Quick question re: XML + Flash ...
John Corry
lists at neoncowboy.com
Fri Sep 10 21:44:59 EDT 2004
The XML header tag shouldn't cause you difficulties.
What version of Flash?
Having messed with this a few times, I have to recommend the very helpful
XMLtoObject.as script...
http://tinlion.com/blog/index.php?p=2
________________________________
From: talk-bounces at lists.nyphp.org
[mailto:talk-bounces at lists.nyphp.org] On Behalf Of Mark Armendariz
Sent: Friday, September 10, 2004 12:37 PM
To: 'NYPHP Talk'
Subject: RE: [nycphp-talk] [ot] Quick question re: XML + Flash ...
I don't recall having problems with an xml header, although I
haven't looked and it's been a while...
if it's a php file it might just be the short tags setting in your
php.ini. If short tags are on, you'll have to echo the xml declaration tag:
echo '<?xml version="1.0"?>';
Mark
________________________________
From: talk-bounces at lists.nyphp.org
[mailto:talk-bounces at lists.nyphp.org] On Behalf Of Jon Baer
Sent: Friday, September 10, 2004 6:18 PM
To: 'NYPHP Talk'
Subject: [nycphp-talk] [ot] Quick question re: XML + Flash
...
Sorry for the OT .
It seems that Flash can't read file w/ the <?xml declaration
tag .. Is that right? Im having a real tough time .. If its omitted it seems
ok .. Am I missing a method or something?
<?xml version="1.0"?>
<not working/>
<working/>
- Jon
More information about the talk
mailing list