Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

You could serve the video yourself but I am not sure that this worth the trouble.

One option would be to use http://sproutvideo.com/features - they can serve via SSL and support among other things iPad etc. (not affiliated, not even a customer)

share|improve this answer
Thanks for suggesting sproutvideo.com. I haven't checked it out. I used my workaround in my answer. – Abdu Nov 1 '11 at 19:55
up vote 0 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.