![]() |
Andrew,
I know you've addressed this already, but we are having the security token issue. I don't remember editing any files, so is there a way to check this? Right now we are getting the error when we try to upload. |
The entries listing in What's New page is above the limit set in LDM settings. This is probably due to the setting days_seen_on_portal overriding links_seen_on_portal.
|
The JW player incorrectly handles swf files. The flash/ video will auto loop (by default this should not happen), the time does not show for swf files with time, the player controls do not work - can play flash/ video, but can NOT pause, forward/ rewind, or interact with controls created by the swf itself. This is not a bug with LDM, VB or even Adobe Flash player, it's a limitation with the JW player - tested with JW player 4.0 in Firefox2 & IE7.
Solution: disable swf from all media players in LDM until JW player can play swf (Windows, Quicktime, & Realplayer also can't correctly play it). When the user clicks on the entry's title link or download entry image link, the flash/ video will open up in a new tab/ window and play correctly using Adobe's Flash player (if installed in the browser). Fix needed: The JW player will still show for swf files (even if no media players have swf set in LDM) when listing a category's entries. This entices the users to play the file using the JW player, which it can not do. Andrew, can you please disable showing the player for swf files when listing a category's entries? |
Quote:
|
When I try and add a link from my wowza streaming server I get this
Sorry - unable to handle protocol rtmp:// Is there a way to access the streamer variable in the JW player? |
Quote:
- Have you (or maybe have I) at some point in the past edited any of the LDM templates used on your site and forgotten to 'revert' them? Are you using the LDM flash-based swfuploader extra for handling uploads or just the standard form-based uploader? Will take a look at your site if you want. |
Quote:
|
Quote:
Inline players If you are using the JWplayer extra to play media inline, then got to vb/admincp/products and players/plugin manager Edit the Links and Downloads Manager - JWPlayer Addons plugin attached to hook ldm_linkbit_create. Change line: Code:
if ($links_defaults['inlineJWplayer_active'] and in_array($linkfiletype, array("mp3", "flv", "swf", "mp4", "m4v", ))) { Code:
if ($links_defaults['inlineJWplayer_active'] and in_array($linkfiletype, array("mp3", "flv", "mp4", "m4v", ))) { Code:
case "swf": Edit the Links and Downloads Manager - JWPlayer Addons plugin attached to hook ldm_linkbit_gettypebit. Change the line Code:
if (in_array($linkfiletype, array("mp3", "flv", "swf", "m4v", "mp4",))) { Code:
if (in_array($linkfiletype, array("mp3", "flv", "m4v", "mp4",))) { Standard players Go to ldm/admin/media players. Find JWflvPlayer. Remove swf from the list of filetypes handled and save. |
Thanks for the fix Andrew! :D
|
I'm getting this error when trying to access any of your files "Codification Error" "Bad compression"....
I can't even edit any settings or access anything |
All times are GMT. The time now is 07:44 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|