hey i have a question about linking up my flash buttons to a iframe located in my site already. i can’t seem to get it to do that. anybody know where to start. so far my coding to my buttons is this. it seems to be not working.
on (release) {
getURL(“URL”, “IFRAMENAME”);
}
on (release) {
getURL(“http://www.pavlovvisuals.com/stellamaris/frames/shows.html”, “shows”);
}
here is my site in progress.
www.pavlovvisuals.com/stellamaris/stellamaristest2.html
if anybody can answer this that would be amazing! thanks so much!