NUCLEUSCMS...how.to.nucleuscms.for.software.dummies.

 

Navigation

Today
Archives

Categories

All
Downloads(0)
GENERAL(2)
HOSTING WEBSITE(2)
INSTALLATION(6)
MUSIC(2)
PICTURES(2)
PLUGINS(17)
SKINS MODS(1)
VIDEO(3)

VIDEO

  • Flowplayer
  • Nonverblaster Flash Player
  • Flash Player

  • Subscribe to RSS

    Contact Ltooz

    <   July 2010   >
    MonTueWedThuFriSatSun
       1234
    567891011
    12131415161718
    19202122232425
    262728293031 

    Browsers

    This website uses CSS3 which isn't supported by ie6,7,8... but will display with modern browsers: Firefox,Chrome,Safari... If you are using ie6,7,8 please try other browsers to expand your horizons, Internet is actually beautiful. Please also install Flashplayer for flash videos.

    About

    When I started to make my own website, Justhost.com has all the brand name blog server software for free like wordpress, b2evolution, mambo, joomla, Nukes... more About...


    Custom Search

    Search Site

    Login


    Register as a ltooz member!

    Websites Helped Build This Blog


    9289
    Top countries
     US
     
    4443
     RU
     
    2038
     Other
     
    795
    Top browsers
     Twiceler0
     
    2134
     Yandex0
     
    1799
     Default Browser0
     
    983
    Top systems
     unknown
     
    6182
     WinXP
     
    1397
     Win2000
     
    802
    Bookmark and Share

    Subscribe for new posts
    Click here to manage subscription

    Apr
    25

    Flowplayer

    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.1.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.1.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.

    flowplayer js file in head page

    <script language="JavaScript">// <![CDATA[
         flowplayer("flow", "/fancybox131/flowplayer/flowplayer-3.1.5.swf");
    // ]]></script>
    <p style="text-align: center;"><a style="display: block; width: 500px; height: 300px;" href="http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv" id="flow"><img src="/testvideos/flow_eye.jpg" alt="flowplayer" /></a></p>

    flowplayer

    Category: VIDEO | Posted by: ltooz | Add comment | Viewed: 2480 times |

    Apr
    25

    Nonverblaster Flash Player

    NonverBlaster Flash (flv,mov) Player with fullscreen option, I don't see support for youtube videos.

    This is a totally free flash player for any website, easy to set up although the instruction is not very clear on its website. If you already installed my fancybox plugin then you're already to go. All you need is to use the same script here for each flv or mov videos and its picture. If you just want the player for an html page, then load the requirement files "swfobject" & "nonverblaster.js" to the head page like this. If your head page also contains the swfobject 1.5 for jwplayer already then you don't need to put this swfobject (2.0) on there. You only need one swfobject for all players.

    nonverblaster head page

    <div style="text-align: center;" id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> and Firefox,Chrome,Safari,ie8 to see this video!</div>
    <script type="text/javascript"></script>
    <script type="text/javascript">// <![CDATA[
        var s1 = new SWFObject("/l2plugins/nucleus/plugins/fancybox/NonverBlaster.swf","single","500","300","9");
        s1.addParam("allowfullscreen","true");
        s1.addVariable("mediaURL","/testvideos/nice-flowers-hd.mov");
            s1.addVariable("teaserURL","/testvideos/flower.jpg");
            s1.addVariable("autostart","true");
            s1.useExpressInstall('/l2plugins/nucleus/plugins/fancybox/expressinstall.swf');
        s1.write("player1");
    // ]]></script>

    Get the Flash Player and Firefox,Chrome,Safari,ie8 to see this video!

    Category: VIDEO | Posted by: ltooz | Add comment | Viewed: 2481 times |

    Dec
    13

    Flash Player

    Nucleus plugin has flashvideo player that uses JWplayer that works very well, but it doesn't support full screen and playlist option or we don't know how. Assuming we followed the instruction on the plugin page and installed the plugin correctly, all we need to do is to copy a youtube link and place the code in tinymce editor.

    "(@)<%flashvideo(http://www.youtube.com/watch/v/MvgN5gCuLac)%>" must have the @ in front of "<" 

    JWPLAYER

    We use jwplayer playlists a lot, therefore we need to use the code generator from longtailvideo.com. We just place the vars and it produces the embeded code for our page. We placed all down loaded files to a folder in the root directory for accessing everytime we use the code generator. After we did it once, we can just copy the codes and paste to other pages with the new*.xml name.

    We need to make a playlist file in xml extension, put it in a folder and direct the player to that file. Here it's youtube.xml, the playlist names/icons are placed to the LEFT, we want the player to play through all the videos, we must select repeat always, volume initial set to 50%, when everything is done, click preview and select embedded codes for NucluesCMS...

    Read More »

    Category: VIDEO | Posted by: ltooz | Add comment | Viewed: 2205 times |