Hello!
I'm working on the best CMS ever and I'm using the best WYSIWYG editor ever Now, I'm trying to integrate the best Flash video player ever - FlowPlayer.
To add FlowPlayer on page you need to add this code:
<script src="path/to/the/flowplayer-3.0.6.min.js"></script> <a href="http://player-e7.simplecdn.net/flowplayer.flv" style="display:block;width:425px;height:300px;" id="player"> </a> <script language="JavaScript"> flowplayer("player", "path/to/the/flowplayer-3.0.7.swf"); </script>
But, I can't add this via FCK editor - FCK editor removes emty a tag (tag must be empty).
Any ideas how to make the best triade ever?
Jovadam