wow. that's very odd. don't know what to say...
..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: [EMAIL PROTECTED] [mailto:Douglas.Knudsen@;alltel.com] Sent: Friday, November 08, 2002 1:26 PM To: CF-Talk Subject: RE: Flash and HTTPS nope, making the paths to the swf file absolute WITH HTTPS didn't do the trick. But what is working, and I'm shocked at this, is giving the absolute paths via HTTP. So, the URL uses HTTPS but the swf file call is using HTTP. But I get now popup with the message concerning loading non secure data into a secure page. This is really odd! Doug >-----Original Message----- >From: Tony Weeg [mailto:tony@;navtrak.net] >Sent: Friday, November 08, 2002 1:18 PM >To: CF-Talk >Subject: RE: Flash and HTTPS > > >mine were relative too! > >change all url references to absolute, https on the >front, and see it work... > > >..tony > >Tony Weeg >Senior Web Developer >Information System Design >Navtrak, Inc. >Fleet Management Solutions >www.navtrak.net >410.548.2337 > > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:Douglas.Knudsen@;alltel.com] >Sent: Friday, November 08, 2002 1:11 PM >To: CF-Talk >Subject: RE: Flash and HTTPS > > >ugh, I'm using relative paths, so that should not matter. > ><!--- the FLASH thingy ---> ><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >codebase="https://download.macromedia.com/pub/shockwave/cabs/fl >ash/swfla >sh.cab#version=5,0,0,0" WIDTH=350 HEIGHT=100> > <PARAM NAME=movie >VALUE="../images/com_head.swf"> > <PARAM NAME=loop VALUE=false> > <PARAM NAME=quality VALUE=high> > <PARAM NAME=bgcolor VALUE=#c6e3ff> > <EMBED src="../images/com_head.swf" loop=false >quality=high bgcolor=#c6e3ff WIDTH=305 HEIGHT=100 >TYPE="application/x-shockwave-flash" >PLUGINSPAGE="https://www.macromedia.com/shockwave/download/inde >x.cgi?P1_ >Prod_Version=ShockwaveFlash"></EMBED> > </OBJECT> > >Oh, the IIS logs give a 200 status on the GETs for the swf file. > >So, the browser is getting the swf file, just not diplaying >it. I right >click where it is supposed to display and get a small menu >with the only >active choice of 'About ....Flashplayer 6.0" > >Doug > >>-----Original Message----- >>From: Tony Weeg [mailto:tony@;navtrak.net] >>Sent: Friday, November 08, 2002 1:07 PM >>To: CF-Talk >>Subject: RE: Flash and HTTPS >> >> >>or it's the situation that your references to the file >>arent called from an https url, where they should if >>you are expecting them to be on an ssl'd page. >> >>make sense? >> >>..tony >> >>Tony Weeg >>Senior Web Developer >>Information System Design >>Navtrak, Inc. >>Fleet Management Solutions >>www.navtrak.net >>410.548.2337 >> >> >>-----Original Message----- >>From: Tony Weeg [mailto:tony@;navtrak.net] >>Sent: Friday, November 08, 2002 1:03 PM >>To: CF-Talk >>Subject: RE: Flash and HTTPS >> >> >>100% yes. >>they (MM) don't have an https download of the cab >>files....thats the issue...sean corfield at some point in >>time told me they were going to repair that situation... >>it's a combination of a couple of things, but they are going >>to help where they can, and that's the https download >>of the cab files...i think. >> >>.tony >> >>Tony Weeg >>Senior Web Developer >>Information System Design >>Navtrak, Inc. >>Fleet Management Solutions >>www.navtrak.net >>410.548.2337 >> >> >>-----Original Message----- >>From: [EMAIL PROTECTED] [mailto:Douglas.Knudsen@;alltel.com] >>Sent: Friday, November 08, 2002 12:21 PM >>To: CF-Talk >>Subject: OT: Flash and HTTPS >> >> >>Ok, we are seeing problems with displaying Flash via HTTPS. The swf >>file doesn't even load under HTTPS but does fine under HTTP. Anyone >>else having this issue? >> >>Cheers! >> >>-- >>Douglas Knudsen >>Alltel Corporate >>CIS Group >>678-351-6063 >>"Spoon feeding in the long run teaches us nothing but the shape of the >>spoon." - E.M. Forster >> >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

