@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 -~----------~----~----~----~------~----~------~--~---
