Flowplayer invideo banner ads code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GameForAdult
    Confirmed User
    • Mar 2011
    • 371

    #1

    Flowplayer invideo banner ads code?

    Hi,

    I play the whole day around but can't get it working.

    Anybody know the code and script to show invideo banners by pause and after the video finish?

    This is the code I have on all my websites:
    Code:
    <script type="text/javascript" src="http://www.mydoamins.com/wp-content/themes/flowplayer/flowplayer-3.2.10.min.js"></script>
        <div id="player"></div> 
        <script language="JavaScript">
    flowplayer("player", {
        src:"http://www.mydoamains.com/wp-content/themes/flowplayer/flowplayer-3.2.11.swf"
        }, {
        clip: {
          autoPlay: true,  
          autoBuffering: true,
          url: "URL to video file"
        }
    });
    </script>
    Thanks
  • Tekkno
    Registered User
    • Nov 2014
    • 72

    #2
    There's player events for onpause, onplay etc..
    You can bind a function to those and use the content plugin to show static images, text, etc.
    10TB european cloud storage for EUR10/month

    Comment

    Working...