[SIZE=4]if my code like this[/SIZE]
<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=“434” id=“FlashVars” height=“69”>
<param name=“movie” value="${pageContext.request.contextPath}/newWeb/images/dlyjcl_scfbxx.swf" />
<param name=“quality” value=“high” />
[COLOR=blue]<param name=“FlashVars” value=“module=${param.module }” />
[/COLOR] <embed src="${pageContext.request.contextPath}/newWeb/images/dlyjcl_scfbxx.swf"
quality=“high”
[COLOR=blue]FlashVars=“module=${param.module }”[/COLOR]
pluginspage=“http://www.macromedia.com/go/getflashplayer”
type=“application/x-shockwave-flash”
width=“434” height=“69”></embed>
</object>
[SIZE=3]how can i get the paramter “module” in flash?[/SIZE]