Thread Starter
t33c
(@t33c)
I also forgot to say that I am using version 1.7 of vidrack.
Thread Starter
t33c
(@t33c)
I forgot to say to remember to set the callback in the vidrack to vidrack_callback.
Hi Ryan
I have exactly the same issue and it would be great if you could help us get this working because the plugin has great potential 🙂
I want to capture the location of the stored video in a form and on the desktop, filename is a UUID but not the same UUID as where the video is stored.
It is easy to repeat.
1. Add a Weblink/URL field from formidable-lite
2. Add the following code to the Form Settings => Customise HTML => After Fields
[vidrack]
<script>
function vidrack_callback(filename,b,c){
alert(filename)
document.getElementById("field_ueflz").value='http://vidrack-media.s3.amazonaws.com/' + a + '.flv';
}
</script>