Are there any implementations of SWFObject out there without any inline javascript?
Ok, so this may be an obvious question but i've been working recently implementing a different flash technique sIFR which doesn't use inline javascript to replace elements in the DOM with flash. I've tried to produce a hybrid system first hiding the element with hasFlash class on the body but I'm running into a little be of trouble.
I was also wondering if you foresee any problems with doing it this way and why currently its inline?
you could just put the code into an onload function (like the above poster mentions) or you could use your own custom onDomLoaded function to call the js that embeds your swfs.