<ice:outputMedia player="flash" source="... /ICEfaces_Flash.swf"
style="width:300px;height:250px;">
<f:param name="play" value="true"/>
<f:param name="menu" value="true"/>
</ice:outputMedia>上面的代码播放flash文件,但没有显示控件!
发布于 2010-02-12 07:07:25
对于Flash,您只能通过上下文菜单访问控件。
发布于 2010-02-15 23:28:43
是的,上下文菜单(也称为右键菜单)将具有播放、暂停按钮。
使用一个普通的html页面的<param name="menu" value="true">就可以做到这一点,但是它似乎不能像你那样使用icefaces (当使用f:param时)。实际上,icefaces docs说应该这样做。也许这是一个bug,所以我建议在icefaces forum上添加一个线程。
https://stackoverflow.com/questions/2214374
复制相似问题