How to upload Video from computer in CMS Page in magento-1.9? -


i trying upload video in cms page , static block, video not uploaded.
i recheck video format i.e. mp4 .

please tell me how upload video in cms page?
in advance.

you have create module edits configuration find @ app/code/core/mage/cms/etc/config.xml on line 123.

you have create new module example himani_video contains following xml:

<config>     <modules>         <himani_video>             <version>0.0.1</version>         </himani_video>     </modules>     <adminhtml>         <cms>             <browser>                 <extensions>                     <media_allowed>                         <mp4>1</mp4>                     </media_allowed>                 </extensions>             </browser>         </cms>     </adminhtml> </config> 

this allow upload mp4 videos backend: enter image description here


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -