|
|
Using
flash with XML and PHP
You can use
XML and PHP within Flash. By creating an XML object within flash you can
work with the XML data in an XML file easily. Using PHP from within flash
is also straightforward. The getURL function can be used to send any variable
value from within the flash file to a PHP file. For example the following
code,
_______________________________________________
_______________________________________________
getURL("fromFlash.php",
"_blank", "POST");
can be used
to send variables from Flash to a PHP file fromFlash.php. The variable
sent according to the code above use the POST method. You can use the
$_POST('variable_name') to get the data from the flash file and assign
that value to some other variable within the PHP file. It is so easy to
do it.
To load XML
data in flash you can create an XML object and use that object's Load
method to load the XML file you need. You can create a function that could
navigate through the XML document and assign that function to the onLoad
event of the XML object.
Free Adobe CS3 Chicago Events, Classes and Training for InDesign, Dreamweaver Photoshop and Flash (PRWeb via Yahoo! News) Ascend is hosting free upcoming events such as our Freelancer Fiesta, Mastering the Adobe Creative Suite focusing on Photoshop CS3, Illustrator, InDesign and Bridge, and our 10th Anniversary Open House with demos in Adobe Flash CS3, Dreamweaver, AIR, Flex, Photoshop, InDesign and more. Attendees will see our classroom environments, and meet our instructors. TRUE.com Selects Midnight Coders for Delivery of Next Generation Online Dating Services (PR.com) Midnight Coders announced today that the popular online dating service provider, TRUE.comŪ, plans to lead the way toward enhanced online dating experiences using Midnight Coders' WebORBŪ technology. The enhanced service improves TRUE's popular real-time video chat functionality for True's rapidly growing user base. "As online dating continues to grow, we want to give our customers the [PR.com - ... Explaining Apple's Flash Killer Strategy: SproutCore (The Mac Observer) Apple could find itself in a position in the future when poorly implemented versions of Flash and Silverlight for the Mac could put it at a competitive disadvantage, according to Dan Dilger at Roughly Drafted. Both Google and Apple, for different reasons, have a stake in an alternative technology, and that explains Apple's resistance to Flash on the iPhone
FREE
Subscription
Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.
Note
: We never rent, trade, or sell my email lists to
anyone.
We assure that your privacy is respected
and protected.
_______________________________________
Recommended
XML Books
|
|
| FREE
Subscription Stay
Current With the Latest Technology Developments Realted to XML. Signup for Our
Newsletter and Receive
New Articles Through Email. Note
: We never rent, trade, or sell our email lists to anyone. We assure that
your privacy is respected and protected.
|
|