Object tag question

Hi,
I have a swf file controlled in object tags…I would like to flip the swf horizontally. Is there a way to do this within the tags?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="400" id="videoLayer">
    <param name="movie" value="FLVPlayer_Progressive.swf" />
     <param name="salign" value="lt" />
    <param name="quality" value="high" />
     <param name="scale" value="noscale" />
      <param name="wmode" value="transparent" />
       <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=betina&autoPlay=true&autoRewind=true" />
    <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=betina&autoPlay=true&autoRewind=true" quality="high" scale="noscale" width="700" height="203" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/>
  </object>