You need to have a good look at your HTML code. There are numerous problems with it:
1. You define javascript functions and CSS includes in the head and body (sometimes the same function twice) 2. You have 4 whole HTML top level nodes and content within 1 HTML page! 3. You define swfobject include in the body 4. You have also included Adobes active content .js which may interfere with swfObject 5. You have meta tags within your body tags etc.
Basically, ther HTML code is completely wrong, and I am surprised the browser renders it at all. Have someone review your HTML code who can help you with the basics. I'm sorry, but it is pretty ironic considering what the site is for ;) ....
Thank you for telling these problems. Actually this happens because ma site is skinable and you can switch skins. Now this is beta version.I'm including pages in php.So all this making overall code as wrong. I'll work on it.
Still flash problem is not coz of all this.I thought there should be some other reason.
I tested your .swf standalone with SWFObject, Adobe's insertion .js, as well as just a standard <object> / <embed>. They all fail. I think there might be an issue with your .swf file. ASV tells me your file is in flash format 9. Did you use Flash 9 Alpha to make it ?
I don't see an issue with the way you have you button code though. I would just re-open the orignal FLA and export for a lower version of flash (AS2 - v7/8) etc
on (release) { getURL ("http://www.aquireknowledge.com/", "_self"); }
BTW - make you you set the version of flash you need people to have in you page. Currently you set it to '0', when it should be '7' etc.