-stick this on your button:

on (release) {
getURL ("JavaScriptpenWindow(\"your-page-to-open.html/\",\"150\",\"150\")");
}

-nb:// the 150 by 150 is the size of the pop up window!!)
-and stick this in your web page (where your .swf is embed), between the <head> tags:

<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url, w, h) {
var windowprops = "width=" + w + ",height=" + h;
popup = window.open(url,'remote',windowprops);
}
// done hiding -->
</script>

and tell me if it works (mail me: the notification is not working )

good luck

lafish
[email protected]