This is not exactly a CF program (although it's a CF site), but I could still use any ideas anyone may have.
We have a portal page that runs in secure sockets (https). Part of the page pulls in some social media (Facebook, YouTube, Twitter). If we pull these in using non-secure (http) IE give us a really nasty message and blocks the non-secure content. That's no good, so we changed to using https calls. That works in all browsers except IE 8. IE 8 won't load Flash from https and the YouTube video won't run. We put in a conditional statement to use http if IE 8, but then it's block the non-secure content again and still, no video. BTW - We already tried tricking it with an iFrame... no go. Here's the standard YouTube embed code: <object width="480" height="385"><param name="movie" value="http://www.youtube.com/p/B48920F40DD21079?version=3&hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/B48920F40DD21079?version=3&hl=en_US&fs=1" type="application/x-shockwave-flash" width="440" height="300" allowscriptaccess="always" allowfullscreen="true"></embed></object> Anyone have any ideas on this???? Thanks, Robert Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great advertising can't be either/or. It must be &. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347327 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

