I have a business web app which is served using SSL only. One of the pages has a video served from screencast.com. Screencast.com doesn't seem to support SSL and the video is streamed using http and therefore I get a mixed content IE warning.
The video is showing using a lightbox type window using an iFrame.
Are there any workarounds or solutions to avoid the warning? Other than serving the page without SSL.
I might have to switch from screencast.com. Any video streaming hosts which support streaming over SSL and support iPads?
Instead of using a Lightbox where the html is on the same page, I opted to launch another browser window and made it look like a lightbox popup as much as possible.