Forum Discussion
DanShoff-cddd42
7 months agoCommunity Member
Phil - I did as you suggested and it actually works off my web server - just not locally. Not that I understand why, but this helps tremendously. Thank you!!
- PhilFoss7 months agoCommunity Member
Great, here's a nerdy explanation why- the video file is getting pulled from another web server that might be https:// or http:// but their code specifies neither, so it will properly inherit whatever the parent web page is using. Usually a good thing. But on your computer, its neither https or http, so nothing loads.