kawie95 Posted April 18, 2007 Posted April 18, 2007 I just noticed that my shared SSL is displaying pages as insecure. The only non https code appears to be the flash player I added in each product to sample the song track. The code is: <!-- Wimpy Button Code --> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="30" height="30" id="wimpy_button_79870" name="wimpy_button_79870" > <param name="movie" value="http://www.mydomain.com/preview/wimpy_button.swf?theFile=http://www.toneworkmedia.com/preview/NewYorkCab60s.mp3&autoplay=yes&loopMe=yes" /> <param name="quality" value="high" /> <param name="bgcolor" value="#6A7A95" /> <embed src="http://www.mydomain.com/preview/wimpy_button.swf?theFile=http://www.mydomain.com/preview/NewYorkCab60s.mp3&autoplay=yes&loopMe=yes" width="30" height="30" quality="high" bgcolor="#6A7A95" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="wimpy_button_79870" /></object> <!-- End Wimpy Button Code --> How can I change these insecure urls? My store has 640 products and I do not wish to use Easy Populate because I have attributes attached to all my products. Is there some sort of SQL Query I can run to change the http to https? (Note: Macromedia has SSL set up on thier site) Thank you, -Eric Schrader *Any discussion is welcomed on this topic, thanks!!* -Eric Schrader
Contentking Posted May 21, 2007 Posted May 21, 2007 Is there some sort of SQL Query I can run to change the http to https?(Note: Macromedia has SSL set up on thier site) Thank you, -Eric Schrader *Any discussion is welcomed on this topic, thanks!!* Just change the code in the embed tags to HTTPS instead of HTTP. It will work with either.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.