Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Preroll Ads Demo Setup/How To

12 replies [Last post]

Need to setup pre-roll ads (created by the owner of the site) that is using the 4.4.198 player. They would like it to look and behave just like the pre-roll demo under the AdSolution section. Looked through the forum haven't come up with anything. Setup wizard and AdSolution setup no luck there either. Am I just not seeing it, can someone point me in the right direction?

Samed with me,
subscribing

If you would like to run your own Pre-Roll video ads, please see Adtonomy plugin: http://www.longtailvideo.com/addons/plugins/80/get-examples.html?addon=80&q=

Hi,

My client doesn't want to run advertisements, they just want to run their bumpers, pre and post. We've got the unlimited commercial license for the player, do I now need to spend $99 so my client doesn't have to faff with editing their bumpers in to all their videos? Hope not, but please confirm or suggest an alternative for none ad pre and post videos.

Thank you
AndyFlan

What are bumpers? Sounds like an "ad" to me?

Well, its like a title sequence. A few seconds of an animated logo, not a revenue generating ad.

I think the correct term might be ident.

Weather you consider this to be an ad or not is not really relevant to me. All I want to know is for me to to achieve the functionality I need, will I need to spend a further $99 or is there another way?

Thank you
AndyFlan

You could either:

1. Use the Adtonomy plugin
2. Create a playlist and have the first entry as the "bumper". The functionality won't be the same as Adtonomy, though.

Ok, thank you.

I'll try the playlist idea. I had thought of that but it seemed like a kludge really. No worries, if it works it works.

Np

Hi all

I am really in hurry and appericiate your thoughts on this:

I am trying to: configure my player setup
pre-roll ad (adtonomy plugin)
hd switch button
share and embed button
drelated plugin (shows related clips)

and I cant make them all work together...either I use
hd switch button, share and embed button, drelated plugin (shows related clips) or only pre-roll ad (adtonomy plugin) (Horror)

first of all my working link
http://www.test.cineman.ch/tool/flvplayer/final/

I have added multiple plugins
s1.addVariable('plugins', 'adtvideo','hd-1,drelated,sharing');
only the adtvideo works and tothers are ignored?
can multiple plugins be added without in conflict with each other?

I have also embedded logo and it dosent appear?

s1.addVariable('logo.file','http://shop.hanseevent.de/includes/templates/detco_template/images//detco_logo20x20.gif');
s1.addVariable('logo.link','http://www.google.ch');
s1.addVariable('logo.position','top-left');

and here is my setup:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JW Player for Flash</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<div id="mediaspace"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="swfobject.js"></script>
      <script type="text/javascript">
                var s1 = new SWFObject("player-licensed.swf","JW","543","342","9");
            s1.addParam('allowscriptaccess','always');
                s1.addParam('allowfullscreen','true');
s1.addVariable("javascriptid", "JW");

s1.addVariable('file','http://www.cineman.ch/movie/trailer/15979/trailer_flash2.flv');
s1.addVariable('hd.file','http://www.cineman.ch/movie/trailer/14695/trailer_hd1.f4v');

s1.addParam('bufferlength','5');
s1.addVariable("hd.state",false);
s1.addVariable("hd.autoswitch",false);
s1.addVariable("hd.bandwidth",1500);
                s1.addVariable('repeat','list');
                s1.addVariable('shuffle','false');
                s1.addVariable('linkfromdisplay','true');
                s1.addVariable('linktarget','_self');
                s1.addVariable('enablejs','true');
                s1.addVariable('shownavigation','true');
s1.addParam('allownetworking','all'); 

<!-- share -->
s1.addVariable('sharing.code', '%3Cembed%20src%3D%22http%3A//developer.longtailvideo.com/player/trunk/as3/player.swf%22%20flashvars%3D%22file%3Dhttp%3A//www.cineman.ch/movie/trailer/14695/trailer_flash4.flv%22%20width%3D%22400%22%20height%3D%22300%22%20/%3E&dock=true');

<!-- Logo Requires Licensed for players above version 5 -->
s1.addVariable('logo.file','http://shop.hanseevent.de/includes/templates/detco_template/images//detco_logo20x20.gif');
s1.addVariable('logo.link','http://www.google.ch');
s1.addVariable('logo.position','top-left');

<!-- related clips drelated -->
s1.addVariable('drelated.dxmlpath', 'relatedclips.xml'); //link to the XML containing related clips
s1.addVariable('drelated.dposition', 'top'); // center, bottom, top
s1.addVariable('drelated.dskin', 'skins/grayskin.swf'); //link to the skin
s1.addVariable('drelated.dtarget', '_self'); // where to open the related videos when clicked on

                s1.addVariable("autostart","true");
                s1.addVariable("stretching","uniform");
s1.addVariable('adtvideo.config', 'ads_config.xml');
s1.addVariable('plugins', 'adtvideo','hd-1,drelated,sharing');
                s1.write("mediaspace");
        </script>

</body>
</html>

can somebody help me here?
whats wrong with configuration?
anyone experiencing the same problem?

my mail: hamal@cinergy.ch

by the way I am using the licensed players version 5.0.753
so the latest.

thanks
reverse

hi all
logo works now...just dont support gif...works fine with png.