http://www.phpclasses.org/browse/package/5857.html
It's a php class I wrote that generates html5 and flowplayer code for embedding multimedia, making use of php's json_encode() function for proper generation of the flashVars variable.
Since it uses the alternate embed method (pure object tag) no JavaScript is required.
The class does not support everything flowplayer does, but it does support everything I needed to do with it, and could probably be modified without too much trouble if you needed it to do something else (such as an alternate control bar or use of one of the other plugins).
Anyway, I thought it might be useful to some people.
It's a php class I wrote that generates html5 and flowplayer code for embedding multimedia, making use of php's json_encode() function for proper generation of the flashVars variable.
Since it uses the alternate embed method (pure object tag) no JavaScript is required.
The class does not support everything flowplayer does, but it does support everything I needed to do with it, and could probably be modified without too much trouble if you needed it to do something else (such as an alternate control bar or use of one of the other plugins).
Anyway, I thought it might be useful to some people.