Hi, Is it possible to format text in xml file that gets displayed in flash. Below is my xml file with 3 menu labels. Is it possible to just highlight and italicize the word 'New' when it displays in a flash file. I tried doing something like New, but it wont work..
<?xml version="1.0" encoding="utf-8"?>
<items>
<item item_label="Home" item_url="index.html" item_url_target="_self"/>
<item item_label="New Travel Dates" item_url="travel.html" item_url_target="_self"/>
<item item_label="New Itinerary" item_url="itinerary.html" item_url_target="_self"/></items>