Can SWFs in divs have zindex?

I have

#player { position:absolute; top:0px; left:800px; z-index:100; }
#content { position:absolute; top:0px; left:0px; z-index:1; }

but the SWF in player is not displaying above the SWF in content