Yes, I can see in your test page that the swf does not show content on refresh in IE
So try this test page: http://www.misterhee.com/tests/amcsti.html This works for me in IE on refresh as it requests fresh XMl each time. Cheers, Aran On Thu, Jul 9, 2009 at 9:32 PM, mikash <[email protected]> wrote: > > Yes i'm sorry i must try another solution without swobject so you can > see the bug at this url http://www.amcsti.fr/test_swf.html > > On Jul 9, 1:21 am, Aran Rhee <[email protected]> wrote: > > @mikash - The link you points to does not use SWFObject or the code block > > you posted. It is a bit hard for anyone to help if we cannot see the > problem > > properly... > > > > Genrerally IE can be bad in loading XML etc from cache that a swf has > loaded > > if the swf was delivered from a different location from the container > HTML > > page. > > > > Try adding some cache busting at the end of the XML like you have in your > > code snippet to your actual page. > > > > Aran > > > > > > > > On Thu, Jul 9, 2009 at 1:37 AM, mikash <[email protected]> wrote: > > > > > Yes it's same domain, the first time i load the page with no cache in > > > IE the swf load, and after ... no loading, no swf > > > > > On 8 juil, 16:12, "X.Smalbil" <[email protected]> wrote: > > > > sameDomain ? > > > > > > On Wed, Jul 8, 2009 at 3:54 PM, mikash <[email protected]> wrote: > > > > > > > hi all i've some strange issue in my new project, only in IE > > > > > the first time i load a page with my swf it's ok but when i go on > > > > > another page who have the same swf there i cant see the swf, the > swf > > > > > seem to be loaded but not the content . I'm using swfobject 2.2 > > > > > please have a look, and tell me if you ca reproduce the bug. > > > > >http://www.amcsti.fr/clubs_et_groupes/club_des_associations > > > > > > > here is my code to embed the swf > > > > > > > <script type="text/javascript"> > > > > > var url = ' > > > > >http://www.amcsti.fr/public/medias/xml/slides2.xml?q='+ > > > > > Math.round(Math.random() * 99999); > > > > > var flashvars = {}; > > > > > flashvars.tweentime = "2"; > > > > > flashvars.delaytime = "4000"; > > > > > flashvars.slidesfile = url; > > > > > var params = {}; > > > > > params.wmode = "transparent"; > > > > > var attributes = {}; > > > > > attributes.id = "anim_titre" > > > > > attributes.name = "anim_titre" > > > > > swfobject.embedSWF(" > > > > >http://www.amcsti.fr/public/medias/swf/ > > > > > anim_titre.swf", "anim_titre", "410", "53", "9.0.0", false, > flashvars, > > > > > params, attributes); > > > > > </script> > > > > > > > Please help me ! i cant understand why, thank you > > > > > > -- > > > > Universal Video Funk > > > > t-foon / 053 851 3517 m-foon / 06 1753 1650 > > > > e-mail / [email protected] > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
