Now create a new FLASH movie titled partB.fla. This is the actual website and contains content, photos, and all the buttons that will call popups.
Attach this script to a button that will open a popup:
-------------------
on (release) {
getURL("javascript:openNewWindow('popup.html','thewin','height=400,width=360,resizable=no,toolbar=no,scrollbars=no') ");
}
-------------------
Now select CONTROL - TEST MOVIE to publish the files called partB.swf - you do NOT need to create the HTML page called partB.html