Megavideo in ez publish?

Author Message

Juan Pablo Cancino

Friday 23 July 2010 7:20:51 pm

I'm a new in this script and I need to know if is possible to publish a megavideo video with this format:

<object width="640" height="434"><param name="movie" value="http://www.megavideo.com/..."></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideo.com/..." type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="434"></embed></object>

Thanks

Thiago Campos Viana

Saturday 24 July 2010 11:07:32 am

Yes, it is, you can:

  • Create an online editor custom tag.
  • Create a class and a template.
  • Create a custom eZ flow block.
  • Create a datatype.

But I think it's not supported by default install.

eZ Publish Certified Developer: http://auth.ez.no/certification/verify/376924

Twitter: http://twitter.com/tcv_br

Doug Brethower

Monday 26 July 2010 7:33:19 am

Welcome!

You may find that enabling html in the literal tag and putting your object content within that tag suits your need.

The literal tag in the eZ Online Editor (ezoe) in a default install has a class of "none" and that is the only choice.

To embed content wrapped in object tags, "html" must be an option for this literal tag.

There are security implications that should be understood before enabling this option. Basically anyone allowed access to the online editor, can potentially insert some nasties into the site content. Only consider enabling the html literal tag if access to the online editor is restricted to trusted parties.

Adding the html option is as simple as editing /settings/override/content.ini.append to add these lines:

[literal]

AvailableClasses[]

AvailableClasses[]=html

Then html should appear as an option.

More detailed discussion re video at http://webportalmaster.com/index.php/eng/eZ/Advanced/Serving-iPad-Capable-Video-from-eZ-Publish

Doug Brethower
Apple Certified Technical Consultant, Southwest, MO USA
http://share.ez.no/directory/companies/lakedata.net

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