Hi, I am a front end web designer/developer and analyst...strug gling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I am struggling with how to do this since I am not savvy in actioncript. I assume the best way is to add it is with a CDATA child node, but do not know how or whatever is the best way to get this done since am on a tight deadline. I need someone to explain step by step what I have to do to get this simple addition resolved. Attached are the links to home page and code for the xml file. The left navigation is the asset that I need to add the trademark symbol under about, about ADHERE. Thanks so much in advance!!!!!!index page with menu asset
here is my xml code:
here is my xml code:
Code:
<?xml version="1.0" encoding="UTF-8"?> <accodion> <item name="HOME"> </item> <item name="ABOUT"> <item name= "ABOUT ADHERE<![CDATA[write]]>"></item> <item name="Medical Information" url="http://www.jnj.com?ref=Random"> </item> <item name="About SCIOS" url="http://www.jnj.com?ref=Random"> </item> </item> <item name="INTERACTIVE DOSING INFORMATION"> <item name="Indications and Usage" url="http://www.jnj.com?ref=Random"></item> <item name="Contraindications" url="http://www.jnj.com?ref=Random"></item> <item name="Warnings" url="http://www.jnj.com?ref=Random"></item> <item name="Dosage and Administration" url="http://www.jnj.com?ref=Random"></item> </item> <item name="RESOURCES AND TOOLS"> <item name="NATRECOR PI" url="http://www.jnj.com?ref=Random"></item> <item name="About Heart Failure" url="http://www.jnj.com?ref=Random"></item> <item name="Stages of Heart Failure" url="http://www.jnj.com?ref=Random"></item> <item name="NATRECOR Dosing Information" url="http://www.jnj.com?ref=Random"></item> <item name="Patient Management Resources" url="http://www.jnj.com?ref=Random"></item> </item> <item name="US PRESCRIBING INFORMATION"> </item> <item name="IMPORTANT SAFETY INFORMATION ref=http://www.jnj.com"> </item> <item name="REGISTRATION ref=http://www.jnj.com"> </item> </accodion>
Comment