dewey
06-01-2006, 02:43 PM
Hey,
Sorry for so many questions, but I am really trying to get this project done on the ASAP.
I have this as my 'Actions' Layer first frame of the timeline:
// add the event listener for the button
tab.addEventListener("click", sendPortletName);
function sendPortletName(eventObj:Object) {
getURL("http://myurl", "_self");
}
I have a stop() command on another layer in 2 parts... would that be causeing me these problems? I can click on the "tab" button, but I can't load up the site...
Thank you
Sorry for so many questions, but I am really trying to get this project done on the ASAP.
I have this as my 'Actions' Layer first frame of the timeline:
// add the event listener for the button
tab.addEventListener("click", sendPortletName);
function sendPortletName(eventObj:Object) {
getURL("http://myurl", "_self");
}
I have a stop() command on another layer in 2 parts... would that be causeing me these problems? I can click on the "tab" button, but I can't load up the site...
Thank you