nate51
03-24-2009, 04:30 AM
I have code for an automatic scroll content and the XML looks like this
<?xml version="1.0" encoding="utf-8" ?>
- <events>
<photo scroller="Scrolling content Scrolling content Scrolling content Scrolling content Scrolling content" />
</events>
Does anyone have an idea how to drop a link in for a specific part of the text?
I tried something like this
<?xml version="1.0" encoding="utf-8" ?>
- <events>
<photo scroller="Scrolling <a href="http://www.site.com" target="_blank">content</a> Scrolling content" />
</events>
And that made my content in the flash site 'undefined' so I am drawing blanks here. Any help would be great.
<?xml version="1.0" encoding="utf-8" ?>
- <events>
<photo scroller="Scrolling content Scrolling content Scrolling content Scrolling content Scrolling content" />
</events>
Does anyone have an idea how to drop a link in for a specific part of the text?
I tried something like this
<?xml version="1.0" encoding="utf-8" ?>
- <events>
<photo scroller="Scrolling <a href="http://www.site.com" target="_blank">content</a> Scrolling content" />
</events>
And that made my content in the flash site 'undefined' so I am drawing blanks here. Any help would be great.