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