I am using the player for a website and when I test the site locally the player works great. However once I uploaded to the server the video just gets stuck on the spinning loading thing and never plays. Happens in both IE and firefox browsers.Video format is .mov encoded in h264 with aac audio.
you can see the site here: http://damienboulat.com/sp/reel.html
I resolved my issue by switching from using an object tag code, to embedding it using just the single embed tag...
Should have worked the other way as well though. Weird.