开发者

<ice:outputMedia>

<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 play开发者_如何学编程s the flash file but doesnt show the controls !


For Flash you get access to the controls via the context menu only.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