I am construting a website for personal use and i want to link my flash butt
ons
in my header to my html files in Dreamweaver. Would I use an ActionScript in
Flash and if so how would i go about doing something like that (ive tried ma
ny
times and never got it to work) or is there something i can do/use in
Dreamweaver?
> one more thing if you could please, how can i establish the target
mainframe in the flash ActionScript?
on (release){
getURL ("your.html", "mainframe");
}
the only problem with it now is that when you push the buttons, new windows
pop up. What am i doing wrong?
on(release){getURL("frameset_index.htm","mainframe");
}