nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

Invalid template code for processing non linear <code></code> blocks #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The template code for processing <code>image display code</code> in a non 
linear overlay looks 
wrong.

        public static var DEFAULT_IMAGE_TEMPLATE:String = "<img src='_code_'/>";

The same for the flash template:

        public static var DEFAULT_SWF_TEMPLATE:String = "<img src='_code_'/>";

These are the default templates that should only work with <url>value</url> 
responses - see 
previous issue for more info (when <url> support was added)

Original issue reported on code.google.com by paul.sch...@gmail.com on 5 Dec 2009 at 9:17

GoogleCodeExporter commented 9 years ago
Fixed as per code in ISSUE 148 - <code> now inserted without using templates - 
templates are just used on 
<url></url> values

Original comment by paul.sch...@gmail.com on 5 Dec 2009 at 9:26