cancel
Showing results for 
Search instead for 
Did you mean: 

how can I show flash videos?

charlie22
Champ in-the-making
Champ in-the-making
trying to list flash videos or .flv files in a location in Alfresco :

var query = "+@\\{http\\://www.alfresco.org/model/content/1.0\\}content.mimetype:video/x-FLV";
query += ' +PATH:"/app:company_home/cm:Gallery/*"';

model.resultset = search.luceneSearch(query);

this doesn't seem to find the flash videos.  Is there something wrong with the syntax?
1 REPLY 1

ivo_costa
Champ in-the-making
Champ in-the-making
is this code correct???

your query would translate to something like:
+@\{http\://www.alfresco.org/model/content/1.0\}content.mimetype:video/x-FLV ….

any way
I would suggest a search for content with a name "*.flv" if you can't get it with mimetype