Released cfMediaPlayer on RIAForge
I've released cfMediaPlayer on RIAForge today. It's a ColdFusion custom tag wrapper to display FLV, MP3, MP4 and AAC files using the JW FLV Player™ with one line of code. For example, <cf_mediaplayer file="myvideo.flv"></cf_mediaplayer>.
This tag supports many more options than CF9's newly added cfMediaPlayer tag. Included is a readme.htm file that gives full descriptions on all of the available attributes as well as some detailed usage examples.
Download is available at http://cfmediaplayer.riaforge.org/. SVN access can be found at http://svn.riaforge.org/cfmediaplayer.
I look forward to hearing any feedback users might have. Thanks!



Glad you like it and thanks for the feedback. I haven't run into your problem with .mp4 files yet, but would suspect it might have something to do with the way the file was encoded.
Interesting ... I would check a couple things.
1. As silly as this sounds, I would make sure you have JavaScript enabled ... that happened to me once when I was doing some debugging and disabled JS but forgot to re-enable it.
2. Inspect the code that was generated and verify that the paths to the flv are correctly generated.
3. Make sure .flv is a valid mimetype on your machine.