Embedding XML Flash Data Into PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpjunkie666
Forum Newbie
Posts: 10
Joined: Tue Jul 01, 2008 8:09 am

Embedding XML Flash Data Into PHP

Post by phpjunkie666 »

I have a flash file that uses an XML setting file to load images from /image/ folders when launched. The Flash file works fine with the XML when embedding to HTML or linking directly via java popups, but I can't seem to get the flash to collect XML data when embedding it into PHP.

Anyone help with this?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Embedding XML Flash Data Into PHP

Post by Benjamin »

Have you verified that the xml output from the PHP script is correct?
Post Reply