Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
11-18-2014, 08:09 AM | #1 |
Confirmed User
Industry Role:
Join Date: Mar 2011
Posts: 371
|
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> |
11-20-2014, 11:11 PM | #2 |
Registered User
Industry Role:
Join Date: Nov 2014
Location: http://youtu.be/liD0w2mkyzw
Posts: 72
|
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. |