Having this xml:
HTML Code:
[LEFT][COLOR=#000080]<?xml version=[COLOR=#0000ff]“1.0”[/COLOR] encoding=[COLOR=#0000ff]“iso-8859-1”[/COLOR]?>[/COLOR][COLOR=#000080]<gallery heading=[COLOR=#0000ff]“Photography”[/COLOR]>[/COLOR][/LEFT]
[COLOR=#000080]<piece>[/COLOR][COLOR=#000080]<heading>[/COLOR]Piece 1[COLOR=#000080]</heading>[/COLOR]
[COLOR=#000080]<desc>[/COLOR]This is the description for piece1[COLOR=#000080]</desc>[/COLOR]
[COLOR=#000080]<image>[/COLOR]TOP1.jpg[COLOR=#000080]</image>[/COLOR]
[COLOR=#000080]<heading>[/COLOR]Piece 2[COLOR=#000080]</heading>[/COLOR]
[COLOR=#000080]<desc>[/COLOR]This is the description for piece 2[COLOR=#000080]</desc>[/COLOR]
[COLOR=#000080]<image>[/COLOR]TOP2.jpg[COLOR=#000080]</image>[/COLOR]…[COLOR=#000080]</piece>[/COLOR]
[COLOR=#000080]</gallery>[/COLOR]
which should be the correct path to pass the image(s) to flash in order to write a rollOver-function, for displaying the images in a container?
Everything I’ve tried I got undefined or null on tracing.
Please help.