- Posts: 5
COMMUNITY FORUM
AllVideos 4.6.1 Remote MP3 Play
- Genman
-
Topic Author
- Offline
- New Member
I am new to Joomla and integration but I have taken the time to read the forum and JW player.
I have been using AllVideos for a while and its working fine when Flash is installed. Without Flash I don't get the player so here are my set of questions:
- Is it supposed to work with HTML5 by default or do I need to provide it the JW Player CDN? If so where do I get the JW Player CDN from? I am registered on their site but is the CDN free?
Sorry for the stupid and basic questions.
Thanks
Please Log in or Create an account to join the conversation.
- Genman
-
Topic Author
- Offline
- New Member
- Posts: 5
<script src="jwpsrv.com/library/BLAHBLAH.js">
Am I correct is assuming that the just the URL i.e. jwpsrv.com/library/BLAHBLAH.js needs to be put into the JW Player CDN Url
P.S: I have stripped the code and replaced with BLAHBLAH for demonsration
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Genman
-
Topic Author
- Offline
- New Member
- Posts: 5
Lefteris wrote: The CDN URL is jwpsrv.com/library/BLAHBLAH.js . However the player should also work without Flash. Is there a link to your site?
Hi,
Thanks for looking into this issue:
My page is this:
central-mosque.com/index.php/Civil/batley-wifaq.html
Direct link to the mp3 is here:
k007.kiwi6.com/hotlink/vnpyafz3it/Maulana_Marghoob_Ahmed.mp3
For the sake of simplicity I have set my "JW Player loading location" to LOCAL
I then disabled my Firewall (so there are no issues with scripts etc)
I then saved the page again and have the same problem i.e. without flash doesn't give me the player...
My code from the page is as follows:
<!-- JPlayer Plugin (start) -->
<div class="jplayer">
<div class="jplayer-box">
<object type="application/x-shockwave-flash" width="300" height="20" data="central-mosque.com/plugins/content/jplayer/mediaplayer/player-4-3-132.swf">
<param name="movie" value="central-mosque.com/plugins/content/jplayer/mediaplayer/player-4-3-132.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#FFFFFF" />
<param name="autoplay" value="false" />
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://k007.kiwi6.com/hotlink/vnpyafz3it/Maulana_Marghoob_Ahmed.mp3&autostart=false" />
</object>
</div>
<div class="jplayer-text">
</div>
</div>
<!-- JPlayer Plugin (end) -->
This is the swf
central-mosque.com/plugins/content/jplayer/mediaplayer/player-4-3-132.swf
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Genman
-
Topic Author
- Offline
- New Member
- Posts: 5
Lefteris wrote: I don't see AllVideos to the page you sent. I only see a custom implementation. If you are planning to use the JW Player on your own and have issues with it, you need to ask it's developers for help. If you plan to use AllVideos then you should first read the documentation at www.joomlaworks.net/support/docs/allvideos and then embed the mp3 using an AllVideos tag, not using code directly.
This is the example:
{mp3remote}domain.com/audio/theJoomlaShow.mp3{/mp3remote}
This is what I did:
{mp3remote}k007.kiwi6.com/hotlink/vnpyafz3it/Maulana_Marghoob_Ahmed.mp3{/mp3remote}
Do you mind telling me what I done wrong?
Please Log in or Create an account to join the conversation.
- Genman
-
Topic Author
- Offline
- New Member
- Posts: 5
Thanks for all the help.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.