Hi, I have come across a problem that I don't know how to resolve.
When I load flash with swiff I get this message in IE6:
"Press OK to continue loading the content of this page"
It doesn't happen in any other browser except IE6 and below.
My code is this:
var flashLogo = new Swiff("/userfiles/flash/logo.swf", {id: 'logo',
width: 114, height: 97, container: 'flashLogo'});
an example can be found here http://www.deedswithbeads.co.uk
The only solution I can find is not to load the flash movie if it's
IE6 and below which my customer thinks is unacceptable.
Any one any ideas?