panproduction
Technical User
Hello,
I'm new to xml and I have a script that is a flash based scroller that takes the information from an xml file:
There are scrolling thumbnails, when you click on them it takes you to a new url page. Only it's loading the url in the same window and I'd like for it to load in a blank or new window.
Here's what I have now:
<?xml version="1.0" encoding="utf-8" ?>
<thumbnails>
<thumbnail filename="nycomply2.jpg"
label="nycomply web"
url="description="Appearance Enhancement Compliance Agency" />
<thumbnail filename="amerbarber_2.jpg"
label="abi web"
url="description="ABI School of Barbering and Cosmetology" />
<thumbnail filename="isic_main.jpg"
label="isic web"
url="description="Institute for the Study of Infection Control" />
<thumbnail filename="smile_dental.jpg"
label="smiledental web"
url="description="Smile Dental PC - Flushing, Brooklyn NY" />
<thumbnail filename="posterize_01.jpg"
label="posterizethis web"
url="description="Compositing, FX for TV and Film" />
<thumbnail filename="HomeModerno.jpg"
label="homemoderno web"
url="description="Make Your Home a Future Home!" />
<thumbnail filename="Royal-Parking-of-NY.jpg"
label="royalparking web"
url="description="Royal Parking Valet Service" />
</thumbnails>
How can I get the url links to load in a new, blank window?
Thanks
I'm new to xml and I have a script that is a flash based scroller that takes the information from an xml file:
There are scrolling thumbnails, when you click on them it takes you to a new url page. Only it's loading the url in the same window and I'd like for it to load in a blank or new window.
Here's what I have now:
<?xml version="1.0" encoding="utf-8" ?>
<thumbnails>
<thumbnail filename="nycomply2.jpg"
label="nycomply web"
url="description="Appearance Enhancement Compliance Agency" />
<thumbnail filename="amerbarber_2.jpg"
label="abi web"
url="description="ABI School of Barbering and Cosmetology" />
<thumbnail filename="isic_main.jpg"
label="isic web"
url="description="Institute for the Study of Infection Control" />
<thumbnail filename="smile_dental.jpg"
label="smiledental web"
url="description="Smile Dental PC - Flushing, Brooklyn NY" />
<thumbnail filename="posterize_01.jpg"
label="posterizethis web"
url="description="Compositing, FX for TV and Film" />
<thumbnail filename="HomeModerno.jpg"
label="homemoderno web"
url="description="Make Your Home a Future Home!" />
<thumbnail filename="Royal-Parking-of-NY.jpg"
label="royalparking web"
url="description="Royal Parking Valet Service" />
</thumbnails>
How can I get the url links to load in a new, blank window?
Thanks