outputMedia « IceFaces « JSF Q&A





1.     stackoverflow.com

<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 ...

2.  and     stackoverflow.com

I am trying to play sequence of .wav files with the following code. My Problem is some times all files are playing at a time some times one after other. Simple ...

3. OutputMedia: How To?    icefaces.org

6.  source    icefaces.org

7. outputmedia doesn't show initial source    icefaces.org

Your right, I don't do much with Tiff so I forgot that couldn't handle it. Glad you came up with something. If you don't need tiff resolution you should consider converting the images to jpeg, you'll get better performance and compression ratio's. I do a lot of image processing here. Use "test" for both userid and password when prompted. http://99.139.107.194/svn/test/iceAPNS/src/com/mcv/servlet/ You ...

9. ice:outputMedia in FF player music    icefaces.org





10. panelDivider and outputMedia - dragging divider reloads player    icefaces.org

I have an player inside of an . When you drag the divider, it causes the player to be reloaded, interrupting playback of the media. I have tried adding partialSubmit to the panelDivider, but this does not seem to help. Any hints on whether it's possible to drag the divider without causing the player to reload? Thanks!

13. PLAYING FLV WITH OUTPUTMEDIA    icefaces.org

hello everybody i would like to know how to do for playing flv video within an icefaces outputmedia component in the same way that it is shown by the typical site that shows video with streaming and the slider bar for progress, does anybody know how to do it?, i had been trying but it just let me to run swf ...

14. ICEpush is doing a full page refresh when ice:outputMedia is used    icefaces.org

Further to this - quite strange - I discovered that whether it does a full page refresh or not depends on what type of media it's outputting. e.g. xhtml as follows: backing bean: public String getObject() { //return "/images/dragDrop/shopping-cart.png"; return "/mimics/simple.svg"; } If the image file is returned then subsequent pushes don't cause a full page refresh ...

15. outputMedia flash parameters    icefaces.org