#237: Support for HTML5 video tag
------------------------------+---------------------------------------------
 Reporter:  vik               |       Owner:  baiju   
     Type:  enhancement       |      Status:  assigned
 Priority:  minor             |   Milestone:  4.1 Beta
Component:  EmbeddedPlayback  |    Keywords:          
   Tester:  And               |  
------------------------------+---------------------------------------------

Comment(by anna):

 here is some code for interfaces.py to provide a way for site admins to
 choose the video display/embed method the plone site will use (Flash,
 HTML5 video tag, or HTML5 video tag with fallback to Flash):


 html5 = schema.Choice(title = u'Choose video embed method',
                                 description=u"Choose if you would like to
 use just the HTML5 video tag, or Flash (Flowplayer) or if you would like
 to use HTML5 with Flowplayer as failback for browsers that don't support
 the HTML5 video tag",
                                 values = ['HTML5 video tag', 'HTML5 Flash
 fallback', 'Flash - Flowplayer'],
                                 default = "HTML5 Flash fallback",
                                 )

-- 
Ticket URL: <http://plumi.org/ticket/237#comment:9>
Plumi <http://plumi.org/>
Plumi - FOSS Video Sharing Platform
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to