|
this can be complex, I tried
<?php
$line = "path";
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" ;
echo "<cat>\n";
echo "<photo>".$line."</photo>\n";
echo"</cat>\n";
?>
but flash is showing :
TypeError: Error #1088: The markup in the document following the root element must be well-formed.
at slideshow_fla::MainTimeline/xmlLoaded()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Last edited by revo999; 11-27-2009 at 08:59 AM..
|