Flash link to a iframe

Hello,
Can someone tell me how i can make a link in a flashmovie,and when clicked on it will open a other document in a Iframe!!
Grzzz…

Give your Iframe a name… assuming you would know how to do that.

Now have your button look something like this…

on (release){
getURL(“yourpage.html”,“framename”);
}

Thxx. a lot it works…:slight_smile:

No problem, glad I could help :slight_smile: