ActiveDen

YOUTUBE USER GALLERY - FlashVars driven

YOUTUBE USER GALLERY - FlashVars driven - ActiveDen Item for Sale

New version + new features – click below

Intro

YOUTUBE USER GALLERY is the ultimate mini gallery for your videos. It can load the youtube videos of a user just by typing the user name in the searchbox ( or in the flashvars). You can disable the search box if you want only your videos to display. It is FlashVars driven and only needs a simple text editor to be set up. It can be embedded in html ( just drag and drop with your favorite html editor ), can be used stand-alone and also can be integrated in your flash project very easy ( just drag&drop )

Note: search box is case sensitive

Features

  • graphics very easy to change
  • plays YouTube movies just by typing the username in FlashVars
  • drag & drop in your flash project
  • choose between – order by view count, or order by published date

Installation

You have 3 ways to set it up, FlashVars, XML or directly from your as3 flash project.
FlashVars Example:
<script type="text/javascript">

        var flashvars = {
        videoWidth: "800",
        videoHeight: "400",
        orderBy: "viewcount",
        maxVideos: "20",
        searchVisible: "on",
        predefinedSearch: "",
        predefinedUser: "hollywoodstreams" 
        };
        var params = {
            menu: "false",
            allowScriptAccess: "always",
            scale: "noscale",
            allowFullScreen: "true" 
        };
        var attributes = {};

        swfobject.embedSWF("preview.swf", "flashcontent", "800", "430", "9.0.0", "_assets/swf/expressInstall.swf", flashvars, params, attributes);
        //EkHTsc9PU2A
        //init the youTubeLoader javascript methods
        SWFID = "flashcontent" 

    </script>
just change the flashvars to fit your project
by
by
by
by
by