crshNbrn Posted September 26, 2002 Share Posted September 26, 2002 I had a flash object in my header but noticed that some users we being redirected to non-ssl page when they logged in, how do you add flash so as not no mess with ssl? tag from my header: <td align="center" valign="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#P1_Prod_Version=ShockwaveFlash"WIDTH="133" HEIGHT="100" id="testmeter1"><PARAM NAME=movie VALUE="./images/swf/testmeter1.swf"> <PARAM NAME=quality VALUE=low> <param NAME="wmode" Value="Transparent"> <EMBED src="./images/swf/testmeter1.swf" quality=high bgcolor=#FFFFFF WIDTH="133" HEIGHT="100" NAME="testmeter1" ALIGN="" VALIGN="bottom" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT></td> Thanks for any help you can provide crshNbrn crshNbrn living on the edge..... Link to comment Share on other sites More sharing options...
Ian Posted September 26, 2002 Share Posted September 26, 2002 Try replaceing the two occurences of ="./images/swf/testmeter1.swf" "<?php echo tep_href_link(DIR_WS_IMAGES. 'swf/testmeter1.swf'); ?>" Trust me, I'm an Accountant. Link to comment Share on other sites More sharing options...
Ian Posted September 26, 2002 Share Posted September 26, 2002 Or even better "<?php echo tep_href_link(DIR_WS_IMAGES. 'swf/testmeter1.swf', '', 'SSL', false); ?>" Trust me, I'm an Accountant. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.