I have a page that I have 3 links for each of 3 FLVs. I'd like to click a link
and have it load into a layer. Clicking another link would in turn, load
another FLV into the same layer. Same principle as the "Change text of Layer"
behavior, just would like for it to change to this code (or similar)

Doing this works fine in safari (when I paste into the "change text of layer"
behavior dialog box), but doesn't work in IE or FIrefox for Windows. Is there a
way to do this? Thanks.

<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0','width','320','height','240','id' ,'FLVPlayer','src','FLVPlayer_
Progressive','flashvars','&MM_ComponentVersion=1&s kinName=Clear_Skin_1&streamNam
e=SSC_AU_2_HQ&autoPlay=true&autoRewind=false','qua lity','high','scale','noscale'
,'name','FLVPlayer','salign','lt','pluginspage','h ttp://www.macromedia.com/go/ge
tflashplayer','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_ 1&streamName=SSC_AU_2_HQ&autoP
lay=true&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_1&streamName=SSC_AU_2_HQ&a
utoPlay=true&autoRewind=false" quality="high" scale="noscale" width="320"
height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></noscript>