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 | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
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 | ||||
![]() |
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 | ||||
![]() ![]() |
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 | ||||
![]() ![]() ![]() |
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 | ||||
![]() |
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.