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
Windows Server 2003 and application deployment.
VB button on Output to Excel
FTP Upload
odbcad32 DSN to SQL Server 2005/2008 from Windows 7 x64 fails
How do I test the speed of my network?
How does PHP use the COM Object and what is it and what does it mean.
Excel processing mutiple csv files into one sheet using a criteria
Excel VBA Error - Trying to select range
naming for 2 to the power of ...
HttpUnit: ReferenceError: "ValidationSummaryOnSubmit
" is not defined.