Quote:
Originally Posted by fris
a few things, its flash only, what happens if a person doesnt have flash installed?
|
I guess the same that will happen to JWPlayer mentioned by OP.
Quote:
Originally Posted by fris
also i looked at the source code of the plugin, and its horribly coded for the shortcode.
you should never use a regex and run it through the_content
use the shortcode api.
also the default width and height you should get from the options in wp.
|
The code was written a long time before the Shortcode API was released in (actually the code has been taken from the old
Simple FLV Player which was removed from WordPress.org because it can't be distributed under the GPL license). I have no time to rewrite it, especially because it won't work on older versions of WP. My code is universal, while Shortcode API-based will work on WP 2.5+ only. If you have a free time please feel free to do your own version.