For me in IE7, the whole swf does not disappear on refresh, it is only the
background image which doesn't load again. As you said, if that is the image
which loads via XML, try adding a random number onto the end of the server
call to get the XML - "http://some.com/somepage.aspx?r="; + new
Date.getTime(); 


The nav still appears, but if I try to click, then I get a flash debug
player error:

TypeError: Error #1009: Cannot access a property or method of a null object
reference.
        at se.yodesign::Homepage/switchMainPage()
        at se.yodesign::Homepage/NavigationButtonClicked()
        at se.yodesign::NavigationMenu/SetButtonSelected()
        at MethodInfo-1546()


Which again, leads me to think that it is an XML cache / load error (with
IE).


FF3 / Safari etc are fine on the refresh.


BTW - your swf (511KB) and background image (252kb) are very large for what
they are. You have no preloader on your main swf from what can see, nor on
the BG image load. I think you 1) want to look at why your files are so big,
and 2) add a preloader.

Also, your SWFObject <script> block should be the within the <head> tag.



Hope this all helps.

Aran

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of saion
Sent: Sunday, 9 November 2008 8:23 PM
To: SWFObject
Subject: Re: SWF disappears after refresh (ie 6 & 7)


The site is http://www.dataton.com



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to