So after finally getting this thing off the ground my 4 videos play and they would probably look good BUT you can't see them :-)
You can do a source on this page to see the code but I had a hard enough time figuring out how to get them to even play. This section helped, move the jquery script up in your list and I tried moving it to the number 1 spot with no luck, same result but at least they play now!
URL:
http://mymichiganrental.com/example/index2.html
So - Playlist list doesn't actually list anything except for:
${title} ${subTitle} ${time}
Then it shows my video graphic like it's supposed to waiting for me to click it. When I click the graphic it goes away and no video shows but you can hear them playing.
Seems like there's something wrong with displaying the HTML correctly but I can't figure it out yet. Still staring at it like an idiot :-)
Any thoughts?
Update: I did go into your default css file and grab the appropriate code for the <div> tag. Any newbs out there go to this url and copy out the div.whatever tags into a new style.css and upload to your directory.
http://static.flowplayer.org/css/global-0.17.css
That at least fixes the look but I still have the "${title} ${subTitle} ${time}" sitting there as if that jscript can't read my video list and fill in the blanks.
Update 2: You need to download that "flowplayer.playlist-3.0.5.js" or one of the other options in that list for the variable query to work "${title} ${subTitle} ${time}". Once's that's slapped into the web directory it works!
Now - to just get the video to show up on the page!!!