[Yanel-commits] rev 40008 - public/yanel/contributions/resources/flash-video/src/java/com/wyonapictures/yanel/impl/resources/flv

michi at wyona.com michi at wyona.com
Tue Nov 18 10:07:10 CET 2008


Author: michi
Date: 2008-11-18 10:07:10 +0100 (Tue, 18 Nov 2008)
New Revision: 40008

Modified:
   public/yanel/contributions/resources/flash-video/src/java/com/wyonapictures/yanel/impl/resources/flv/FlashVideoResource.java
Log:
TODO added

Modified: public/yanel/contributions/resources/flash-video/src/java/com/wyonapictures/yanel/impl/resources/flv/FlashVideoResource.java
===================================================================
--- public/yanel/contributions/resources/flash-video/src/java/com/wyonapictures/yanel/impl/resources/flv/FlashVideoResource.java	2008-11-18 08:45:25 UTC (rev 40007)
+++ public/yanel/contributions/resources/flash-video/src/java/com/wyonapictures/yanel/impl/resources/flv/FlashVideoResource.java	2008-11-18 09:07:10 UTC (rev 40008)
@@ -103,6 +103,7 @@
 
         sb.append("<script type=\"text/javascript\">");
 
+        // TODO: Resolve href relative to swf file and html page URL!
         sb.append("var FO = {movie:\"" + PathUtil.getResourcesHtdocsPath(this) + "flvplayer.swf\",width:\"425\",height:\"350\",majorversion:\"7\",build:\"0\",bgcolor:\"#FFFFFF\",allowfullscreen:\"true\", flashvars:\"file=" + getResourceConfigProperty("href") + "&amp;image=" + PathUtil.getResourcesHtdocsPath(this) + "wyona-pictures.jpg\" };");
 
         sb.append("UFO.create(FO, \"player1\");");



More information about the Yanel-commits mailing list