SSL missing something

Am I missing something here? When I have a page secured with an SSL certificate everything works just fine unless I have a .swf on the page. Then I get “This page contains both secure and nonsecure items. Do you want to display the nonsecure items?” If I click no, everything shows up right so I figure it must be the links to Macromedia… Here is the code I have in the page:


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
		  	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
  			width="140" height="180">
			<param name="movie" value="../images/Employers.swf">
			<param name="quality" value="high">
			<param name="bgcolor" value="#FFFFFF">
			<embed src="../images/Employers.swf"
			 quality="high" bgcolor="#FFFFFF" swLiveConnect="true"
			 width="140" height="180"
			 type="application/x-shockwave-flash"
			 pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
			</object>