You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Craigo

Basic information

Registered Nov 18, 2009
Last login Nov 28, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/18993

Latest forum posts

Posts:

Registered:

Is it possible to embed Flowplayer using only HTML?

Posted: Nov 19, 2009

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>

Posts:

Registered:

Javascript conflict only in IE

Posted: Nov 18, 2009

I'm embeding the videos on Joomla 1.5 articles.
Everything works great when viewing with Firefox, Safari, Chrome, Opera.
But when viewing in IE, although the videos play as they should, their inclusion creates conflict with other components that require javascript.
I'm using VotItaly for Joomla, which is a rating system with stars.
This works fine along with Flowplayer when viewing in Firefox, Safari, Chrome, Opera. But with IE, again, the videos play, but the inclusion of the player causes the VotItaly plugin not to respond. If I or any other user would click on the stars to rate an article, it won't respond at all.
Flowplayer seems to create a Javascript conflict (since the VotItaly plugin also uses a javascript library).
This problem wasn't there before I included Flowplayer.

Anyone has any ideas how to resolve this issue?