- Posts: 6
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Works in Firefox but not IE - AllVideos 2.5.3 - Joomla 1.0.15
Works in Firefox but not IE - AllVideos 2.5.3 - Joomla 1.0.15
- joshyoungmusic
-
Topic Author
- Offline
- New Member
See an example here: www.ameliachurchofchrist.com/content/view/306/135/
I'm trying to use an FLV file that is hosted on my own site. It has worked fine with past versions, but the new version is not working, and I need to get it fixed as soon as possible. I have tried everything that I could think of, and nothing seems to be working in IE.
Also (a separate issue that is new since I upgraded to 2.5.3 also), now when I use the mp3 player, the time that is shown on the location bar is correct when it is fully loaded, but the marker is not accurate when I move the slider across it. For example, if the mp3 is 24 minutes long, then when I move the slider to the 12 minute mark, the mp3 stops and goes to zero. It takes half the time to play it back (according to the status bar). I'm probably not explaining the problem well enough. Let me know if it's not clear.
Thanks in advance for your help. This is a GREAT plugin, and it has served us well. I just hope to find a solution to this problem soon.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- joshyoungmusic
-
Topic Author
- Offline
- New Member
- Posts: 6
I'd still like to get AllVideos working again as I was using it for everything - mp3, flv, youtube, etc.
Basically, in IE7, it was displaying the swf player without a video loaded in it - it was just looping all of the controls and displays without loading the video itself (if that makes sense).
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- joshyoungmusic
-
Topic Author
- Offline
- New Member
- Posts: 6
You can look at the same page and see what I'm talking about:
www.ameliachurchofchrist.com/content/view/306/135/
Thanks again for your help. I really appreciate it.
And if need be, I can upload a screenshot to show you what I'm talking about.
Please Log in or Create an account to join the conversation.
- joshyoungmusic
-
Topic Author
- Offline
- New Member
- Posts: 6
www.ameliachurchofchrist.com/content/view/320/112/
Please Log in or Create an account to join the conversation.
- joshyoungmusic
-
Topic Author
- Offline
- New Member
- Posts: 6
Thanks.
Please Log in or Create an account to join the conversation.
- Travis
-
- Offline
- New Member
- Posts: 2
www.flyingjaguars.com/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=57
Thanks
Travis
Please Log in or Create an account to join the conversation.
- Travis
-
- Offline
- New Member
- Posts: 2
:-[
Also forget the thing about the playing wrong files... That was my fault... The converter went a little wonky and they actually are the same!
I'll do some more tests between my home and work and see if I can't pin down a specific difference that might be causing the problem...
Please Log in or Create an account to join the conversation.
- flpblackforest
-
- Offline
- New Member
- Posts: 2
I also have the same problem. I found out that when all videos uses "{youtube}{/youtube}" tags, the "value" and "data" attributes' value was changed. Check this page source after loading the page:
<!-- JoomlaWorks "AllVideos" Plugin (v2.5.3) starts here -->
<span class="allvideos">
<span style="width:400px;height:300px;" class="allvideos_player" title="ACP Media Box Player">
<object type="application/x-shockwave-flash" style="width:400px;height:300px;" data="https://www.youtube.com/v/saSEsdfe-0d&hl=en&fs=1">
<param name="movie" value="https://www.youtube.com/v/saSEsdfe-0d&hl=en&fs=1" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="" />
</object>
</span>
</span>
<!-- JoomlaWorks "AllVideos" Plugin (v2.5.3) ends here -->
Look closely on the attribute's value. this value:
https://www.youtube.com/v/saSEsdfe-0d&hl=en&fs=1
Must be:
https://www.youtube.com/v/saSEsdfe-0d&hl=en&fs=1
The ampersand (&) was changed to "&" that's why it doesn't play in IE. I wonder why firefox plays the content.
Even I marked as "No" the "HTML cleanup" from the Module Parameter, still it doesn't work. I checked the article's "Parameters" configuration and there is no filter set on the articles.
I can't find where this converstion from & to & happens. Any luck?
Please Log in or Create an account to join the conversation.
- dcmwai
-
- Offline
- New Member
- Posts: 4
I seem to fine the issue and patched it. (I've only tested with youTube)
On Line 171 of jw_allvideos.php
Insert the line below
$row->text = htmlspecialchars_decode($row->text);
Now that the IE7 work fine.
I've not tested with other format and thus don't know the side effect.
Hope that help.
Please Log in or Create an account to join the conversation.
- TVGrapevine.cp,
-
- Offline
- New Member
- Posts: 2
Hi All,
I seem to fine the issue and patched it. (I've only tested with youTube)
On Line 171 of jw_allvideos.php
Insert the line below$row->text = htmlspecialchars_decode($row->text);
Now that the IE7 work fine.
I've not tested with other format and thus don't know the side effect.
Hope that help.
I tried it with {wmv}Survivor_Tocantins_PMar5{/wmv} and it didn't work. Seems IE just does not like this pluggin. To bad because so many users use IE....
Please Log in or Create an account to join the conversation.
- dcmwai
-
- Offline
- New Member
- Posts: 4
I just wonder is there is anything to do with the case...
Big case/small case...
Please Log in or Create an account to join the conversation.
- patriceb91
-
- Offline
- New Member
- Posts: 3
This bug also appears from you demo page, and only with videos from local server (ie : using {flv} brackets).
Here is the code portion from the page : (your demo page in fact), since it shows the same problem.
<!-- JoomlaWorks "AllVideos" Plugin (v2.5.3) starts here -->
<span class="allvideos">
<span style="width:400px;height:300px;" class="allvideos_player" title="JoomlaWorks AllVideos Player">
<object type="application/x-shockwave-flash" style="width:400px;height:300px;" data="demo.joomlaworks.net/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf">
<param name="movie" value="demo.joomlaworks.net/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="" />
<param name="autoplay" value="false" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://demo.joomlaworks.net/images/stories/videos/menthe.flv&image=http://demo.joomlaworks.net/images/stories/videos/menthe.jpg&autostart=false&fullscreen=true" />
</object>
</span>
</span>
<!-- JoomlaWorks "AllVideos" Plugin (v2.5.3) ends here -->
I found strange to have the & code in the flv file url. But even by fixing the jw_allvideos_source.php to replace these &s; by &, the problem is not solved !
I tried the fix using htmlspecialchars mentionned in another post with no success.
I cant't give you acces to the web site since it's a private intranet.
Thus the "official" internal web browser is IE6 !!! Great no !
If anyone could help, it would be nice.
Patrice.
Please Log in or Create an account to join the conversation.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
Please Log in or Create an account to join the conversation.
- patriceb91
-
- Offline
- New Member
- Posts: 3
We need Flash Player 10 (at least not 8)...
Problem closed for me. :)
Please Log in or Create an account to join the conversation.
- Emmanouil Paschalakis
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- patriceb91
-
- Offline
- New Member
- Posts: 3
Which means you installed the new Flash Player and worked out?
Right, no problem with FP 10... This should be a pré-requesite for AllVideo.
I didn't test with FP 9 tought... It might be good.
Too bad that olders version of :( don't really show any upgrade mention (unless that's what the picture means, but the pictograms are not very clear).
Please Log in or Create an account to join the conversation.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
:D
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Works in Firefox but not IE - AllVideos 2.5.3 - Joomla 1.0.15