how to do an easy drag and drop video container? [SOLVED]

Hello,

I’m looking to do an easy drag and drop video container in the aim to make an easier MovieBin without any buttons.

Here is the code of the MovieBin :

[code]args file a b c d filetype
set filetypes = execute("filetypes movie")
set filetypes = $filetypes execute("filetypes image")
if (argf($filetypes,$filetype)!=-1)

set path = `collapsepath("$file")`
tabinsert set_media R "$path"
tabinsert settings R 1 0 0 1 cycle

endif[/code]

I see also the drag’n’drop’s wiki but the example is only for image and not for video.

Is there a way to do a simple “drag video” script directly going in an OUT TOP?

some hints are here
derivative.ca/wiki088/index. … es/077/387
Uploaded tox file.

hope it help.

Barak.
drag_and_drop_video.tox (1.8 KB)

Thank you Barakooda, that was exactly what I was looking for :slight_smile: