<冰 :输出媒体>冰>
<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 文件,但不显示控件!
<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>
Above Code plays the flash file but doesnt show the controls !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Flash,您只能通过上下文菜单访问控件。
For Flash you get access to the controls via the context menu only.
是的,上下文菜单(又名右键单击菜单)将具有播放、暂停按钮。
使用普通的 html 页面就可以解决问题,但它似乎不适用于像 u 这样的icefaces(当使用 f:param 时)做过。
实际上 icefaces 文档 说应该这样做。也许这是一个错误,所以我建议在 icefaces 论坛 上添加一个帖子。
Yes, the context menu (aka right-click menu) will have the play, pause button.
<param name="menu" value="true">
with a normal html page will do the trick, but it seems not to be working with icefaces (when using f:param) like u did.Actually the icefaces docs says it should be done this way. Maybe it's a bug so i would recommend to add a thread on the icefaces forum.