[eluser]Unknown[/eluser]
Hey, maby a bit late but i hope it still helps you
you're writing your SWF object to an element identified by "container"
it would be helpfull if the container actually existed...
so just adding
Code:
<div id="container"></div>
would be enough
(that is - paths are correct, but hey, its good practice to always use absolute paths)