я делал так:
в html создаешь фрейм

Код:
<iframe name="InlineFrame1" id="InlineFrame1" style="position:absolute;left:3px;top:487px;width:1255px;height:360px;z-index:15" src="info.html" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
во флеше пишешь к кнопке:

Код:
on (release) {
getURL("http://site.ru", "InlineFrame1");
}
в моем случае "InlineFrame1" - имя фрейма и так со всеми кнопками, все просто и работает