Re: Integrate flash movie in JSF

2008-12-09 Thread fischman_98
/Integrate-flash-movie-in-JSF-tp20037629p20921314.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Integrate flash movie in JSF

2008-12-09 Thread Hazem Saleh
2.0] Google Maps Integration with JSF: http://code.google.com/p/gmaps4jsf/ -- View this message in context: http://www.nabble.com/Integrate-flash-movie-in-JSF-tp20037629p20921314.html Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Hazem Ahmed Saleh Ahmed Author

Re: Integrate flash movie in JSF

2008-10-27 Thread Andreas Niemeyer
Hi, this topic comes up again since I need to add special flash params to my multi-file upload view. I'm using JSF 1.1 with and without the f:verbatim tag and got parsing errors: 17:40:48,387 ERROR [jsp:52] com.sun.facelets.FaceletException: Error Parsing /upload.xhtml: Error Traced[line:

Re: Integrate flash movie in JSF

2008-10-27 Thread Andreas Niemeyer
Solved - using `amp;' helps :) Regards, Andreas http://www.developpez.net/forums/d391457/java/developpement-web-java/frameworks/jsf/integration-player-flash/ Andreas Niemeyer schrieb: Hi, this topic comes up again since I need to add special flash params to my multi-file upload view. I'm

Integrate flash movie in JSF

2008-10-17 Thread Andreas Niemeyer
Hi, Is there a simple way to put a flash movie with the OBJECT Tag in a JSF page? Maybe the use of a JSP page might simpler, but when using JSP pages they breaks the lifecycle, or? Regards, Andreas

Re: Integrate flash movie in JSF

2008-10-17 Thread Hazem Saleh
use the media component. On Fri, Oct 17, 2008 at 7:23 PM, Andreas Niemeyer [EMAIL PROTECTED] wrote: Hi, Is there a simple way to put a flash movie with the OBJECT Tag in a JSF page? Maybe the use of a JSP page might simpler, but when using JSP pages they breaks the lifecycle, or?

Re: Integrate flash movie in JSF

2008-10-17 Thread Scott O'Bryan
In jsf1.2, just put the object tag in your page. For JSF 1.1, surround it with an f:verbatim tag. Sent from my iPhone On Oct 17, 2008, at 11:23 AM, Andreas Niemeyer [EMAIL PROTECTED] wrote: Hi, Is there a simple way to put a flash movie with the OBJECT Tag in a JSF page? Maybe the

Re: Integrate flash movie in JSF

2008-10-17 Thread Hazem Saleh
Here is the Trinidad Media component: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_media.html and Here is Apache MyFaces Tomahawk sandbox media component: http://myfaces.apache.org/sandbox/tagdoc/s_media.html On Fri, Oct 17, 2008 at 7:23 PM, Andreas Niemeyer [EMAIL PROTECTED]

Re: Integrate flash movie in JSF

2008-10-17 Thread Andreas Niemeyer
Thank you all! Andreas Hazem Saleh schrieb: Here is the Trinidad Media component: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_media.html and Here is Apache MyFaces Tomahawk sandbox media component: http://myfaces.apache.org/sandbox/tagdoc/s_media.html On Fri, Oct 17, 2008 at