Video link not working in Video Carousel

Jump to solution
rmeyer3
Community Explorer

I have tried every which way to get this to work, and can not for the life of me figure it out. I have switched the video files around and still get the same result. I am creating a video carousel for my Canvas presentation at our Districts technology training in August. I have created one before with no issues, but now when I use the same steps and have the coding exactly the same, the first video will not show up.

This is the coding that I am using:
<p><iframe style="display: block; margin-left: auto; margin-right: auto;" width="600" height="450" name="box"></iframe></p>
<p style="text-align: center;">Technology of the classroom</p>
<p style="text-align: center;"><a class="Button Button--success" href="https://community.canvaslms.com/courses/37265/files/517939/download/?download=1" target="box">Future Ed</a>
<a class="Button Button--primary" href="https://community.canvaslms.com/courses/32765/files/517881/download/?download=1" target="box">Classroom</a>
<a class="Button Button--warning" href="https://community.canvaslms.com/courses/32765/files/517880/download/?download=1" target="box">Canvas LMS</a>

If I take the move the file numbers around, each of the videos will work except which ever is on the first "button". When I click the first button it tells me in the iframe, "Page Not Found". I am trying to get this remedied before I leave next week as I wont be returning till two days before the presentation.

0 Likes
1 Solution
rmeyer3
Community Explorer

Thank you! This is the code Ive been using, but for some reason it wasn't working. I ended up having to add another "/" before files in the first target and it works fine now.

View solution in original post