I use Joomla and because Joomla uses Mootools it creates many conflicts on the page with jQuery in IE.
Now, in JW FLV player there's an option to embed their player not with javascript but while using only html code, so it doesn't load any javascript library.
The question is, is there any way also in Flowplayer to embed the player using only simple html code, without using the more complex possibilities of jQuery (even if it means not using the API).
Just embeding a basic player.
Is it even possible in Flowplayer.
I hope someone has a definite answer...
If so, what would be the alternative to this most basic code:
<script src="/flowplayer/flowplayer-3.1.4.min.js"></script>
< a href="/videos/video.mp4" style="display:block;width:425px;height:300px;" id="player1"> </ a>
<script> flowplayer("player1", "/flowplayer/flowplayer-3.1.5.swf"); </script>
Now, in JW FLV player there's an option to embed their player not with javascript but while using only html code, so it doesn't load any javascript library.
The question is, is there any way also in Flowplayer to embed the player using only simple html code, without using the more complex possibilities of jQuery (even if it means not using the API).
Just embeding a basic player.
Is it even possible in Flowplayer.
I hope someone has a definite answer...
If so, what would be the alternative to this most basic code:
<script src="/flowplayer/flowplayer-3.1.4.min.js"></script>
< a href="/videos/video.mp4" style="display:block;width:425px;height:300px;" id="player1"> </ a>
<script> flowplayer("player1", "/flowplayer/flowplayer-3.1.5.swf"); </script>