<%-- Created by IntelliJ IDEA. User: sbortman Date: Jul 17, 2009 Time: 1:01:30 PM To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" %> OMAR Streaming Video

${title}

${flash.message}
FLASH PLUGIN REQUIRED
var so = new SWFObject( '${createLinkTo(dir: "js", file: "player.swf")}', 'player', '${videoDataSet.width}', '${videoDataSet.height}', '9' ); so.addParam('allowfullscreen', 'true'); so.addParam('allowscriptprocess', 'true'); so.addVariable('file', '${flvUrl}'); so.addVariable('autostart', 'true'); so.write('player');