LoadMovie

Hi

I have a site, where i want something, to wotk like HTML frames. I thought that i could use:

on (release) {
_root.indhold.loadMovie(“hjemny.swf”);
}

I think its exactly the same code, like the tutorial on this site: “Create a hole flash site”, but it seems it isnt working. I have done exactly the same thing, like the turorial, but still it wont work. Can there be something i have missed?

And there is another thing…What do i do with the Start-up page? I have linked my buttons, so the movie will play, in “indhold”, but its only when someone have pressed the button something will appear. In the meantime, the movie “indhold” is blank…

Hope you can help

First of all, I’d make sure that indhold is the instance name, not the name of the actual movie-clip symbol. That got me for the first week or so of using Flash.