"Video Not Loaded" with ezMedia attribute and Flash video

"Video Not Loaded" with ezMedia attribute and Flash video

Friday 09 October 2009 2:52:52 am - 1 reply

Author Message

Gabriel Finkelstein

Friday 09 October 2009 10:27:54 am

Is the src URL like "/content/download/xxx"? I had the same problem. Some browsers don't show the file because "content/download" sends specific headers that force the browser to download the file instead of opening it. You should replace this in the templates (probably override/templates/embed/flash.tpl"):

{concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl}

With something like this

{$attribute.content.filepath|ezroot}

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.