Filmstrip photo gallery scrolling effect, need help...

Heya,
If you visit
http://www.hookmedia.biz/cabinet_source/v4_f
and goto the photo gallery you'll notice that the photo gallery
works well except that the filmstrips doesn't scroll left or right.
Now, I built this one based off of a Kirupa tutorial, and when the
photo gallery is in a sepereate .swf it works great. But as soon as
I copy the frames to my site that particular effect, and only that,
stops working. Can anyone help me? Thanks!
You can access the fla at
http://www.hookmedia.biz/cabinet_source/v4_f/index.fla

Thanks aniebel, but I think that'll be a last resort for me
considering I'm nearly done with this one, I just need help fixing
whatever the issue is. But thanks a ton anyway!
PS The link to the tutorial is:
http://www.kirupa.com/developer/mx2004/thumbnails7.htm

Similar Messages

  • Photo Gallery AS 2.0 Help

    Hi,
    I am very new to Flash and need some assistance.  I am using CS4 and ActionScript 2.0.  I am trying to create a photo gallery.  I have created 4 different movie clip buttons that reside on the content layer.  Each button consists of one image.  When the movie clip button is pressed, I want the full size image to appear on the stage next to the buttons.  You can see the buttons in the image below.  I am trying to create an empty movie clip holder that would reside on the main timeline while the buttons reside on the content layer.  Can someone help me with the code I need to get the images to load into the empty movie clip and then unload when the next button is selected?  I can't seem to get the buttons to "talk" to the empty movie clip holder.  I did manage to create code for an empty movie clip holder within each button, but then I end up with all four images on top of each other.   Thanks in advance to anyone willing to share their code knowledge.

    If you are just starting out, then you should consider forgetting AS2 and move up to AS3.  That said...
    Since you are just learning AS2, there is no time better than the present to drop bad coding practices, namely, placing code on objects.  Give your button_mc's instance names, just like you did with the mcHolder, and use timeline code for them.
    cabinBtn.onRollOver = function() {
        cabinBtn.gotoAndStop("over");
        spectrumCursor.gotoAndStop("hover");
    cabinBtn.onRollOut = function() {
        cabinBtn.gotoAndStop("up");
        spectrumCursor.gotoAndStop("normal");
    // got rid of loading for on(press)... it defies ReleaseOutside intentions
    cabinBtn.onPress = function() {
        spectrumCursor.gotoAndStop("click");
    cabinBtn.onRelease = function() {
        mcHolder.loadMovie("cabin.jpg");
        cabinBtn.gotoAndStop("up");
        spectrumCursor.gotoAndStop("hover");
    cabinBtn.onReleaseOutside = function(){
        cabinBtn.gotoAndStop("up");
        spectrumCursor.gotoAndStop("hover");
    As long as you have each button using the same mcHolder object for loading the images into, the code as you have it will take care of replacing the one previously loaded.

  • Little, white pixels on color photos...(need help!)

    When I go to my website on a pc and click on the photos that are color, there are white pixels all over the picture. I really need help! Has anyone had this happen to them?
    http://www.lacydaniels.com
    --Click on proofs
    --Click on Stewart
    --Click on Prep
    --Then click on several of the colored photos

    i really need help...
    the stewart proof page is not on there anymore, but you can go to any gallery and look at a color pic. i am furious with apple and have been thinking about not using my .mac account anymore!!!!!!

  • Unknown scrolling effect, please help.

    On the "Contact" page I have a scrolling action that causes the page to move left as it moves up.  I need help seeing what is causing the leftward motion so I can remove it.  The scrolling is started by clicking on the "REQUEST YOUR FREE CONSULTATION" icon on the top right of the page.  This same icon is built in the master page and set to go to the anchor on the "Contact" page, which it does correctly on every other page.  For some reason, only on the "Contact" page it causes a leftward scrolling motion as the page scrolls to the anchor down the page.
    This is the link for the Contact page: http://forgotsonlaw.businesscatalyst.com/contact.html
    Thank you for your help.
    -Jack

    Sanjit,
    I have, thank you for following up.
    Sincerely,
    Jack Ripley
    Ripley Marketing
    405.822.2926
    --- Original Message ---

  • Photo Gallery Database in Dreamweaver Help

    Can anyone offer advise on a simple solution for a photo gallery based on a database that can be intergrated to a website that I'm creating in Dreamweaver. Does anyone know of any widget like options and or templates? Thanks in advance.

    I have a PHP script that dynamically populates the page with images from a folder.  I don't keep images in a database.
    http://alt-web.com/GALLERY/GalleryTest.php
    Nancy O.

  • Export from iPhoto while keeping original photo information?? NEED HELP!!!

    I'm trying to set up a pc for my grandmother so I can take over her old computer (macbook air). However she has 11000 photos on iPhoto and I need to move then all onto a storage device (about 30GB) but when I export them the computer doesn't copy all the information such as the date the photo was taken etc. Talking to a guy in the apple store he said i couldn't do it, but he was being pretty unhelpful so I was wondering if anyone here could give me an answer. How do you export from iPhoto while keeping all the information?

    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.
    As to dates specifically:
    There are two kinds of metadata involved when you consider jpeg or other image file.
    One is the file data. This is what the Finder shows. This tells you nothing about the contents of the file, just the File itself.
    The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc.
    Photographs have also got both Exif and IPTC metadata. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera.
    Photo applications like iPhoto, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata.
    When you export from iPhoto to the Finder new file is created containing your Photo (and its Exif). The File date is - quite accurately - reported as the date of Export.
    However, the Photo Date doesn't change.
    The problem is that the Finder doesn't work with Exif.
    So, your photo has the correct date, and so does the file, but they are different things. To sort on the Photo date you'll need to use a photo app.

  • My iTunes detects photos on my iPhone and it's taking up almost 4 GB, but there are no photos on my iPhone-. need help

    my iTunes detects photos on my iPhone and it's taking up almost 4 GB, but there are no photos on my iPhone…. need help

    This means you have 4Gb of photos in your trash.
    Go to Photos - recently deleted (an option in the same menu as "camera roll" and "photo stream") and finally delete the photos.
    The 4Gb of space will then be cleared.

  • Filmstrip Magnify Effect, need help...

    Heya,
    So if you visit
    http://www.hookmedia.biz/cabinet_source/v4_f
    then you'll see that on the gallery page there is an area for a
    filmstrip. This filmstrip works great except that I need the images
    to magnify a little when you mouseover them. Can anyone help?
    Thanks!

    Hey thanks for the reply, but unfortunately I couldn't get
    that to work. I should have mentioned that in the first frame is
    the following AS:
    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild;
    image = [];
    description = [];
    thumbnails = [];
    total = xmlNode.childNodes.length;
    for (i=0; i<total; i++) {
    image
    = xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
    description
    = xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
    thumbnails
    = xmlNode.childNodes.childNodes[2].firstChild.nodeValue;
    thumbnails_fn(i);
    firstImage();
    } else {
    content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("images.xml");
    listen = new Object();
    listen.onKeyDown = function() {
    if (Key.getCode() == Key.LEFT) {
    prevImage();
    } else if (Key.getCode() == Key.RIGHT) {
    nextImage();
    Key.addListener(listen);
    previous_btn.onRelease = function() {
    prevImage();
    next_btn.onRelease = function() {
    nextImage();
    p = 0;
    this.onEnterFrame = function() {
    filesize = picture.getBytesTotal();
    loaded = picture.getBytesLoaded();
    preloader._visible = true;
    if (loaded != filesize) {
    preloader.preload_bar._xscale = 100*loaded/filesize;
    } else {
    preloader._visible = false;
    if (picture._alpha<100) {
    picture._alpha += 10;
    function nextImage() {
    if (p<(total-1)) {
    p++;
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function prevImage() {
    if (p>0) {
    p--;
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function firstImage() {
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[0], 1);
    desc_txt.text = description[0];
    picture_num();
    function picture_num() {
    current_pos = p+1;
    pos_txt.text = current_pos+" / "+total;
    function thumbNailScroller() {
    // thumbnail code!
    this.createEmptyMovieClip("tscroller", 1000);
    scroll_speed = 10;
    tscroller.onEnterFrame = function() {
    if ((_root._ymouse>=thumbnail_mc._y) &&
    (_root._ymouse<=thumbnail_mc._y+thumbnail_mc._height)) {
    if ((_root._xmouse>=(hit_right._x-40)) &&
    (thumbnail_mc.hitTest(hit_right))) {
    thumbnail_mc._x -= scroll_speed;
    } else if ((_root._xmouse<=(hit_left._x+40)) &&
    (thumbnail_mc.hitTest(hit_left))) {
    thumbnail_mc._x += scroll_speed;
    } else {
    delete tscroller.onEnterFrame;
    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);

  • Using iWeb to publish my mobileme photo gallery -really weird bugs help plz

    I have a really weird problem and have tried searching the forums already with no luck.
    I'm using iWeb09 to put mobileme photo album on my website. When I initially add the widget onto my page, the widgets will show a "preview" of what pictures are in the gallery if you hover your mouse over it. Later during the day, I'm not sure if I did anything to mess it up but that "preview" is no longer there. It's just a black box. It still works however if you click on it because it takes you to the mobile gallery.
    The only way for me to fix it was to delete the mobile me album and create a new one. Then re-add the widget onto my iWeb.
    This has happened twice to me already and I cannot figure out why it happens. I'm sorry if my description is vague. Please help.

    There is no point in re-installing iWeb, because after you have published it really is not an iWeb problem - if there is something not working on uploading the files, then it is really nothing to do with iWeb after html pages have been created.
    If you are using Fetch to upload, then you have obviously published your site to a local folder? If so, are the photos there when you look at your local site? If they are there when you publish to a local site, then it is an error in uploading and if photos do not show, it means that some things are not being uploaded to your server correctly.
    Have you tried using Cyberduck instead of Fetch? Cyberduck or Transmit are two of the better ftp programmes to try.

  • Trouble syncing photos onto iPad and need help

    I recently purchased an iPad for a family member for Christmas and it had been working fine until last night. When they attempted to add another photo album to the already existing ones on the iPad, itunes ended the sync, when it says "syncing photos," saying "the required file could not be found" and took of all of the photos that were on the iPad. The photos are stored in the main 'Pictures' gallery in folders where it normally syncs fine; however we do not know how to fix this or get the photos back on. There is plenty of room left on the iPad to store the photos, we have updated the iPad and itunes, and it always works when we sync our iPods.
    Any help would be much appreciated; thank-you!

    Hey AlanaRama:
    It could be that one of the photos that you are trying to sync is corrupted (or something).
    Try dividing the photos in half and try to sync each half to see if that helps to find the problem photo.
    This may help also:
    http://support.apple.com/kb/HT4236

  • Scrolling applet - need help

    I have an applet that contains too much information to fit on the screen, so I need a scrollbar so I can view the rest. The kind of scrollbar that's on the side of a web browser that lets you scroll down to view the rest of the page. It's a class that extends Applet and implements MouseListener and ActionListener. I've looked around the internet for the solution for an hour and found nothing. Any help would be much appreciated

    Put a JScrollpane your ScrollPane as the main Panel of your applet, then put the content of your applet in a JPanel yourPanel and finaly call yourScrollPane.setViewPortView(yourPanel).
    Try that. It should work.

  • Great effect, need help

    Hi, I'm trying to achieve an effect, I'm hoping someone can
    help me with.
    I want an image to fill the entire screen of a browser window
    & automatically resize to fill the window area no matter the
    size of the browser; here is the exact effect I'm looking for:
    http://www.thewreckers.com/
    You'll notice that if you resize the browser window on the x
    axis, the image gets smaller, but if you resize on the y axis, the
    image
    stays the current size and only moves up and down, keeping
    the blonde singer's eyes centered on the page.
    I'm not a scripter, so exact syntax or even better, a sample
    FLA would be amazing! The only complaint I have about the sample is
    on Safari, the browser scroll bars show up.
    I'm using Flash 8 (AS 2), not CS3
    Thanks!
    C

    one thing this site doesn't do, but the hm site does, is
    limit how far you could shrink the flash file down before it forced
    the browser to use scroll bars. try stretching the wrecker's site
    window to be about 100x100, the background and everything
    shrinks/squishes ungracefully.
    a way around this is to include some javascript to enforce a
    minimum window size rule so that you can preserve the integrity of
    the site's minimum boundaries. so say, you know the site looks
    weird when seen below 400x300, force the browser to put scroll bars
    up accordingly under minWidth and minHeight.
    like so:
    function onWindowResize( agentaction ) {
    var minWidth = 980, minHeight = 600;
    var myWidth = 0, myHeight = 0;
    if( self.innerHeight ) {
    myWidth = self.innerWidth;
    myHeight = self.innerHeight;
    } else if( document.documentElement &&
    document.documentElement.clientWidth ) {
    myWidth = document.documentElement.offsetWidth;
    myHeight = document.documentElement.offsetHeight;
    } else if( document.body &&
    document.body.clientWidth ) {
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
    if( myWidth < minWidth ){
    myWidth = minWidth;
    if( myHeight < minHeight ){
    myHeight = minHeight;
    // update content div size
    var contentDiv = document.getElementById("flashcontainer");
    contentDiv.style.width = myWidth + "px";
    contentDiv.style.height = myHeight + "px";
    "flashcontainer" is the name of the layer itself
    i shamelessly poached this from hm.com... there i said
    it

  • Nice effect, need help

    Hi, I'm trying to achieve an effect, I'm hoping someone can
    help me with.
    I want an image to fill the entire screen of a browser window
    & automatically resize to fill the window area no matter the
    size of the browser; here is the exact effect I'm looking for:
    http://www.thewreckers.com/
    You'll notice that if you resize the browser window on the x
    axis, the image gets smaller, but if you resize on the y axis, the
    image
    stays the current size and only moves up and down, keeping
    the blonde singer's eyes centered on the page.
    I'm not a scripter, so exact syntax or even better, a sample
    FLA would be amazing! The only complaint I have about the sample is
    on Safari, the browser scroll bars show up.
    I'm using Flash 8 (AS 2), not CS3
    Thanks!
    C

    I'm not sure this will help you. I was poking around under
    the Actionscripting forum and found a post similar to yours. Go to
    the Flash Actionscripting forum and type in "browser window" in the
    search box. The post is called" Flash Re-sizing to Browser window
    Size".

  • Photos from Iphoto gone need help

    Yesterday I did apps updates on my macbook air (yosemite), after that i tried to open iphoto but with came up with a message that the library is rebuilding.
    After that, a new folder with "recovered photos" came up but no photos are showing - its all blank.
    I tried time capsule - not working. I tried the master folder and its not working. I really need all my photos as I have my photography deadline for university in 3 days, and all of my work was backed up on iphoto
    Any help would be much appreciated
    I am using OS x Yosemite 10.10.1 on macbook air from 2013, 1.3 Ghz Intel Core i5, 4GB memory, iphoto 9.6

    Again this is not clear
    A Time Capsule is a piece of hardware that includes an airport router and a backup hard drive - it can be used as an external hard drive or it can be used as the location of your TimeMachine backup - how are you using it? If it is a TimeMachine backup then yu use TimeMachine to select and restore your desired library - Mac Basics: Time Machine backs up your Mac - Apple Support
    Please explain exactly what you have and how you are using it - are you running Time Machine?
    LN

  • Code does not make any effect:need help

    hello friends,
    now i am going to describe the problem i am phasing
    actually i have embedded japplets in a jsp page(appletjsp) and want to communicate japplets indeed jsp to a servlet in the diffrent derectory but in same context root.
    moreover, i have written code at applet and servlet side both. actually there is a next button in one of japplets(embedded in appletjsp) and i have written the code(for servlet communication) inside button's mouse clicked event. and at servlet side, as usual i have got an inputstream from request and want to forward this request(after getting request dispatcher) to another jsp page(proposing to display this jsp page after clicking next button inside appletjsp ).
    now the problem that made me a bit confused is that when i click next button after running jsp page(containing japplets) then neither there is any error/exception at server/IE's sun java console nor any effect of code at servlet side.
    actually i am not sure that the servlet side code does not make any effect rather it is ony my assumption.
    although i am very new in java and as what i know, to send back response to client side, servlet class needs to be run at server side and probabbly for that there must be a sepreat request from client's applet to server(please dont flame me if i am wrong).
    so please tell  me how can i get running another jsp page running(to which i trying to get request dispatcher inside servlet) after clicking next button?
    applet code
            try{      
            String[] data    ={"santosh","kumar","tripathi"};        
            String strwp ="/UASProject/RegistrationData";              
            URL jspURL = new URL(getCodeBase(),strwp);             
            System.out.println(jspURL);
            URLConnection jspCon = jspURL.openConnection();               
            jspCon.setUseCaches(false);
            jspCon.setDoOutput(true);
            jspCon.setDoInput(false); 
            jspCon.setDefaultUseCaches(false);   
            jspCon.setRequestProperty("Content-Type", "application/x-java-serialized-object");      
           BufferedOutputStream bos=new BufferedOutputStream( jspCon.getOutputStream());
            ObjectOutputStream oboutStream = new ObjectOutputStream(bos);             
            oboutStream.writeObject(data);         
            oboutStream.flush();        
            bos.close();
            oboutStream.close();        
         //  getAppletContext().showDocument(new URL(getCodeBase().getProtocol(),getCodeBase().getHost(),getCodeBase().getPort(),"/UASProject/faces/Editpage.jsp"),"_self");        
         }catch(Exception e) 
           {System.out.println(e);}servlet code
             try { 
                    //    response.setContentType("application/x-java-serialized-object");
                         BufferedInputStream bis=new BufferedInputStream( request.getInputStream());
                        ObjectInputStream inputFromjsp = new ObjectInputStream(bis);                                      
                        reg_data = (String[])inputFromjsp.readObject();                             
                        out.println(reg_data[1]);
                        bis.close();
                        inputFromjsp.close();    
                       HttpSession session =request.getSession(true);
                      session.setAttribute("first_name",reg_data[0]);
                        getServletContext().getRequestDispatcher("http://localhost:8084//UASProject/faces/Editpage.jsp").forward(request,response);
                   } catch (Exception e) {e.printStackTrace();}    although this topic has been made too long, even then please fix my problem.
    thanks

    When you formatted the system you erased everything on the harddrive, obviously, and so its just a matter of putting back the Apps and data that you want from your Backup that you made, BEFORE reformatting the harddrive.  You did make a backup, didn't you??   Your Time machine or other external harddrive backup can be used with Migration Assistant to return the iLife Apps to the iMac.  If he indeed purchased the iLife Apps from the App Store, then you would need to use His Apple ID account to redownload them; not yours.
    Oh, and to answer your other question, no, iLife is not a part of any version of OSX itself.
    Hope this helps
    Message was edited by: Radiation Mac

Maybe you are looking for

  • Opening Balnce is not showing correctly in RG23A PART II register print

    Dear All, I am using J2I6 transaction for printing RG23A PART II register. I had maintained initially the correct Opening balances two year back in table J_2IACCBAL . But currently in register print out,, the figures coming is not matching with GL Ba

  • Lion - Underline problem in Mail

    Hello, Since I have upgraded my iMac and MacBook Pro to Lion, I have noticed that - everytime I underline text in a new Mail message - the text turns white.  Did anyone have the same problem and - if yes - were you able to solve it? Or is it just a b

  • Override Panel background color

    Hello I am using an Adobe theme (GraphiteGraphical). It is a little too dark for my Panel containers. I would like to adjust the background color. I am able to adjust the Application's background-Color in the CSS file like so: s|Application {     pad

  • Photoshop in Real Life ??

    You come across a nice picturesque scene and find someone has dumped an old bed in it :-) This was an 'Art' Exhibition called 'Inside Out'. The work in question consisted of this 4 poster bed in the lake. The work was called 'Decoy' (uhh!) but in all

  • APEX_PLSQL_JOB.SUBMIT_PROCESS with no results

    Hi, When I run APEX_PLSQL_JOB.SUBMIT_PROCESS I can see the process ran in the view APEX_PLSQL_JOBS from the sql workshop, but nothing has happened. For instance: when I submit the following, no results show up in the table. Any ideas as to how I can