Problem: Photo Gallery not working.

Hello i am new at flash. I created a simple photo gallery
using flash CS3. I had 11 photos to show and i created 11 keyframes
and put a uiloader on each one of them. Then i added buttons and
linled them to the uiloaders. I changed the source values of the
loaders. So when i clicked a button, the selected uiloader with the
photo attached to the source of it was seen. It has such a simple
logic. Because i don't know enough actionscript to do it easier.
Anyway the problem is i make it work on my computer but when i
uploaded it to my site it doesn't work properly. I can see the
buttons but the photos are not seen. I checked the files and
folders but everything seems right. What might be the problem. How
can i solve it?

Try duplicating the folder structure of your website, on your
local drive. You may need the path from where the html file is, so
you would add "/mages" to the loaders for instance. Not sure what
you setup is, but I have found that using LoadMovie, I have to set
it up so it doesnt work when I test the movie in Flash, but it will
work when I open the html file...

Similar Messages

  • Links and photo gallery not working!

    Hi,
    I've just created a website by iWeb. After publishing the site in the local folder I've uploaded the entire contents to the server by FTP. From local folder it works fine but while trying to view online, the links between the pages not working (even not visible) at the same time my photo gallery is also not working (not visible). I was using Safari in mac.The same problem occurs while I am trying to browse the site from in my pc (copied the file in a local folder) and using Google Chrome and Internet Explorer
    If anyone can tell me what is the possible error?
    Thanks,
    Tarique

    From viewing your site it's apparent that not all of the files are being uploaded to the server. Particularly those in the Scripts folder.
    Have you opened your locally published site with your browser and checked it out? I think you'll find that the navbar will display correctly on both pages and the rest of the site will properly.
    What ftp client are you using to upload the files? If you haven't tried the free Cyberduck client give it a try. Many users have found it to be successful where other clients were having problems.

  • IWeb photo gallery not working!

    Hello everyone! I built my website using iWeb and it has been up and running perfectly for a few months now. But, then I decided to try and update it with photos of artwork. I uploaded all files to my web-host's server, and now the page shows, but not the photo gallery! Any ideas as to what happened? Here is the site & page. My web hosting company is looking at it, but they have yet to discover what the issue is.. Any advice you can provide is most appreciated!
    http://thelonebeader.com/ 
    http://thelonebeader.com/Places_portraits/Places_portraits.html

    You are missing a number of files from your website.  You can see which are missing by bringing up the Activity window (Command+Option+A) while viewing the Places page in Safari and looking at the list of files in the window.
    How are you publishing the site?  With iWeb?  If so then try using the File ➙ Publish Entire Site menu option to see if that will force those missing files to be uploaded. 
    If that doesn't work you can publish your site to a folder on your hard drive and use a 3rd party FTP client, like the free  Cyberduck, to upload the site files. If you have to continue to use Cyberduck this tutorial may help: #2 - Uploading Only Those Newly Published or Edited Files When Using a 3rd Party FTP Client.
    OT

  • Photo gallery not working properly

    Hi guys.
    I built a site with an "albums" page that contained two photo albums. Upon publishing (non .mac) the page loads properly, all links work properly, however neither of the album photos are "active". I tried deleting the "albums" page and creating seperate "photo" pages, but am still having the same problem. Thumbnails are visible but are inactive, along with the slideshow button. Can anyone help me out?
    You can view the non-working album page here: http://kauaicreative.com/LeilaHurst/Photos/Photos.html
    -Paul

    Thanks Kirk. The "photos" transparency wasn't the front most object. Jeez, just when you think you have a handle on a program, you overlook the obvious little things. -Paul

  • Photo Gallery not opening

    << Branched from an old discussion about photo gallery not opening >>
    I had a similar problem, only it was because i was in the phone deleting files that i thought i didnt want. UGH! I think mine was due to facebook and not syncing. My gallery would work, but the widget on the homescreen seemed frozen and when i tried to look at picture thru it, it said there was an error.
    I deleted facebook and then installed it again, somehow, getting better updates. I also took the widget off the homescreen for a little bit. After a reboot of the cellphone, and an update of facebook and new SYNCS, suddenly it is working again as it once did.
    I did NOT want to do a hard reset, it took along time to tweak my settings as i wanted them, so i opted out of it.
    Hopefully you have better luck than i did. It took me like a week to figure houw i was going to go around doing a hard reset.

    sorry, i forgot to say my firmware version is v3.0638.0.0.1

  • Can't get photo gallery to work

    Hello,
    Whatever help anyone can give me, is very much appreciated.
    I'm a novice to Dreamweaver and coding, and just can't get the
    photo gallery to work. I've printed out and studied a lot of Adobe
    Spry tutorials & samples but still can't figure out what I did
    wrong. When I try to preview the gallery from Dreamweaver, nothing
    happens.
    This is a sample from the dwsync files automatically created
    in the images & thumbnails folders and beneath that is the
    coding for the gallery file. Thanks very much.
    <?xml version="1.0" encoding="utf-8" ?>
    <dwsync>
    <file name="27-golfer-redshirt-wtrophy.jpg"
    local="128160701243750000" remote="128165836800000000" testing="0"
    />
    </dwsync>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>2006 Golf Tournament Photos</title>
    <script type="text/javascript"
    src="../../includes/xpath.js"></script>
    <script type="text/javascript"
    src="../../includes/SpryData.js"></script>
    <script type="text/javascript"
    var dsGallery = new Spry.Data.XMLDataSet("photos.xml",
    "gallery/photos/photo");
    </script>
    <style type="text/css">
    <!--
    img.thumbs {
    float:left;
    height:60px;
    width:60px;
    margin-right:2px;
    margin-bottom:2px;
    border: solid black 1px;
    #main {
    position:absolute;
    left:476px;
    top:128px;
    width:491px;
    height:315x;
    z-index:2;
    #thumbContainer {
    left:23px;
    top:127px;
    width:437px;
    height:430px;
    z-index:1;
    position:absolute;
    -->
    </style>
    </head>
    <body>
    <div id="thumbContainer" spry:region="dsGallery">
    <img src="thumbnails/{@thumbpath}"
    spry:repeat="dsGallery" class="thumbs"
    onclick="dsGallery.setCurrentRow('{ds_RowID}');" />
    </div>
    <div id="main" spry:detailregion="dsGallery"> <img
    src="images-2-23-07/{@path}"/>
    </div>
    </body>
    </html>

    The XML file in the "_notes" folder is generated by DW for
    synchronizing your local and remote copies of the website. You can
    ignore this completely, as it has nothing to do Spry, and only has
    to do with DW managing your site. You can even delete _notes or
    turn them off in your site profile and it will have no effect.
    However, if you have your testing server set up in the site
    profile, you'll need to "put" all your files to the testing server
    before hitting F-12 or "preview in browser" as all the files might
    not be over there.
    There are too many variables as to guess why it might not be
    working for you, but it's going to be a more simple set up issue,
    and likely not your Spry work.
    Can you navigate directly to the folder where your files sit,
    and let IE or FireFox open the HTML file? That might just show you
    that your files are working correctly by removing DW from the
    equation.
    Again, there are many things that might not be set up
    correctly in DW that could cause a site or page to appear to be not
    working. I strongly suggest finding some tutorials on site profiles
    in DW so you can get them to work with you, not against you. The
    dwsync.xml is part of DWs site management power.
    Doug

  • I just installed Lion on my iMac and Photo Booth not working. What should I do?

    Please provide me guidance how to solve problem. Just installed Lion to my IMac then realized that Photo Booth not working. If I need to reinstall the application, how?
    Thanks
    Duangarthit

    I had same issue and went back to snow lepard, there was a known issue with Lion and a patch was issued last wednesday for Lion it may be ok if you update it I dont know

  • IPhone 4 Photos Accelerometer not working

    I just received a new iPhone 4 and the Photos application appears to ignore the accelerometer and is always stuck in portrait mode. All other apps work fine, just Photos is not working. This is a new phone setup, not a restore from a previous phone. I have triple checked that the screen rotation lock is off and I've turned off photo sync in iTunes, deleted all photos and re-synced; it still does not work. Anyone have any ideas?

    1) Press and Hold the Home and Wake Sleep buttons until the Apple Logo appears.
    2) If that doesn't work, try a reset, To reset go to Settings, General, Reset, Reset.
    If it still doesn't work, take it in to an apple store so the expert can test it out.

  • Import of photos is not working. Moreover 'photos' app is not getting closed, it says 'closing all libraries'. Even it is stopping shutdown/restart of my mac.

    Import of photos is not working. Moreover 'photos' app is not getting closed, it says 'closing all libraries'. Even it is stopping shutdown/restart of my mac.

    Next time you open the photos application hold down both of the keys suggested and then launch the application in the usual way. If you do this you will be presented with the opportunity to repair your library.

  • Photo stream not working after upgrading to maverick please help?

    have upgraded to Maverick from osx lion
    sooo much trouble ......memory low
    photo stream not working
    everything slow
    any ideas?

    On your Mac disable Photo Stream in the System/iCloud preference pane
    and in iPhoto's Photo Share preference pane.
    Reboot and reenable both respectively. That should jump start Photo Stream.
    OT

  • Photo Stream not working today!

    Photo Stream not working today!
    I turn off all devices (iPhone, iPad, iMac), i reset iCloud.com -> Photo Stream, but not working.
    Is Photo Stream service down? (all other services in iCloud is working)

    Hi..
    Try deselecting the box next to:   Automatic Import
    in iPhone > Preferences > Photo Stream
    Then try deselecting Photo Stream in System Preferences > iClould then reselect to reset.
    iCloud: Photo Stream FAQ

  • Facetime,App store and photo booth not working OS X

    Facetime, Appstore and Photo booth not working OS X

    I would recommend first doing a PRAM reset. You can find instructions for that in https://discussions.apple.com/docs/DOC-3603.
    Please let us know if that works or not, there are several other things you can try.

  • Photo Booth not working after installing Snow Leopard

    unable to open Photo Booth after installing Snow Leopard. pop up saying my version is 2.03. unable to locate an update on App store. Any solution. ? Thanks to all

    that answered my question. great. my wife has a macbook pro 13 inch (aluminum unibody) and she was getting frustrated with photo booth not working. i was about to uninstall but this answer fixed the issue. thanks!

  • Time Machine not backing up.  Very slow, essentially hanging.  I have 10.7.5 Mac OS X Lion (11G63).  I have put in all updates.  I tried to put my folders into "private" in the Spotlight (b/c I read that might be the problem).  Still not working.

    Time Machine not backing up.  Very slow, essentially hanging.  I have 10.7.5 Mac OS X Lion (11G63).  I have put in all updates.  I tried to put my folders into "private" in the Spotlight (b/c I read that might be the problem).  Still not working.
    Thanks in advance for any help! 

    For all things Time Machine see Pondini's excellent information here...
    http://pondini.org/OSX/Home.html
    Start at Troubleshooting.

  • Why does photo stream not work on 4g

    Hi, I have a iPhone and a Mac and an iCloud account, but why does photo stream not work on 4g, but as soon as I connect to wifi, it send photos to photo stream, can please tell why it does not send photos to photo stream when on 4g, thanks.

    The data requirements for sending potentially many photos can be too taxing/costly on a carrier's data plan.

