Originally posted by alantheso
i take it if i do that, the .asp need to be on the same server (and same folder?)

could that also be what was giving me trouble?
Possibly. I don't know much about the server itself. But it could be the problem?

Ensure that all files are in the same folder/server. E.g.

SERVER
-- MyFirstWork
---- index.htm
---- flash.swf
---- addemail.asp
---- database.mdb

-- MySecondWork
---- index.htm
---- menu.htm
---- main.htm
---- contacts.htm

-- MyThirdWork
etc.
-- MyFourthWork
etc.

MyXXXWork are folders. In your MyFirstWork folder, you will see all the necessary files are in the same folder.

Hope this helps mate.