PDA

View Full Version : [FMX] getUrl question



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??

DDD
June 2nd, 2003, 01:06 PM
nevermind had to clear my page cache...figured it out....but thanks to any who looked at my post