all groups > flash data integration > february 2007 >
You're in the

flash data integration

group:

URL links in XML


URL links in XML DizzyHVH
2/7/2007 8:22:56 PM
flash data integration:
I have a datagrid populated with a XML file which contains URL links. I cannot
get the links to work when I click on them. Is there a simple solution? I'v
tried to use this format : <link> <a href="http://www.ghagdjagdjadg.com>
testpage</a></link> , but nothing happens and the line in the datagris is
empty. Can anyone help me?
Re: URL links in XML MotionMaker
2/8/2007 12:37:20 PM
In XML use CDATA to store URLS and HTML

Re: URL links in XML DizzyHVH
2/8/2007 7:16:01 PM
Re: URL links in XML CyberSam
2/8/2007 9:23:32 PM
I dont suppose eith ero fyou can help me with a menu Im building, I have worked
through a few demonstrations my xml menu looks like this.

<menu>
<menuitem label="Integration Files" icon="folder" >
<menuitem label= "JPI Word dot" icon="dot"/>
</menuitem>
</menu>

the problem I'm having is I have tried to add urls but to no avail. Any help
would be appreciated.


Re: URL links in XML MotionMaker
2/8/2007 10:30:33 PM
Something like this:

<menuitem label="Integration Files" icon="folder" >
<![CDATA[the url goes here]]>
</menuitem>
or
<menuitem label="Integration Files" icon="folder" >
<url><![CDATA[the url goes here]]></url>
</menuitem>
Re: URL links in XML typeguydesign
9/13/2007 7:46:50 PM
Hello,
I am trying to use an XML file for external SWF links. I have the linked files
loading in a target movieclip but a new browser window opens as well each time.
I don't have a listener atached. Should I and how? Thanks in advance.
AddThis Social Bookmark Button