Gallery on flash

hello !!
I want some help to make a flash gallery
the gallery is in this site: http://www.silversteinproperties.com/
I make buttons for the thumbnails.. but I need the code, can you give me help, some tutorial or something??
Thanks a lot
Bruno

That is more of a menu than a gallery, but if you want to call it a gallery you can.
There are probably a number of ways to approach this design.  What approach are you taking that you thought making thumbnail buttons would work?
One way to approach this is to make your buttons invisible in their normal UP state and have the address or whatever that is display in the OVER state.  Behind the grid of buttons you have a single larger image that changes depending on which button is rolled over.
Another way to approach this is to make those buttons as movieclips so that you can control which frames appear.  When you rollover one of them is tells all of them to go to a particular frame.

Similar Messages

  • Error in creating XML photo gallery with Flash CS4 and AS 3.0

    Hello, all. I've been creating an XML photo gallery with Flash CS4 and AS 3.0 following a tutorial. I followed the instructions step-by-step but at the end I got the following error message instead:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
    Could anyone in the community assist me as to how to solve the problem? The script has no errors and last time I checked all the applicable files (the .xml file, the .jpg files, the .swf and the .fla file) are in my Documents folder on the Mac.
    Looking forward to your suggestions!

    Check the folder structure
    Flash is not able to get some file thats why the IO Error.
    trace the url path just before u load the file and u will be abel to find whether that file is in specified folder or not.
    http://www.darshanrane.com

  • Dynamic Gallery in Flash

    Hello everyone,
    I'm trying to build a dynamic gallery in flash, but I need some help on how to implement some special tactics. The downside of it is, its a two step process.
    For starters, my ulimate goal is to build a horizontal scrolling gallery thats similar to the Microsoft Surface touchtable interface as shown here: http://news.cnet.com/2300-1041_3-6211837.html, but implements the transitions of the Pastel Stories header as shown here: http://www.pastelportal.com/stories/
    When the centerpeice icon is in the center focus, its larger than the rest of the icons and you can move your mouse from left to right to scroll through the gallery. Ive seen some variations of this, but none of them offer what I'm trying to accomplish. The main image is not focused in the center and/or the images arent spaced out evenly enough.
    The second part of this process, its kind of difficult. You see when the user clicks on the icon, it takes them to a sublayer where they can view the photos in the same similar fashion as the initial gallery. The only problem is the transition. You can see the transition and/or flash component I'm trying to accomplish in the pastel stories header swf.
    If anyone knows of any ideas on how to implement these tactics or knows of any tutorials or any "for-purachase" files, please let me know! Thanks!

    try:
    txfe.text = xmlFile.section[int(m.currentTarget.details) -1].details;
    instead of
    txfe.text = xmlFile.image.[int(m.currentTarget.details) -1];
    and add your thumbs to gal, not the stage.  when you're done with the gallery, remove gal.

  • How can I create a photo gallery in flash cs3, Iam a beginner in flash

    How can I create a photo gallery to put into my current flash site Iam creating? Using  flash cs3, can anybody suggest any tutorials (noting complicated with me being new to flash cs3)
    When going on line I saw that maybe you can use Dreamweaver, XML, or even Photoshop can anybody explain the difference between using one or the other?
    THanks

    Indeed, google ftw.
    For example:
    +as3 photo gallery flash tutorial
    reveals many including this one:
    http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/

  • Making a photo Gallery in Flash cs4

    Is there an easy way to make a cool looking, interactive photo gallery that i can insert into my website usuing flash?

    The safest answer to give you is... no, there is no easy way for you to make a cool looking interactive photo gallery.   To achieve whatever it is you consider cool looking and interactive requires understanding how to design with Flash and Actionscript.  Your best bet for getting a start on making one is to search Google using search terms like... "AS3 gallery tutorial" and add in any other terms that represent what you want.

  • Dynamic Photo Gallery in Flash using AS3.0 and XML, but it doesn't work and missed up my app.

    Hi,
    I am creating an iPad app using AS3. The app contains three sections.
    One of those sections (chocolate sources)contains Dynamic Photo Gallery using XML. The photos, thumbnails, and text in this section are loaded from XML.
    I faced may issue when I tried to run this app:
    The gallery photos didn't show up
    The thumbnails (buttons to navigate the photo gallery) didn't show up at all. (The thumbnails should show up under the photo gallery box.)
    The text doesn't show up (the text should be in every photo as describtion)
    I want to include Swipe in the photo gallery, how can I do that?
    When I click on "Chocolate Sources" button, the photo gallery appears in every section, here are print screens describe what I mean:
    The photo gallery covers the home screen too.
    Here is my XML:
    <?xml version="1.0" encoding="utf-8"?>
    <sources>
              <section>
                        <details>
                                            Cocoa tree exists in the tropics area, such as Central and South America.
                                  </details>
                                            <image>
                                                      <url>coca1.jpg</url>
                                                      </image>
                                                      </section>
              <section>
                        <details>
                        Cocoa is supplied in many countries such as Indonesia, Ghana, Brazil, Ecuador and Cameroon.
                        </details>
                                  <image>
                                  <url>coca2.jpg</url>
                                  </image>
                                            </section>
              <section>
                                  <details>
                                  Dark chocolate helps to relax and reduce the stress and blood pressure because it has antioxidants elements, which helps in vasodilatory process.
                                  </details>
                                            <image>
                                            <url>coca3.jpg</url>
                                                      </image>
                                                                </section>
              <section>
                        <details>
                        Chocolate provides energy and hyperactive sometimes because it contains high level of caffeine and sugar.
                        </details>
                                  <image>
                                  <url>coca4.jpg</url>
                                            </image>
                                                      </section>
              <section>
                        <details>
                        Chocolate could be mixed with many different flavors, such as mint, strawberry, orange, banana, vanilla, hazelnut, almond, coconut, and etc.
                        </details>
                                  <image>
                                  <url>coca5.jpg</url>
                                  </image>
                                            </section>
              <section>
                        <details>
                                  Chocolate is expressing of well hospitality and good time due to its lovely taste.
                                  </details>
                                            <image>
                                            <url>coca6.jpg</url>
                                                      </image>
                                                                </section>
    </sources>
    And here is my Action Script for "Chocolate Sources" section:
    stop();
    function Choco1(evt:MouseEvent): void {
              gotoAndStop('16');
    choco_btn.addEventListener(MouseEvent.CLICK,Choco1);
    function Souc1 (evt:MouseEvent): void {
              gotoAndStop ('31');
    souc_btn.addEventListener(MouseEvent.CLICK,Souc1);
    function ShopIn1 (evt:MouseEvent):void {
              gotoAndStop('46');
    shops_btn.addEventListener(MouseEvent.CLICK,ShopIn1);
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.display.MovieClip;
    import flash.display.Loader;
    import fl.motion.MotionEvent;
    import flash.events.MouseEvent;
    import flash.sampler.NewObjectSample;
    import flash.text.TextFormat;
    var xmlLoader: URLLoader = new URLLoader (new URLRequest("sources.xml"));
    xmlLoader.addEventListener(Event.COMPLETE, finishedXmlLoader);
    var xmlFile:XML;
    var xextend:int = 10;
    var gal:galary = new galary ();
              gal.x = 85;
              gal.y = 165;
              addChild(gal);
    var txfe: TextField = new TextField ();
    txfe.x = 25;
    txfe.y = 45;
    var tformat:TextFormat = new TextFormat ();
    tformat.bold = true;
    tformat.color = 0xFFFFFF;
    tformat.size = "18";
    tformat.font = "Arial";
    txfe.defaultTextFormat = tformat;
    addChild(txfe);
    function finishedXmlLoader (e:Event): void{
              xmlFile = new XML (xmlLoader.data);
              var leng:int = xmlFile.image.length();
              txfe.text = xmlFile.image.details[0];
              for (var i:int = 0;i<leng;i++){
                        var b:thumbs = new thumbs ();
                        b.x = xextend;
                        b.y = 480;
                        b.buttonMode = true;
                        b.details = (i+1).toString();
                        addChild(b);
                        b.addEventListener(MouseEvent.MOUSE_OVER, theMosover);
                        b.addEventListener(MouseEvent.MOUSE_OUT, theMosout);
                        b.addEventListener(MouseEvent.CLICK, onMosClick);
                        var bloader:Loader = new Loader();
                        bloader.load(new URLRequest("thumbs/" + (i+1) + ".jpg"));
                        b.addChild(bloader);
                        xextend += b.width + 50;
    var loader:Loader = new Loader ();
    loader.load(new URLRequest ("pictures/coca1.jpg"));
    gal.addChild(loader);
    function theMosover(m:MotionEvent):void{
              m.currentTarget.alpha = 0.5;
    function theMosout (m:MouseEvent):void{
              m.currentTarget.alpha = 1.0;
    function onMosClick(m:MouseEvent):void{
              var loader:Loader = new Loader();
              loader.load(new URLRequest("pictures/" + m.currentTarget.details + ".jpg"));
              gal.addChild(loader);
              txfe.text = xmlFile.image.details[int(m.currentTarget.details) -1];
    I need an urgent help to fix the errors and make this section work well.
    thanks.

    try:
    txfe.text = xmlFile.section[int(m.currentTarget.details) -1].details;
    instead of
    txfe.text = xmlFile.image.[int(m.currentTarget.details) -1];
    and add your thumbs to gal, not the stage.  when you're done with the gallery, remove gal.

  • How do you build an image gallery in Flash CS3 actionscript3?

    I am building my entire website in flash cs3, actionscript3
    but I really need help building an image gallery. What I need is a
    horizontal scroll bar that contains thumbs within it and then loads
    the full size image right above the scroll bar. Anyone has any
    suggestions for books, tutorials or even safe places to purchase
    the fla that I can customize it?

    if you want help understanding as3 check:
    http://www.senocular.com/flash/tutorials/as3withflashcs3/
    if you want to purchase a custom fla that does exactly what
    you want send me an email via my website.

  • Support for file tag in XSLT to create dynamic pages  - Gallery type 'Flash'

    Based on my understanding, when you export, LR Web engine looks for transformer.xslt by default if the gallery type is HTML. It allows to use <file name="outputfilename.html"> tag in this transformer.xslt to create new files.<br /><br />But to my knowledge I don't see the above defaults working if the gallerytype is Flash. Why? I don't understand why LR is restricting the Flash based galleries from creating dynamic output files via XSLT.<br /><br />I tried setting xmlTransformer file name to transformer.xslt in galleryInfo.lrweb and leaving xmlPath to blank but this doesn't seem to work. If I give some dummy XML name, it creates the xml in that name, but ignores creating new files I mentioned in the <file> tag in xslt.<br /><br />Can someone please explain if there are any alternates or if possibly fixed in the next release ?

    Are you the one who commented out the code you're looking for ?//String desc = StringFactory.getString(attributes.getValue("desc"));You just have to modify you AttributeObject class to hold a new field : String description. And then, it's up to you to create a new constructor or a new setter method.
    Btw, this is not a Swing related question.

  • Lightroom web gallery in Flash CS5.5

    I am building a photography portfolio website.  I have pretty much all content built and finished in a FLA.  My last hurdle is also the most important part: the photo gallery.  I use adobe lightroom, and want to use the web module to create that gallery.  Then I want to insert it into my flash website, and have that gallery open when the user clicks a button.
    The galleries on lightroom use xml and javascript, which I don't really understand.  At any rate I don't think I can insert just the gallery's SWF file because it uses these external codes to load the photos and what not.  What do I have to do in order to post this in my current flash file and have it load everything ok?

    no, max stage width is 2880 and max stage height is 2880.
    those are just the stage dimensions though.  unless you're viewing on a monitor larger than 2880x2880, there's not benefit to using a larger stage size.  you can display much larger objects using scrolling within flash.
    p.s.  please mark helpful/correct responses, if there are any.

  • Lightroom Flash Gallery in Flash Site

    I am working on a Photography Studio's website and was wondering if lightroom would be able to produce flash galleries that just show the image. I am wanting to load the .swf file for the gallery dynamically through the original flash site, wanting an outcome similar to http://ourlaboroflove.com
    Also, I am wanting the images to be loaded dynamically in the flash file because the images will be rather large and I would like to save as much initial load time as possible. Thanks for the help.

    Sean, thanks for the help, but I am still experiencing problems seeing my images using flash pages via lightroom 2. My hosting company say that it is  a scripting error with lightroom, indeed this is their most recent response -
    'Upon visiting tedfoxjoyce.co.uk, I can see there is a problem with your scripts which mean the images don't load, this is not a server side error.  Please contact your developers or the software developers for advice.'
    Any other advice you could offer would be again much appreciated, Ted

  • Importing a premade photoshop web gallery into flash

    I am using a pc and I have made a photoshop web gallery is
    cs2 and I wish to import the .swf file into adobe flash so I can
    add a few navigation tools for example a home and a blog button but
    when I import the .swf file into flash it says cannot open a
    protected movie if someone could help me with this that would be
    amazing because all I need a few damn buttons for my website to be
    perfect thanks here is my website TomFowlerPhotography.com in case
    you wanted to see what I was talking about thanks so much

    I am not familiar with what PS CS2 creates, but you should
    check whatever publish settings there are for that feature to make
    sure that any file protection features are not enabled. That may be
    the source of the problem.

  • Bridge Gallery into Flash

    I've created a web gallery in Bridge CS5 and I want to place the gallery inside of my timeline in Flash CS5.  I'm making a website for some jewelers and I want to have different photo galleries of their different items.  If you have any insight, please let me know.
    Thanks!
    [email protected]

    Look at this link to see whether you think it might be better to create an HTML page with links to different Flash galleries.  You could alternatively have a Flash timeline with a frame in the timeline that has buttons that use the URLRequest() method in conjunction with the navigateToURL() method.
    http://forums.adobe.com/message/2881664#2881664

  • How do I insert Flash Gallery into Flash page?

    Hi, I've created my own web page in Flash (Dreamweaver front) with Flash elements in a separate swf file. I want to create a gallery only on the front page of my site but I'm not sure if I can create new and insert on the page, or if need to create a new swf file on the timeline - not sure how to do this and not mess up my site? Any help?

    Create an empty movieclip symbol in the main file and palce it on the stage exactly where you want the top left corner of the gallery to be.  Assign an instance name to that movieclip.
    Then use the loadMovie or MovieClipLoader.loadClip functions to load the swf file into that movieclip.  If you need to somehow control the gallery via the main file, then you would be better off using the loadClip approach because it supports having an event listener to be bale to tell when the file is loaded.
    You should be able to find an example in the Help documentation of using the loadMovie function for loading it into the empty movieclip I said to add earlier.
    If your gallery uses _root references in its code, you will probably have to add "    this.lockRoot = true;   " to the main timeline of the gallery file.  Otherwise, those references will be targeting the main file it is loading into.

  • Replacing online gallery flowers flash with another flash scene?

    I'd really like to have a little variety and be able to get rid of the flowers that appear as the online gallery is being loaded/prepared.
    Is there any way to do this?

    I'll second the recommendation to use JAlbum. If you pick the right skin, it generates completely standard-conforming HTML:
    http://jalbum.net/forum/thread.jspa?messageID=110021
    Adobe will always push you to use its proprietary technologies. For that reason, even if they were to make non-Flash galleries available, I would much prefer to generate my galleries independently.
    Edward

  • Help implementing Web Gallery into Flash Site.

    Ive created a flash site through a tutorial, but I prefer adobe's web gallery design. I created one through adobe bridge but when I navigate to the photo section where I added it, it takes over the screen and prevents me from navigating away from it. I was curious if it were possible to restrict its size, im also all ears for any other suggestions.

    I am not familiar with what PS CS2 creates, but you should
    check whatever publish settings there are for that feature to make
    sure that any file protection features are not enabled. That may be
    the source of the problem.

Maybe you are looking for