Flash Employee Christmas Gallery

Well my boss has come up with the idea to have us send our
company christmas card as a weblink this year, he wants to show our
employees in a sort of gallery...and of course he wants it really
cheap, and now. I've showed him a few sites like some of the
premium galleries at
http://www.entheosweb.com/Flash/free_flash_photo_gallery.asp
or some of the papervision galleries from
http://www.flashloaded.com
....he's not crazy about those though.
The example he liked the most was the employee page from
http://www.leoburnett.com
(click "our people), but I haven't been able to find anything
similar to that. Does anyone know of any cool galleries for free or
cheap that might work for this scenario? Any help would be
appreciated. Thanks!
Alan

Right... you need to update row and column, for each k:
var perRow = 5;
function thumbnails_fn(k) {
//these go inside the function
var row = Math.ceil(k/perRow);
var col = (k%perRow == 5) ? k/row : k%perRow;
thumbnail_mc.createEmptyMovieClip("t"+k,
thumbnail_mc.getNextHighestDepth());
tlistener = new Object();
tlistener.onLoadInit = function(target_mc) {
target_mc._x = hit_left._x+(target_mc._width+5)*col;
target_mc._y = hit_left._y+(target_mc._height+5)*row;
target_mc.pictureValue = k;
target_mc.onRelease = function() {
p = this.pictureValue-1;
nextImage();
target_mc.onRollOver = function() {
this._alpha = 50;
thumbNailScroller();
target_mc.onRollOut = function() {
this._alpha = 100;
image_mcl = new MovieClipLoader();
image_mcl.addListener(tlistener);
image_mcl.loadClip(thumbnails[k], "thumbnail_mc.t"+k);
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

Similar Messages

  • Make 3D Flash wedding photo gallery with songs

    Last week, my dearest sister got married. There were about a gazillion things to love about her wedding day… so many moments all wrapped up into one very totally unforgotten event. I took lots of wedding photos on her wedding day and wanted to give her a surprise of making her a 3D flash wedding photo gallery with wedding songs.
    As I expected, my sister was moved, many thanks she said to me. Now I just want to give my many thanks to Aneesoft 3D Flash Gallery. It is a wedding gallery making software that helped me make so gorgeous flash gallery with my sister's wedding pictures. Knowing nothing about flash making, I never thought making a splendid 3D flash gallery would be so easy. My friend, do you eager to make your own cool, awesome flash gallery now? Do you eager to sharing your wedding photos in a stunning 3D photo gallery? Let me show you the way!
    What you'll need:
    1. Wedding photos and wedding songs for your 3D flash gallery
    2. Aneesoft 3D Flash Gallery
    Step 1: Download & install Aneesoft 3D Flash Gallery
    We'll be using a very nice 3D gallery making software 'Aneesoft 3D Flash Gallery' to making a romantic wedding flash gallery with wedding photos and wedding songs, head over here and download the free trial version. Next step is to install the program.
    Step 2: Import wedding photos and edit
    You can add up to 500 photos that you want to use in your wedding photo gallery, arrange the photos as you like. Aneesoft 3D Flash Gallery supports a wide range of file formats for images, such as .jpg, .bmp, .gif. Click "Add Caption" to add title and description for your wedding photos. And you can also crop and add special effects to them to make your wedding photos more perfect
    Step 3: Choose from a variety of wedding flash gallery templates
    Aneesoft 3D Flash Gallery offer you an easy way to make a stunning wedding photo gallery by choosing from variety of flash gallery templates. A flash gallery template automatically put preset decoration to wedding gallery. When you select a preset flash gallery template, you're able to enhance it by customizing some additional settings, such as background, thumbnail effects, playback options and scrolling actions. For the adventurous users, explore the powerful advanced features and tools that gives you total control over how you compose your wedding flash photo gallery.
    Step 4: Add some wedding songs for your wedding flash gallery
    Wedding songs are a very important factor to consider when making your wedding flash photo gallery. They set the general mood and tone for your gallery, while also allowing you to express your feelings through music. You may find the perfect wedding songs out of hundreds of popular wedding songs and music through Amazon.com or iTunes.
    In this step, you can add some wedding songs as background music to play along with your wedding flash gallery. Click Add Music button to browse and add your wedding songs. You can add, remove and edit the wedding music files. And you may check the option to control the background music looping or not.
    Step 5: Preview and publish your 3D wedding flash gallery
    It is advisable that you preview the wedding flash gallery at least once, before you publish it. Click and drag mouse for scrolling and tilting the 3D flash gallery. Click on the thumbnail to zoom in and out the photos. You have several options to share and publish your 3D wedding photo gallery, such as SWF, EXE and HTML. It depends on your needs.
    OK, now your wedding flash gallery is done. What do you think of the wedding flash gallery that I made for my sister? End with my sister's sentences "Fun is not ending, romantic is not ending, and love is just beginning!" Wish your wedding pictures can also be splendid as my sister's, and your love is just beginning, enjoy!
    know more:
    http://www.aneesoft.com/win-3d-flash-gallery.html
    http://www.aneesoft.com/tutorials/3d-flash-gallery/make-wedding-flash-gallery-with-songs.h tml

    As for AS3 part of it, I am not sure your code really works. There are syntax and logical errors there.
    I think you need to take it step by step and accomplish several task in the following sequences:
    1. Write code that loads XML correctly;
    2. Write code that enables buttons;
    3. Write code that will load images on button clicks.
    The code below shows in principal what needs to be done in order to load XML and make the data in this XML available for further consumption. Also, by accomplishing this step you will iron out all the PHP vs Flash wrinkles including your XML.
    Please note, I don't know your XML structure so all the parsing issues you need to resolve yourself.
    Once you get handle on it - we, hopefully, will talk about steps 2 and 3.
    import flash.display.Loader;
    import flash.events.*;
    import flash.net.*;
    var images:XML;
    var myRequest:URLRequest;
    var myLoader:URLLoader;
    // list of image urls that will come from loaded XML
    var imageList:XMLList;
    myRequest = new URLRequest("Photography.php");
    myLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, onFileLoaded);
    // suggested handler for unexpected errors - avoids some headaches
    myLoader.addEventListener(IOErrorEvent.IO_ERROR, onLoadError);
    myLoader.load(myRequest);
    // Note: all the listeners are removed
    // it is always wise to remove listeners that are needed any longer
    // to make objects eligible for arbage collection
    function onLoadError(e:IOErrorEvent):void
         trace(e.toString());
         myLoader.removeEventListener(Event.COMPLETE, onFileLoaded);
         myLoader.removeEventListener(IOErrorEvent.IO_ERROR, onLoadError);
    function onFileLoaded(e:Event):void
         myLoader.removeEventListener(Event.COMPLETE, onFileLoaded);
         myLoader.removeEventListener(IOErrorEvent.IO_ERROR, onLoadError);
         images = new XML(myLoader.data);
         // only now xml is ready and you can start loading images
         imageList= images.pic;

  • Flash-Web Photo Gallery

    I am trying to create a flash web photo galler using the Automate>Web Photo Gallery in CS2.
    I want to mix the features of the 2 existing options.
    In Flash Gallery 1, the thumbnails are listed as small icons in multiple lines and are magnified when the mouse hovers over them, like the dock in OS X.
    In Flash Gallery 2, the meta data listed in the xml file is displayed only if you explicitly click on the info button, and it is below the picture.
    I need these 2 options together. The rest of the options are not a problem I can go either way.
    Is there another Flash Gallery that will combine these two options?
    If not:
    Is there a way to modify the flash file to accomodate this?

    Google "Flash Gallery Templates", you'll see 2.4M links.
    Back to levonk's original question... sounds like you're trying to do what I'm trying to... alter the Flash files used to generate the Web Photo Gallery Flash Gallery 2.
    Here's my question, similar to yours:
    How do i open the "gallery.swf" file to alter Photoshop Flash Web Photo Gallery?
    Built Web Photo Gallery in Photoshop CS2's Automate. It turned out OK, and I made adjustments in the "index.html" and "galleryconfig.xml" files in a text editor (BBE).
    Now, I'd like to alter the template's .swf file but can't open it as it's "protected".
    It would be nice to be able to set up a new template that does exactly what I intend, without altering the other files. But I can't open the protected "gallery.swf" file to make changes. Can someone help? Does Adobe have an unprotected copy of that file I can fiddle with? Is there some "trick" to open a copy of that file? I could learn a lot and make it easy to repeat results for a site. Any assistance most appreciated!

  • Flash & XML Photo Gallery with Categories

    Hello friends
    i am trying but
    i want to create Flash & XML Photo Gallery with Different Categories
    please help me

    If you want to do using oop
    go throgh this article first
    http://active.tutsplus.com/tutorials/actionscript/as3-101-oop-additional-concepts/

  • Flash XML Photo Gallery

    In this tutorial
    http://www.kirupa.com/developer/mx2004/thumbnails5.htm
    it explain how to make a Flash Thumbnail Photo Gallery. I am
    designing a bigger photo gellery based on this code. how do I have
    the photo gallery to list 5 pictures it create a new row . This
    code is the code that designs the thumbnail movie clip with all the
    thumbs in 1 row.
    function thumbnails_fn(k) {
    thumbnail_mc.createEmptyMovieClip("t"+k,
    thumbnail_mc.getNextHighestDepth());
    tlistener = new Object();
    tlistener.onLoadInit = function(target_mc) {
    target_mc._x = hit_left._x+(target_mc._width+5)*k;
    target_mc.pictureValue = k;
    target_mc.onRelease = function() {
    p = this.pictureValue-1;
    nextImage();
    target_mc.onRollOver = function() {
    this._alpha = 50;
    thumbNailScroller();
    target_mc.onRollOut = function() {
    this._alpha = 100;
    image_mcl = new MovieClipLoader();
    image_mcl.addListener(tlistener);
    image_mcl.loadClip(thumbnails[k], "thumbnail_mc.t"+k);
    }

    Right... you need to update row and column, for each k:
    var perRow = 5;
    function thumbnails_fn(k) {
    //these go inside the function
    var row = Math.ceil(k/perRow);
    var col = (k%perRow == 5) ? k/row : k%perRow;
    thumbnail_mc.createEmptyMovieClip("t"+k,
    thumbnail_mc.getNextHighestDepth());
    tlistener = new Object();
    tlistener.onLoadInit = function(target_mc) {
    target_mc._x = hit_left._x+(target_mc._width+5)*col;
    target_mc._y = hit_left._y+(target_mc._height+5)*row;
    target_mc.pictureValue = k;
    target_mc.onRelease = function() {
    p = this.pictureValue-1;
    nextImage();
    target_mc.onRollOver = function() {
    this._alpha = 50;
    thumbNailScroller();
    target_mc.onRollOut = function() {
    this._alpha = 100;
    image_mcl = new MovieClipLoader();
    image_mcl.addListener(tlistener);
    image_mcl.loadClip(thumbnails[k], "thumbnail_mc.t"+k);
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Actionscript3 flash spherical photo gallery

    I am trying to get this photo gallery to work the way i want it too. I am trying to make the background transparent.
    And I can do it but when I do, the gallery seems to loose functionality. I can not scroll it, but it works when there is a background.
    I go about removing the drawBoard() function or one of the fills in the function. line 242-250.
    heres a link to the download http://www.flashandmath.com/flashcs4/spheregallery/spherical_gallery.zip.

    i understand that it is for flash cs4. my problem is figuring out a way too make background transparent so i can put it on html page and it shows background of html and not the background of the flash file. look in first post to download this file so you can try it out, to see what i am talking about.
    also i have read that i need to change the alpha in the component inspector but there is no option in this file to do that. is there any place else  i can change alpha.
    do me a favor open the file in flash and publish it and then put a new background in the html so you can see what i am trying to do

  • Flash Web Photo Gallery Auto Play

    Hello!
    I'm using the Flash - Gallery 1 that came with Photoshop CS2. Is there a (hopefully easy) way to get the gallery to automatically play the slideshow when a user visits the page (instead of clicking the play button)?
    Thanks!
    Sonya

    Sonya,
    Unfortunately it can't be set through the options-but it can be done.
    It's is not too hard, but you do need Flash.
    The source files for the web galleries are generously posted for downloading at:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=2960
    In the _as folder there is a text file named coreFuntions.as. Near the top there is a listing of GLOBAL VARs. Change the line that reads: _global.showPlaying = false;
    to
    _global.showPlaying = true;
    save and you're almost there.
    Launch the Gallery1.fla and Publish (or test). It should produce a gallery.swf that you can drop into your original gallery folder (with the other controlling files.

  • Flash Contest - Photo Gallery

    Hello, I hope this forum admins are OK with this post, else
    please re/move it.
    We are having a Flash contest at FFILES.com , users can
    submit a flash photo gallery, the user with best gallery system
    will receive $250.00.
    There are more details here:
    www.ffiles.com/flash/photo_gallery_contest
    Please let me know if you have questions.
    - Adrian

    no no....i designed the photo gallery especially for this
    contest....just asking if i could sell it on flashden even before
    the contest's deadline? and do you give me the permission to send
    it to them with the photos you provided? 10x

  • Flash Actionscript Photo Gallery question

    So basically im putting together a little flash website and i
    created a photo gallery and put it on a frame seperate from the
    others and i want a button on the first frame to take you
    automatically to the photo gallery. So i did and it worked. I also
    created a little x-out button on the photo gallery so that when you
    click it it takes you back to frame 1 [index]. And it also works
    except the large thumbnails in my gallery follow it home and then
    you just stuck with a big old unwanted picture on your homepage.
    This is the code i put into the frame of the photo gallery::
    Any Thoughts?

    execute images.removeMovieClip(); when your x-out button is
    clicked.

  • Flash template movie gallery ...

    heres my question...
    i have a flash template that im working on, it has interactive picture gallery where you roll over with the mouse and click on the desired photo to see it on bigger size. I would like to replace the big photos with videos of my showreel. you can go and check it out: www.miraclesoundstudio.com . Flash only allows me to exchange for the same file this case pictures. Is this possible? I need help I cant figure it out!

    most likely it uses an xml file to load your thumb nails and large images.  find change on of the thumbs and large images to a video.
    if your gallery is not designed to play videos, you'll then need to find where the parsed xml is used to load thumbs.  you'll need to change that code to check for a video file extension and add all the code needed to play a video.

  • Flash (Photoshop) Web Gallery data

    I have created a web gallery using Photoshop CS2 to allow my
    clients to proof their images. From this gallery I want to allow
    them to flag images they like then submit the selections to me via
    email. Currently they are using the gallery just to view the
    images. There is not a way to mark the images or to submit them via
    email. The clients have to manually write down the file names, type
    and email, and send it to me.
    1. Can the function of selection boxes be added to the web
    gallery? I do not own the full flash program.
    2. Can the file names for the selected images be put into an
    email to me using a submit button?
    How are both of these task performed?
    Thanks

    1) Yes it can but you will need to modify the flash movie so
    *someone* will need to know how to change the flash movie.
    2) Yes this is possible but you'll either need your flash
    movie to talk to the server and have the server send the email or
    figure out how to get Flash to use the client's mail program. They
    may or may not have one installed. Here's a tutorial for the second
    option:
    http://www.tizag.com/flashTutorial/flashemailform.php

  • Flash or HTML Gallery?

    Hi, I want a very minimalist looking gallery with small square thumbnails you can click on which will reveal a larger image. Is it better to go with a Flash Gallery or an HTML Gallery?
    1) The site is currently an HTML site and I'm wondering if this is something that can be easily integrated this into an HTML site without a lot of trouble?
    2) I'm currently back in the stoneage using Flash MX 2004 and wondering if Flash CS4/CS5 has a nice minimalist gallery built in or do I need to use something like "SimpleViewer"?
    pg

    Agree with c0j!!
    Personally I feel that its really about choosing the right tool for the right job, and that depends on the requirements you have (whether from your "wish-list", or the requirements from your audiences).
    I'll recommend you to choose Flash if you require:
    high level of user interaction
    some Rich Internet Application features, such as provide zoom in/out, change image orders, coverflow effects...etc to your gallery
    you have allocated budget and time, and
    this is not intended to be a viewed by mobile phones (its possible, though, but a bit difficult)
    I'll recommend you to choose HTML/JSP/PHP/JavaScript if you require:
    No-frills, just a simple image gallery
    minimal level of user interaction
    no RIA features
    you need to get it done within 4-8 hours
    should be compatible to be viewed by mobile phones
    And of course, if your requirements are actually somewhere between these 2, you can always do a hybrid, having some RIA stuff done by Flash, and other simple stuff done by HTML.
    Just sharing some thoughts...hope they help

  • Flash Catalyst Photo Gallery

    Here's the link to the .fxp project I am currently working on.
    http://www.piperhale.com/site-w-gallery2.fxp
    On the gallery page, I was able to create the 40 thumbnails necessary for my gallery but when I created a custom component for the full-sized images, there is a max of 20 different states so one for each photo. Because I have 40 total photos, I created a second custom component with the other 20 photos. My problem is that when I click on the link for image 21, which would be the first state in the second custom component, the first custom component stays on top rather than bringing the second component to the front. Does anyone know how I could fix this problem? I don't know if I was able to accurately describe my problem, so if you  need any clarification or can help me please reply.
    --Sawyer Ward

    Hi Sawyer,
    I assume you are using On Click interactions on each of your thumbnails to show the appropriate image within the custom component?  If so, you can just add a second On Click interaction that shows the correct custom component and hides the other one (or transitions to the state where the correct component is visible, if you're doing it using states).
    You could add this to each of the thumbnails (it's perfectly allowed to do more than one thing On Click).  Or, to avoid having to do that 40 times, you could put each set of 20 thumbnails in a group and add an On Click to the group, since you want to do the same show/hide action regardless of which thumbnail within the set was clicked.  Both the group's On Click and the individual thumbnail's On Click will run simultaneously when the user clicks a thumbnail.
    Hope that helps!
    - Peter

  • Flash simple image gallery problem

    Hello I have what I think is an easy problem to solve but I
    can´t find a solution.
    I´m creating an image gallery with thumbnails on the
    right inside a symbol so that
    they can all fade in at the same time, and the bigger images
    on the left that also fade in.
    I can only fit 8 thumbnail images at a time, and want to have
    more than that.
    So I´ll add an arrow below the thumbs so that when you
    click on it, you can see the other thumbs.
    I have the first 8 thumbs on the first frame of a symbol and
    the rest on the second frame.
    My problem is that the symbol that contains the thumbs is a
    graphic symbol, so that the thumbs in it, that are button symbols
    can be clicked on. I tried using button and movie clip symbols for
    the thumbnails container but then the buttons (thumbs) can´t
    be clicked any more.
    That was not a problem till I had to add more than 8 thumbs,
    cause i need to give the container an instance name, and graphic
    symbols can´t have one.
    Here is the link to download the .fla
    www.ginkgo.com.uy/old/downloads/handheld_pink.fla
    In case I didn´t make my self clear, what I need is to
    know if there´s a way to have a movie clip or button symbol
    that can have buttons in it that can be clicked on.
    I hope I didn´t give you a headache.
    Thanks a lot, Marcelo.

    thanks.
    that´s what i thought but, if i convert the container to
    a button symbol the thumbs can´t be clicked anymore.
    And if I convert the container to a movie clip like you
    suggested, then if I click on any part of the container it
    just goes to the second frame of the movie clip container, if
    i click again it goes back to the first frame and so on.
    But there is no action script for the container at all,
    please try it out with the fla i uploaded.
    i can´t figure it out.
    thanks

  • Flash Cs5 website gallery

    Hello I have made a website and a gallery both in seperate files. I made the gallery of size for the page i want it on and everything works standalone. However when i tryed to get it to load in the website it would not i read to move your swf file to the website and place it but that did not work because 1. it did not load the pictures 2 got an compile error saying "1046: Type was not found or was not a compile-time constant" .
    Picutres:
         (website)
    (Gallery) I want the gallery into ^ that
    Pictures are temp... I don't have a bee limo sorry
    Added pictures

    assign the loader's x and y properties:
    var ldr:Loader=new Loader();
    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,f)
    ldr.load(new URLRequest("gallery.swf"));
    addChild(ldr);
    function f(e:Event){
    ldr.x=(stage.stageWidth-ldr.width)/2;
    ldr.y=(stage.stageHeight-ldr.height)/2;
    p.s.  please mark this thread as answered.

Maybe you are looking for

  • How to have multiple images on the same screen? like in the movies where you see several actions at

    how to have multiple images on the same screen? like in the movies where you see several actions at the same time .... i don't find  a tutorial in adobe tv.... thanks !!

  • Connecting bluetooth accessory to multiple devices

    Bought the XGPS150 to work with my wi-fi only iPad2. It would have been a bonus if it could talk to two iPad's/devices at the same time, but it cannot. Multiple devices can pair with it, but it can only communicate with one iPad/Phone/Touch at a time

  • Some images not loading to mobile devices.

    So I'm having issues copying  few images form iPhoto on my iMac (Mountain Lion) to both of my mobile devices. These images used to be on both of my devices but for some reason have now disappeared from them and refuse to copy back to either my iPhone

  • Migrated 3.x query not working properly

    Hi All,    I am migrating existing 3.x queries in system to BI 7. Some queries are showing strange behaviour like when i am executing them in analyzer the results are perfect. When i am executing same queries on web through query designer or through

  • Can we run script at runtime?

    Hello, Can we run script at run time? I mean, I have writtern a script which reduce the font size by 2 pts in certain text frame when charcters are more than 100. I can able to handle this, only when the text frame is already has more than 100 charte