AJAX Forums

how do i generate an xml file in php to be load in flash?

This is a discussion on how do i generate an xml file in php to be load in flash? within the XML and XSLT forums, part of the Beginners AJAX category; I'm frustrated, lol. I've tried everything and nothing seems to work. I want to create a php script to generate an xml file to be load in a ...


Go Back   AJAX Forums > Beginners AJAX > XML and XSLT

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 10-30-2007, 05:04 PM   #1 (permalink)
Junior Member
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0 Snake is on a distinguished road
how do i generate an xml file in php to be load in flash?

I'm frustrated, lol. I've tried everything and nothing seems to work. I want to create a php script to generate an xml file to be load in a flash movie. This is an example of my script:
<videos>
<?php
if ($handle = opendir('videos')) {

while (false !== ($file = readdir($handle))) {

if ($file != "." && $file != ".."){

echo "\t<video>$file</video>\n";
}

}

closedir($handle);
}
?>
</videos>

i then load the php file in flash using xmlFile.load(php script) but it just don't work. But if i try to write the file in plain xml works spectacular. SOMEBODY PLEASE HELP!!
__________________
Snake is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
how can i generate my XML file using php? titchyc XML and XSLT 0 11-11-2007 12:49 PM
XML path in Flash file?? Jamie * XML and XSLT 0 10-27-2007 03:26 PM
how to link a flash file in html? samselva66 XHTML and CSS 1 05-14-2007 10:59 AM
I am trying to find a way to load an XML file into HTML in a table.? Zach F XML and XSLT 0 05-13-2007 09:18 AM
Failed to load XML file? Brandon14_99 XML and XSLT 0 03-20-2007 01:47 AM


All times are GMT -4. The time now is 06:10 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com