Video doesnt display correct URL when src updated dynamically.
Dynamic update of Video HTML properties using local storage variable does not change the src property during execution even when the src is changed on the pre-load task of the prior page. Trying to grab a URL from a server and view it in a video after a series of other tasks complete on prior pages. Because we dont know the URL of the video until execution time, it must be dynamic but only the static link URL shows as the video. For background, yes I am filling in all 3 video formats and updating src1, src2, src3 and type1 type2 and type3 HTML attributes on a video object named video. perhaps the attribute names are different? Nothing in the console log or error log. Just shows the static video.