Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
In my own project I would like to use existing folders with videos. That's why I inserted a relative path to a video in the filename field. Unfortunately that doesn't work, the path <rc_images> is always used. Unfortunately, the attempt to leave the filename field empty and specify the URL in additional code also failed. How can I solve this problem? thank you very much for your help Georg |
||||
|
I think you can eiher rename the rc_images path to the path where you have the video (it's under publish -> settings), or just insert a HTML 5 video element, set it how you want it to look like, right-click it, select "HTML Code..", uncheck "extern CSS" and then copy the generated code, which looks like <video style="box-sizing: border-box; vertical-align: bottom; Then create a HTML code element and paste that code into there, But for the src="" attribute, enter the URL of your video. That should do the trick. |
||||
|
Hello erik, thank you very much for your help, it works perfectly. You could have thought of creating it in HTML yourself. I'm just wondering why you set the rc_.. path as a fixed path, with a lot of media in a folder you lose track. Thanks again and have a nice day. Georg |
|