DDD
June 2nd, 2003, 12:50 PM
I have a simple question...I fthe following getUrl attached to abutton
on (release) {
getURL("http://www.myurl.com/dev/enhanced/contact.asp", "_self");
}
That path points to my page.....It seems to work when I test in flash (cntrl + f12) but when I put it on my server it does not work. The buttons just do not respond. Anybody have an idea why??
on (release) {
getURL("http://www.myurl.com/dev/enhanced/contact.asp", "_self");
}
That path points to my page.....It seems to work when I test in flash (cntrl + f12) but when I put it on my server it does not work. The buttons just do not respond. Anybody have an idea why??