ActionScript 2.0 :: Flash MX 2004 > Flash/XML Photo Gallery > Categories?

Mar 19, 2006

I'm using a combination of the Photo Gallery using XML and Flash (with thumbnails and a simple PHP gallery script called Gallery Thingie. So far,I've got the XML file's image data working with the Flash movie. However, Gallery Thingie also has a feature allowing the creation (and deletion) of image categories. How can I use this feature with the flash gallery? So far I've added some buttons that would switch between categories, but they don't do much yet since I'm not sure how to say "when this category variable is present, display only thumbnails with that variable." Download the flash file (and others) from the link below.

ActionScript Code:
/*Code for loading XML file. */
function loadXML(loaded) {[code].............

View 1 Replies


Similar Posts:


Professional :: Flash And XML Photo Gallery With Categories

Mar 14, 2011

I am trying but I want to create Flash & XML Photo Gallery with Different Categories.

View 1 Replies

Professional :: Convert A JQuery Lightbox Style Gallery Into A Flash XML Based Image Gallery With Categories?

Oct 26, 2010

I've made a gallery slideshow before but wasn't as intuitive looking back at it now and I want to start fresh on this new project. I would like to convert a jQuery lightbox style gallery into a flash XML based AS3 image gallery with categories. I don't want to code the FLA, I want separate AS files.

This is a school project for my website. I would use jQuery and I have more experience with it but this project needs a flash component. I'm just not sure where to start and looking for some advice on how and where I could find resources. I want it to be minimal as I can make it;

- 8 thumbnails to a "page/section" with more flowed into page 2 or 3 etc. (or a srcoller)

- a few buttons for categories

- images fading in full size with a description when hovered over and a close button

- preloader (simple bar)

Esentially something like this > http:[url].........works which is using http:[url].... for the thumbnails. That might be ambitious but I'd suffice with a simple fade effect.I've downloaded some galleries out there but most of the code is messy or outdated.http:[url]... this is alright, but all the code is done in the FLA. I might break it into AS files but it depends.

View 1 Replies

ActionScript 3.0 :: Make A Flash Photo Gallery That Displays All The Image Files In A Certain Directory With The Usual Photo Gallery Functionality

Sep 1, 2009

Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.

View 1 Replies

ActionScript 2.0 :: XML For Gallery From Tutorial 'photo Gallery Using XML And Flash'?

Jan 15, 2010

i am trying to put some things together following the tutorials on this site. I did the tutorial 'Photo Gallery Using XML and Flash'and I followed it step by step and uploaded it with all the necessary files onto my remote server (xml file, Gallery folder, fla, swf, and html) - however, when I test the movie with flash, it seems to work fine (except the description test, my question to that later), but when I test it online it shows only the first image (but displays the correct number of images in the gallery); even when clicking the next button, it keeps loading the first image the first image. In other galleries (I use the structure for multiple galleries for my portfolio) the first image never loads at all.

Also, about the description text, in between the <caption> and </caption>, can I use <strong> and <em> and <br /> to change the appearance of my text? All it says is 'null'.If you want to look at what I mean check out my portfolio in the making. The problem with the first image displaying only is under 'paintings' and both the projects in 'design - packaging'. The second problem (no picture loading at all) is on some of the buttons in 'design - identity' (where I have not changed the description text of the tutorial yet).
Again,

View 3 Replies

IDE :: Photo Gallery Using XML And Flash

Jan 21, 2009

I've just completed the "photo gallery using XML and Flash" tutorial, but i've managed to get stuck uploading my own images. The tutorial shows you how to place images from the internet into the gallery, but doesnt tell you source images from your own hard drive.

This is the XML code >

<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>

[Code]....

** I basically want to put the gallery on a CD so i can give it to someone, and i wanted to source images from the same folder as the actual gallery itself.

View 1 Replies

IDE :: Flash Xml Photo Gallery

Feb 22, 2009

I'm building a portfolio website, and I want one of the pages to be a gallery featuring my work.I want to have small image thumbnails on the side, when I click on a thumbnail an image loads through xml (externally) then I want that image to have a prev. and next buttons these buttons load images that are also external.basically each thumbnail loads a diff. image and that image has next and prev. buttons loading other images.I want the images to have a preloader and I also want the images to fade in and out.I've been searching the web for a tutorial or example to help me out, but I didn't have much success.

View 1 Replies

IDE :: Photo Gallery Using XML And Flash?

Jun 21, 2009

I am using Flash Professional 8. I made a Flash photo gallery driven by XML using the tutorial ash_photogallery.htm". When I publish it by pressing ctrl+enter or publish on web by pressing F12, everything is fine. I can see photographs, descriptions, and fully working buttons. But when I put my .swf clip to the website I am developing, nothing comes on it.I am still testing these on my PC and yet to upload them on web.

View 2 Replies

IDE :: Getting A Photo Gallery Using Xml And Flash?

Aug 26, 2009

I used this (Photo Gallery Using XML and Flash) that is in the tutorial, it's all write but how can i do the same but putting the images in a folder.Because now they have to be in the same location than the .fla, .swf, .xml.

View 1 Replies

Build A Photo Gallery In Flash?

Sep 30, 2009

I am currently building a website entirely in Flash, and I am fearing that it is becoming too large because I am having it all load on startup. Is there a way for me to have the file load to say, frame 10, and stop loading, then when a button is clicked to bring you to a new frame that has not been loaded, load the necessary frames? (I would also like to have a preloader for each time a button is clicked that takes you to frames that haven't been loaded yet.)

A specific example would be a photo gallery I want to incorporate into the site. When the user presses a button to view the photo gallery, I want a frame with a gallery of thumbnails to load that has not been previously loaded, and then when each thumbnail is clicked, the frame with the large picture in it should be loaded.

View 2 Replies

Actionscript 3.0 :: XML Photo Gallery In Flash?

Oct 31, 2010

I need help I am trying to make a photo gallery but I'm not understanding this. This is all new to me for I don't even know if I even have any of it right and for some of the comments I have no clue??

Code: Select allimport fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
var numPics:Number;
var thumbIndex:Number = 0;
var thumbRowCount:Number = 6;

[Code]...

View 2 Replies

IDE :: Kirupa Xml Flash Photo Gallery

Mar 30, 2006

I am having problems formatting the XML Flash photo gallery. I can't seem to get the photos to center on the page. Some of my photos are vertical and others horizontal, and they are all pushed to the left. I don't want to make all the photos the same width. Is there any way to use css to style the xml? Or is there some other way to do it? Url...Also, if anyone notices any other problems with the gallery,please let me know. This is only the second thing I've done in Flash, and I may have made some mistakes when I changed things.

View 14 Replies

ActionScript 2.0 :: XML/Flash Photo Gallery?

Feb 26, 2007

I've created a photo gallery using this method, but each time I try and load it into a movie clip, the thumbnail scroller fails to work. The thumbnails load, but the mouse does not seem to register over the hot spots.

View 3 Replies

IDE :: Flash Photo Gallery With Thumbnails ?

May 7, 2009

I'm trying to use the flash gallery with thumbnails that was in one of the tutorials on this site. See here:

http:[url]....I wanted to make the flash player bigger, so I changed the doc size and then scaled the area mask that shows the image. I don't see why this would scale the image; it should just make the viewing window larger.But when I make an image the size I want it in photoshop, it is displaying the image far larger (blurry and cut off) than it is supposed to.Does it have to do with the action scripting, or the graphics in the document?

View 2 Replies

ActionScript 3.0 :: Photo Gallery Using XML And Flash

Jun 21, 2009

I am using Flash Professional 8. I made a Flash photo gallery driven by XML using the tutorial "[URL]". When I publish it by pressing ctrl+enter or publish on web by pressing F12, everything is fine. I can see photographs, descriptions, and fully working buttons. But when I put my .swf clip to the website I am developing, nothing comes on it.

View 5 Replies

ActionScript 2.0 :: Photo Gallery Using Flash And Xml?

Oct 30, 2009

I've done tutorial on [URL].. and it's really great. But I have one question. The size (height and width) of pictures given in example are the same. What to do if each of my image has different size, and I want them be displayed in 'center', instead of being aligned to the left.

I am not familiar with as2, but I do understand the syntax and all function, so maybe somebody would have some idea how to do this?

View 2 Replies

ActionScript 2.0 :: Xml And Flash Photo Gallery?

Jul 10, 2008

1_Add a new button (or maybe use the emptymovieclip with a listenerObject) on release get url _blank to download a high resolution pdf of that file.2_Add a new dynamic multiline text field on stage (list.txt) to create a list of all files include in this gallery (name + date)Here's a part of my xml file:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>

[code].....

View 1 Replies

ActionScript 2.0 :: Photo Gallery Using XML And Flash

Sep 13, 2005

im a danish boy there found the really nice tutorial on your site "Photo Gallery Using XML and Flash by kirup" [URL] But i have some problems.... When i want to use my own picture it will only load the first picture, its like the buttons dont want to "get" the next picture!

View 1 Replies

Making A Thumbnail Photo Gallery With Flash

Aug 24, 2009

I've been watching a tutorial on making a thumbnail photo gallery with Flash. Unfortunately the only tutorial I could find that explained everything step by step was for Flash MX and I'm using Flash CS4. It seems that the scripting code is different. I've never written Flash script before. I am trying at this point to give a rollover effect to a thumbnail image, so when the mouse goes over the thumbnail the thumbnail will get brighter. The code given in the tutorial didn't work, but by looking at the debugger messages it seems like the script should be something like:[code]I converted the thumbnail to a button symbol and then created an instance of the button called thumb1. The code is applied to a keyframe.

View 6 Replies

Flash Photo Gallery - Loading First Movie?

Sep 19, 2009

I have a movie gallery (they are basically images with a fading effect), and I got it setup, and working, but I cannot get right the action script to make the first movie load when the page opens. The only thing I get to see is the scroll bar with the thumbnails, and after I click on the images I can see the full size. I would like the full size image of the first thumbnail to show up as default when the page opens. And then, if you click on the thumbnails the other images will appear.This is the action script for a typical Thumbnail (setup as a button):
 
on (release) {
loadMovie("clip0.swf", "_root.screen");
}

View 2 Replies

ActionScript 3.0 :: Create A Photo Gallery In Flash?

Dec 31, 2009

How can I create a photo gallery to put into my current flash site Iam creating? Using  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?

View 3 Replies

ActionScript 3.0 :: Flash Spherical Photo Gallery?

Jan 11, 2010

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

View 3 Replies

Professional :: Making A Photo Gallery In Flash Cs4

Aug 10, 2010

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

View 2 Replies

Flash :: Error In Creating XML Photo Gallery With CS4

Apr 28, 2011

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.

View 1 Replies

Actionscript 3 :: Making Photo Gallery In Flash Without Xml?

May 7, 2011

how do I make a photo gallery using actionscript 3 without XML where there is a row of thumbnails and when you click the thumbnail, it fills the screen with the photo? Most of the tutorials I've seen use xml

View 1 Replies

ActionScript 2.0 :: Xml / Flash Photo Gallery Updated Via Php?

Jan 22, 2009

I created some flash photo galleries for a friend using .xml to load the images. My friend is now asking if there is a way to automate it so that when he puts an image into the "images" directory on the server, it would automatically recognize that and edit the .xml file accordingly to add the photo to the gallery.

View 0 Replies

ActionScript 3.0 :: GetURL From Flash 3.0 To XML Photo Gallery?

Jul 11, 2011

I'm using a template to redo my site, since im too lazy to redesign my own. What I would like is when the full size image is loaded, there is the ability to click on the image and it will open up a URL in a seperate window. Just not having luck with it.Anyway, here is the script that I would like to have Flash load the URL added from the XML file.The MC that the photo loads into is "flashmo_photo_area"

ActionScript Code:
// Copyright flashmo.com
// Developed by Min Thu

[code].....

View 2 Replies

ActionScript 2.0 :: Photo Gallery With XML And Flash Tweak

Apr 4, 2005

I would like to have the images load for a few seconds and then automaticly unload the present image and load the next image in the xml file. Principally, I would like to have the Gallery automaticly shuffle through the images like a slide show without having to take user imput from clicking a button or hitting a key on the keyboard.

View 1 Replies

ActionScript 2.0 :: Flash - Photo Album/Gallery?

May 30, 2005

I've seen several tutorials for making a photo gallery in flash, but i am looking for a gallery which has to be updated by people without experience with flash. I am trying to make a gallery which can be updated by just replacing or adding files to a folder on a webserver.Besides this issue I want the name of the images to be displayed in a dynamic textbox when the user rolls his/her mouse over the image.

View 8 Replies

ActionScript 2.0 :: Flash Photo Gallery With Thumbnails?

Aug 16, 2005

I did the tutorial on flash gallery with thumbnails but sad to say that when I viewed the swf and html there was no thumbnail showing?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved