xml in flash 8
xml in flash 8
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- jpea0
sure, instead of using a long Object reference (since its' a reserved reference in flash) just use something simple.
xmlPath = 'file.xml'
then
timeXML.load(xmlPath)or even just
timeXML.load('file.xml') and ditch the reference entirely.