Microsoft
Software
Hardware
Network
Question : Flash XML content
say I have the following XML:
<product a="1" b="2">
this is <b>some big</b> text
</product>
how do I access the text "this is <b>some big</b> text" within actionscript 3? I got a handle on the prduct node but cannot seem to pull out the text between <product> and </product> tags.
thanks!
Answer : Flash XML content
The variable $PHP_SELF will have the path+filename in it or you can use $_SERVER["SCRIPT_URI"], $_SERVER["SCRIPT_URL"], and many other built in variables to find out what url / file system path was called.
Random Solutions
How to modify this javascript to open links in a new window?
Basic Authentication Box Is Displayed When You Log on to OWA 2003 with HTTP
how i can fine the fsextend.exe microsoft utility t download?
Sql Query
wireless adapter in ubuntu 9
DB2 - How can I restore a deleted table?
Random.nextDouble(double d)?
Joomla 1.5 sef link return 404
Microsoft Security Essentials Has Detected Problems. How Do I Verify If Their Findings Should Be Removed?
Sendkeys to Webpage in IE by VBA