Ok I’m a complete newb in flash, but slowly and by reading a lot of tutorials and book I bought I’m kind of learning… Still I have an issue that I haven’t found a solution to.
I already have a flash site called test.swf, inside I have an empty MC in an action layer inside the area I want the other pages to open. In the buttons I set an action for loading the movie like this
on (release) {
actionformovie.loadMovie(“History.swf”);
}
I save the page and do a Publish Preview in HTML but when I hit the link nothing happens. :(. I went through the tutorial in this site even though it’s for mx2004… and it basically says to do that command… any help would be appreciated