I have a mp4 file put in my website, say http://example.com/a.mp4, I want a swf player that can be embedded into my html, and play the mp4 file. I don't know how to write actionscript so I just want to have an existing swf file.
Requirement: small, fancy, full function, ad free.
Thanks.
There are plenty of players available, for example http://www.longtailvideo.com/players/jw-flv-player/ or http://flowplayer.org/.
I was recently looking for a simple, robust, usable, non-branded swf video player to use as a flash fallback when using the HTML5
<video>
element, and I found the Strobe Media Playback player from Adobe. It fills all those requirements, and is fairly feature-rich. The files are directly downloadable from their Sourceforge directory. Here, more or less, is how I use it:It supports lots of parameters specifiable from within the
flashvars
parameter, such asautoplay
and a whole host of parameters related to the controls (the documentation lists them).