Enable Action to button Download Video

Anyone know how to insert a button on the block "Actions" to download video?
My flash button is in trouble, but I noticed in some places with this option.
Someone help me or pass me the code to enable you to download on the block "Actions".
The following sample image as I want.

URL MY SITE: http://canaldagente.com/canaldagente

 


button_download.jpg · 274.8K · 303 views
Quote · 24 Jan 2012

Hi,

 

You shouls be able to add the button and make it do what you want using the actions manager mod by esase.

You can find it here:   http://www.boonex.com/m/actions-manager

Hope it helps.

 

Quote · 24 Jan 2012
I checked, but it is paid.
There is a free solution?
I'm opting for this option, because after I moved to my dedicated server Download Video Flash stopped working.
Quote · 25 Jan 2012

Help me!

Quote · 27 Jan 2012

Hi, your can try this

1) Go to your phpMyAdmin

2) Look for sys_objects_actions

3) Insert the follow:

ID: According to the ID number

Caption: _bx_videos_action_download

Icon: action_download.png

Url: http://www.yourdomain.com/flash/modules/video/files/{ID}.flv

Order: 0

Type: bx_videos

bDisplayInSubMenuHeader: 0

Remember to clear the cache...

 

Enjoy,

Adult Asian Tube

http://www.adultasiantube.net
Quote · 2 Feb 2012

 

Hi, your can try this

1) Go to your phpMyAdmin

2) Look for sys_objects_actions

3) Insert the follow:

ID: According to the ID number

Caption: _bx_videos_action_download

Icon: action_download.png

Url: http://www.yourdomain.com/flash/modules/video/files/{ID}.flv

Order: 0

Type: bx_videos

bDisplayInSubMenuHeader: 0

Remember to clear the cache...

 

Enjoy,

Adult Asian Tube

 

Hello,

 

I tried to create this button in the block Download Actions:

 

 

INSERT INTO `sys_objects_actions` (`id`, `caption`, `Icon`, `Url`, `script`, `eval`, `Order`, `Type`, `bDisplayInSubMenuHeader`) VALUES

(200, '_bx_videos_action_download', 'action_download.png','', 'window.open ('' flash / modules / video / files / {id}. Mp4'','' _blank'','' width = 500 , height = 380, menubar = no, status = no, resizable = no, scrollbars = yes, toolbar = no, location = no'') ','', 0,' bx_videos', 0);

 

But the same when you click download, the access denied.

Quote · 6 Feb 2012

You have to add "videos download" into table sys_acl_actions.

Edit .htaccess file in [your_web_root]/flash/modules/video/files/ by commenting out the line below:

RewriteRule ^([0-9]+).(flv|mpg|mp4|m4v)$ ../../../file_error.html

Go to your site's Administration -> Settings -> Membership Levels and allow videos download.
NOTICE: this will also allow direct linking to your video files.
buzz
buzzdev.com - Mobile Developers Community
Quote · 22 Feb 2012

Dear 

Can You See Us .htaccess file  Coding When Commenting Out 

Access denied error show us when we generate download link button 

and download permission not show on Membership Levels 

Quote · 12 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.