Sorry, currently no easy way. It's on my list but when I briefly tried to get Flowplayer working with the embeed code as suggested on its website I sadly failed so far (in and outside tinyZenpage). Will try to give it a shot sometime later.
TinyMCE has also its own flash/video plugin called media that comes with its own flash video player. It is enabled in the included full config files. Never used it but it might be possible to use that instead (with some object embeed code).
The development svn/nightly now has the ability to embeed video/audio using Flowplayer and `` It needed the update to TinyMCE 3.4 to get that working.
See the updated instructions in tinyZenpage itself for info. Not complete yet later the player should inherit the general options from its own plugin. But I would appreciate some testing nevetheless.
Just tested it. So far it's working good. Nice !
Only one observation:
If the flowplayer3 plugin is not enabled you can only insert video thumbnails (like you explained) but the thumbnail then links to the video in album.php where it does not display because...well...the flowplayer3 plugin is not enabled :-)
Thanks for testing. I did some further additions today.
Regarding the observation: I really think that is logical that you need a video plugin to play them at all...:-) The point is actually that you theoretically could use another video player plugin like the older flvplayer (if that still works) or the newer zenjplayer 3rd party one. Those would play on the page itself but would not be possible to be embedded using tinyZenpage (since it is not easily possible to pass js var values to PHP code I couldn't make a general embed code solution for all possibilities).
Btw, I did not test but I think the new tinymce plugin with these changes should generally work in 1.4.0.3 as well.
Quote: As for the TinyMCE media plugin...It works...sort of...but I really do prefer tinyZenpage :-)
Of course...:-) Just to be sure: I was referring to the updated tinymce plugin with the tinyzenpage additions itself in the dev svn/nightly. I see no reason that it should not work with the current release. Although I did not test it. Just in case you need it right now..;-)