Re: [Hypercontent-users] flash video content type
Brought to you by:
alexvigdor
From: Adam C. <ac...@co...> - 2008-08-14 13:31:32
|
Carl, First make sure there is an entry in the ContentTypes.xml file (properties/ContentTypes.xml) <content-type type="application/x-shockwave-flash" label="Flash File" icon="/gfx/doc_blank.gif"> <file-extension value="swf" preferred="true"/> <editor key="upload"/> <editor key="dublincore"/> </content-type> (I think you need to stop the server, add the entry and restart) Then you can add a resource directory in the project definition file. <content type="application/x-shockwave-flash" /> Adam On 8/14/08 4:52 AM, "Carl P Barrow" <C.P...@hu...> wrote: > All, > > To enable someone to add a swf files to HyperContent the entry in the project > definition is > > <resource-directory label="Add a flash (swf) file" path="/**/*.swf" > publish="true"> > <content type="application/x-shockwave-flash"/> > </resource-directory> > > I need to get flv files in there but I¹m not sure on the content type, I¹ve > tried > > <content type="video/x-flash"/> > > Does anyone know what I need to use? > > Many Thanks > Carl > > > ************************************* > Carl Barrow > Systems Integrator > Academic Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > http://www.hull.ac.uk/cms <http://www.hull.ac.uk/cms> > ************************************* > > > > ****************************************************************************** > *********** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ****************************************************************************** > *********** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |