Hello Guru's,
I'm needing some help with getting a hyperlink working from flash that has a XML text load. I tried the standard A Href in the xml, with my flash text field set to render as HTML... to no avail.
The xml looks like this:
<?xml version="2.0" encoding="ISO-8859-1" standalone="no"?>
<images>
<pic>
<image>images/imagename.jpg</image>
<caption>image title</caption>
</pic>
</images>
I removed all the graphics to lighten the file size...
I'm calling the videoBox.swf into the main swf file. That's where the green highlight lingers.... the stand alone videoBox.swf doesn't show it.
I would show you the live site, but it's a personal site and I don't really want to broadcast my family pics and video. I'll send it to you privately though so you can see what the deal is.
I am trying to get the url to open in a new window using the code above, but have been unsuccessful. I figured I'd put the target="_blank" code within the a href, but still no luck. Can someone please help? The code is below:
<pic>
<image>images/5.jpg</image>
<caption><![CDATA[Text here <ahref="http://www.johnstonanddaniel.com/listings/details.aspx?ListingId=2000570" target="_blank">More Details ></a>]]></caption>
<link>http://www.yahoo.com</link>
</pic>