Thanks for replying
I think I have sorted it now.
My setup was a virtualbox and multible ie's
How I solved it was by uninstalling all falsh players active x ones as
well.
then reinstall the flash player.
It seems to be working now.
On Sep 28, 6:24 pm, keif <[EMAIL PROTECTED]> wrote:
> I'm curious how you are testing IE6 - is it in a virtual PC,
> parallels, multiple IEs, IETester, etc. etc.?
>
> -keif
>
> On Sep 27, 1:15 pm, bluff <[EMAIL PROTECTED]> wrote:
>
> > 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 herehttp://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?