NUCLEUSCMS...building.websites.blogs.w.nucleuscms

AUDIS NUCLEUS Techstuff pinkhouse ltooz

Translate

Latest Entries

« The Best 4 Pop Ups For My NucleusCMS   Nonverblaster Flash Player »

Apr
25
2010

Flowplayer

BackTo: MEDIA | Viewed: 1207 times | print

Flowplayer can play flv,mov,mp4 with fullscreen option, and NOT youtube videos. If you already installed FancyBox plugin, then all we need to do is to place the scripts with a splash image and the link to the video file and make sure the "flowplayer-3.2.5.swf" url is correct on your website. If you want to play flowplayer on an html page, you need to load the "jquery.tools.min.js" (this includes tooltip), if... ... you just want the flowplayer js then download the "flowplayer-3.2.4.min.js" file to the head of your page like this, anyhow, it's either or and not both. I added the jquery... ... noconflict for the tooltip there.

<script src="/flowplayer/flowplayer-3.2.6.min.js"></script>
<script src="/flowplayer/flowplayer.embed-3.0.3.min.js"></script>


flowplayer js file in head page

<script type="text/javascript"></script>
<!--  setup player with standard HTML syntax -->
<p style="text-align: center;"><a href="/testvideos/l2com.flv" style="display: block; width: 560px; height: 330px; float: left;" id="player"><img style="text-align: center; border: 2px solid black;" src="/testvideos/ltooz640.jpg" alt="flowplayer" width="400" /></a></p>
<p style="text-align: center;">
<script type="text/javascript">// <![CDATA[
$f("player", "/flowplayer/flowplayer-3.2.5.swf");
var code = $f().embed().getEmbedCode();
// ]]></script>
</p>

flowplayer

BackTo: MEDIA

« The Best 4 Pop Ups For My NucleusCMS   Nonverblaster Flash Player »

 



Your comments will be reviewed before published.