Maybe you are looking for

  • Help with coding - MouseEnter/Leave and Click commands for animated tabbed panel

    Hello! I've asked a question similar to this but unfortunately couldn't figure it out!  I'm hoping someone may be able to help now as I'm much clearer about what I need...! Here's my Edge Animate project - http://we.tl/JEOuvnK4SX  It's going to be em

  • How to fit the data in Oracle SPOOL FIle

    Hi all, Word_rapped ,Formatted etc etc dif every thing ... Some columns data arent fitting in to the page.What I want to fit the ouput of query in to one page (A4). is there any SPOOL command to fit

  • Safari keep crashing after recently security update

    yesterday I had my mac updated with latest security update. right after the restart, safari keep crashing after launching about couple mins. is similar issue reported? is there any solution? here is the issue report: Process: Safari [1800] Path: /App

  • Front Row slows when loading 'Artists' from USB Drive

    Just started using my Remote and Front Row, but when I select Artists, I get a blank screen for a couple of minutes, I'm assuming while it caches everything - the problem is pretty much the same as everyone posted about in http://discussions.apple.co

  • How to uninstall iTunes and iTunes process

    I'm running Photoshop and Dreamweaver and I need all the memory I can get. I've uninstalled iTunes, but there's this AppleMobileDeviceService.exe that keeps getting run every time I start my computer up. Sure, I can Ctrl-Alt-Del my computer every tim