sobota 27. prosince 2008

ez publish flash not showing problem

With upgrade to Flash 10, all flash movies uploaded through the admin interface stopped working. After some research I found out this was due to different handling of files server with Content-Disposition header. This has been fixed in the new eZ Publish version (4.1 - yet to be released), with new setting section of file.ini - "PassThroughSettings".

This comes to two possible solutions
- use kernel/classes/binaryhandlers/ezfilepassthrough/ezfilepassthroughhandler.php and file.ini files from eZ Publish 4.1 alpha release
- or wait for the stable release of this new version :)

1 komentář:

Unknown řekl(a)...

Use

{$attribute.content.filepath|ezroot}

instead of

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

in flash.tpl