English 中文(简体)
Flash - Why doesn t my SharedObject get saved on disk when closing IE?
原标题:

I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the application is closed. And indeed it does when I test it with the stand-alone Flash Player or all of these browsers: Firefox, Opera, Safari, Chrome, Flock... But it doesn t work when I use IE (I ve tried IE6 and IE7).

Does anyone know anything about this issue? Why might it be happening... and how to get it to work?

问题回答

Are you using MultipleIEs or standalone versions of the IE browsers? I ve had issues with that as it seems they don t work properly when installed together.

The best way to be sure is testing your application on someone else s computer with only one version of IE installed.

EDIT: Check out the hints below:

It seems that if you install things in a special order evrything seems to work better.

  1. Install/upgrade to IE8
  2. Install standalone IE7
  3. Install MultipleIEs (IE6 and below)

Also check the IE Collection (finalbuilds.edskes.net/iecollection.htm) tool instead of MultipleIEs for better results.





相关问题
jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains( Quick Links )").length == 0) { $("#midCenter").css({ ...

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it s "bleeding" into the second div. (Sometimes in front of it sometimes ...

IE errors with jQuery & timeout

In a jquery hover event I use the following code to drop down a menu: clearTimeout(hTimeout); $( #lowermenu ).queue( fx , []); $( #menucenter .current ).removeClass( current ); $(this).children( a )....

window.onbeforeunload not firing in child window

I want to bind a function to the beforeunload event of a child window in Javascript. I have the following code: newWind = window.open(settings.url, "Dialog", "width=" + settings.width + ",height=" + ...

My App s email shows up blank in IE7

My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE. Fine in IE8, Firefox. The content-type for the email is set to html. The email has links. Any pointers on how ...

热门标签