<%-- 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 s1 = new SWFObject('${resource(dir: "js", file: "player.swf")}','OBJECT_ID', '${videoDataSet.width}','${videoDataSet.height}','9','#ffffff'); s1.addParam('allowfullscreen','true'); s1.addParam('allowscriptaccess','always'); s1.addParam('wmode','opaque'); s1.addParam('flashvars','file=${flvUrl}&autostart=true'); s1.write('player');