Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
The change handler will load the site into a new window. It is shown below.
The loadSite function retrieves the data for the selected item - the URL. It
then loads the URL into a new window - the target is _blank.
CBOLoadSites.setChangeHandler("loadSite");
function loadSite(component) {
var SiteURL = component.getSelectedItem().data;
getURL(SiteURL, "_blank");
}
You'll have to publish the file to see this working.
The complete code for frame 3 of the actions layer is shown on the next page.