Alb
06-19-2012, 06:46 PM
Hi guys,
I’ve spent a few days trying to narrow down a problem I’m having on my website.
I have a Flash application on the page – which calls a javascript function.
This javascript function then updates the document.title every second.
The code works great in firefox/chrome – but as always IE9 (maybe 8 and 7) has a problem.
When you move the mouse – anywhere on page – the swf will stop moving.
What I have now discovered is that if you turn on Internet Explorers compatibility mode it works.
Could anyone advise me on what to check in my javascript / css / html – to see what compatibility mode is changing to make it work.
I have tried changing the doctype to html5 – changed the content type to utf-8.
I cannot work out what the problem could be :(
All I can think is, that compatability mode must be changing some part of my code to make it work correctly. I would really like to find out what it is doing – and permantly apply this change to my site for all my users.
Thanks for any help! :)
I’ve spent a few days trying to narrow down a problem I’m having on my website.
I have a Flash application on the page – which calls a javascript function.
This javascript function then updates the document.title every second.
The code works great in firefox/chrome – but as always IE9 (maybe 8 and 7) has a problem.
When you move the mouse – anywhere on page – the swf will stop moving.
What I have now discovered is that if you turn on Internet Explorers compatibility mode it works.
Could anyone advise me on what to check in my javascript / css / html – to see what compatibility mode is changing to make it work.
I have tried changing the doctype to html5 – changed the content type to utf-8.
I cannot work out what the problem could be :(
All I can think is, that compatability mode must be changing some part of my code to make it work correctly. I would really like to find out what it is doing – and permantly apply this change to my site for all my users.
Thanks for any help! :)