I implemented my Cub3r like this
<script type="text/javascript">
var flashvars = {};
flashvars.xml = "config.xml";
flashvars.font = "font.swf";
var attributes = {};
attributes.wmode = "transparent";
attributes.id = "slider";
swfobject.embedSWF("cu3er.swf", "cu3er-container", "960", "400", "9", "expressInstall.swf", flashvars, attributes);
</script>
And I wish to change the cu3er.swf to a.swf i have made after 23 seconds using jQuery. How could I do this ?
<script type="text/javascript">
swfobject.embedSWF("printmachine.swf", "cu3er-container", "960", "400", "9", "expressInstall.swf", flashvars, attributes);
</script>
Thanks
It is not really jQuery specific, what you need is to use setTimeout