I've got a client that I created a flash Christmas animation for and now they want an iPad version. So, I used Edge to create an html5 version, and they want to give their users one url that will detect which version it should send them to. Is there some javascript or something that I can put on the page to detect (mostly they're concerned about iPads) a mobile platform? I've looked around and found some server side stuff, but nothing that really seems to fit.
I found this, which almost works, but the iframe plays the music from the html5 version on top of the flash version if they're not on mobile...
Thanks!!