-
Let's say i have a site which is divided into 2 frames.... 1 topframe and 1 mainframe
and i have a flash button which tells this command:
on (release) {
getURL("newcontent.htm", "_mainFrame");
}
will the newcontent.htm file open up in the mainframe right ?
or is the code wrong ? do i need to check expressions "ON" somewhere or ? plz help me cause that code aint working in flash mx, but it did in flash 5.0 ... or i am remembering wrong
-
this might sound silly, but it's worth a try.
Remove the "_" beore mainframe, and try it again.
It might be that.
Hope this helps!