Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces with a media file
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
It should be straightforward to embed movies, flash, etc. into ICEfaces pages.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Yip Ng [ yip.ng ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15678 | Mon Jan 28 16:47:10 MST 2008 | yip.ng | Added renderedOnUserRole attribute. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-outputMedia-props.xml
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputmedia/OutputMedia.java
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/custom/outputMedia-renderer.xml
|
| Attachment | screenshot-1.jpg [ 10806 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15682 | Tue Jan 29 14:14:22 MST 2008 | yip.ng | Removed width and height attributes. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-outputMedia-props.xml
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputmedia/OutputMediaRenderer.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputmedia/OutputMedia.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15726 | Tue Feb 05 15:51:21 MST 2008 | yip.ng | Component Showcase example for output media componnet. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/web/WEB-INF/faces-config.xml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15727 | Tue Feb 05 17:40:55 MST 2008 | yip.ng | Added description doc. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/web/inc/components/media.jspx
ADD
/icefaces/trunk/icefaces/component/doc/outputMediaDoc.html
|
| Attachment | screenshot-2.jpg [ 10813 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
| Resolution | Fixed [ 1 ] |
| Summary | Movie or media component | New Media component (ice:outputMedia) |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15750 | Thu Feb 07 10:19:08 MST 2008 | yip.ng | Used new Flash file. Changed width and height for QuickTime and Windows media files. |
| Files Changed | ||||
DEL
/icefaces/trunk/icefaces/samples/component-showcase/web/media/ICEfaces_Skyscraper_120x600.swf
ADD
/icefaces/trunk/icefaces/samples/component-showcase/web/media/ICEfaces_JavaLobby_300x250.swf
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/components/media/Media.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15753 | Thu Feb 07 10:55:59 MST 2008 | yip.ng | Reverted back the width and height for QuickTime and Windows media files. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/components/media/Media.java
|
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Yip Ng [ yip.ng ] |

<ice:outputMedia value="#
{bean.mediaURL}" width="int" height="int"
controller="bool" autoplay="bool" type="mime-type-String" />
The outputMedia component can use the type to produce the correct
HTML for the particular piece of embedded media. Note that this
HTML is not simple in the cross-browser case:
http://www.alistapart.com/articles/byebyeembed
If the type is not present, it can be guessed from the extension of the value attribute.