- Posts: 8
- Thank you received: 0
Conflict with flowplayer???
-
tomas.salat
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 2 months ago - 12 years 2 months ago #25275
by tomas.salat
Conflict with flowplayer??? was created by tomas.salat
Hi,
iam using HOTphotogallery for a long time and i love it, but recently i changed my player for flowplayer and i noticed that i have a strange conflict there. If i place a gallery together with flowpalyer on one page, flowplayer would not load. When i turn off inside the gallery plugin the "loading of jquery and no-conflict mode" the player starts working but ofcourse the gallery is missing any effect. If i turn on any of the two options, flowplayer stops working...
www.3d-sphere.com/interior/modelling-a-l...m-wall-using-3ds-max
i really have no idea where the problem could be...
any help would be great
edit: its not the player but the slider i use as a container for the player, it looks like there is some kind of conflict, but still i dont understand, if the jquery is already loaded, why it need to load one more time?
T
iam using HOTphotogallery for a long time and i love it, but recently i changed my player for flowplayer and i noticed that i have a strange conflict there. If i place a gallery together with flowpalyer on one page, flowplayer would not load. When i turn off inside the gallery plugin the "loading of jquery and no-conflict mode" the player starts working but ofcourse the gallery is missing any effect. If i turn on any of the two options, flowplayer stops working...
www.3d-sphere.com/interior/modelling-a-l...m-wall-using-3ds-max
i really have no idea where the problem could be...
any help would be great

edit: its not the player but the slider i use as a container for the player, it looks like there is some kind of conflict, but still i dont understand, if the jquery is already loaded, why it need to load one more time?
T
Last edit: 12 years 2 months ago by tomas.salat.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #25288
by ivan.milic
Replied by ivan.milic on topic Conflict with flowplayer???
I think it's jquery multiple reference conflict. You need to ensure that only first component to load adds it to page.
Please Log in to join the conversation.
-
tomas.salat
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
12 years 2 months ago #25299
by tomas.salat
Replied by tomas.salat on topic Conflict with flowplayer???
Hi,
thx for your answer, using the console i found that if i load jquery for photogallery it dont load the jquery.easing library, so what i did was this:
<script type="text/javascript">
$(document).ready(function() {
src=" gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js "
});
</script>
and its working, so, great,, i need to generaly make some revision of the code and so on, but iam happy that now everything is working as it should
T
thx for your answer, using the console i found that if i load jquery for photogallery it dont load the jquery.easing library, so what i did was this:
<script type="text/javascript">
$(document).ready(function() {
src=" gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js "
});
</script>
and its working, so, great,, i need to generaly make some revision of the code and so on, but iam happy that now everything is working as it should

T
Please Log in to join the conversation.
Time to create page: 0.151 seconds