ActionScript 2.0 :: XML Gallery With Category?
Jun 16, 2008
with some categories. For example: 4 photo's in category 1, 2 photo's in category 2, etc.Therefore, I make the xml like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
[code].....
View 14 Replies
Similar Posts:
Aug 25, 2009
I am building a photo gallery in which the images are loaded into a frame_mc and the thumbs are loaded into a movieclip called thumbLoader. The gallery is going to have several categories, every category has its own button and is found on a separate keyframe on the main timeline. When I click the button of a specific category it goes to the appropriate category/gallery. I have a questions:I want to create a horizontal scroll pane for the category buttons but I really do not know the code. For a start, I know I'm going to make the buttons as movie clips, and the scroll pane has to scroll those movie clips. I want to have 2 direction buttons, one that scrolls the category buttons to the right, and the other one to the left.
View 2 Replies
Nov 13, 2011
When I Click on File>New and go to Templates, there is only one category listed: Advertising. Where are the rest and how do I get them?
View 1 Replies
Nov 16, 2010
I'm having issue to display from a selected thumbnail a bunch of images by their category which I loaded from a xml file. I don't have any issues to parse them.[code]...
View 1 Replies
Nov 20, 2008
i made buttons for each category tiles. Like beach > basics and so on. if i go into the basics frame (this is when i play it, not inside flash), i can go to the beach, to place beach tiles, and so on. much tidier. but when i use the go back button i made, to change tile category, everything on the map disappears..
[Code]...
View 2 Replies
Nov 13, 2011
I have a flash gallery from tony Yoo, which is great and works really well i have customised some of the layout but would like to have Larger pictures for the category section I cant seem to get my head round this one
[Code]...
View 2 Replies
Oct 19, 2011
I have sqlite table named categories with fields id, name, and parent_id. Sample data is much like:
id name parent_id
1 products 0
2 tools 0
[code].....
View 1 Replies
Apr 14, 2011
i'm trying to repopulate a list when you select a new category from a drop down component.
So far i can populate the category drop down and i can also populate the list box from a default dir but i can't seem to get the list to change when you select a new category.
this is the category script that populates the drop down (this is working fine except that when i change the category i want the list box (bgList) to repopulate with the new location files):
ActionScript Code:
loadCat ="textures";
if (_url.indexOf("http") != 0) catFilepath = "xxxxxxx/backgrounds/";
else catFilepath = "xxxxx/backgrounds/";
[Code]....
View 2 Replies
Feb 12, 2010
I have xml data that I can load into my flex app; however, I need to sort it by node.I'm trying to create a combobox or listbox that can display a list of locations sorting them either alphabetically or by the category they are in...
I can't get my head around how to format the xml or how to code the flash file to sort according to location name alphabetically and then press a button that will sort it by category 1st and second by name alphabetically.
Should I format the xml like this:
<POIs>
<location>
<name>Barbaras Bagels</name>
[code].....
View 1 Replies
May 3, 2005
I'm using mx 2004 and php, mysql. I have flash banner in a hybrid webpage that I would like to change the image and some text each time user selects a new category in the html page. There are quite a few categories. What is the best way to do this and how would I go about doing it. is there a script sample or tutorial that I could modify?
View 4 Replies
Mar 17, 2009
I'm making my new photography site, and it's going to be entirely in flash. I'm an intermediate flash person, but there is something I'd like to do with my menu that I can't figure out how to do. I'm going to have 4 buttons:
[Code]...
View 5 Replies
Jul 12, 2007
I'm using a Regular.easeIn for a menu, no prob on this, but I can not access to my category will it's still open =>.I meen the category( product_mc) inside the menu (mc_menu1) is not enabled...
import mx.transitions.Tween;
import mx.transitions.easing.*;
function ouvert(monMenu,haut):Void{[code]....
View 2 Replies
Jul 19, 2005
What I want to do is to make a gallery based on the tutorial gallery here (thumbs), but I want the user to be able to choose different galleries from within the movie. I figured that I could make a loop to cycle through the galleries, then nest another loop inside it to cycle through the pics, captions and thumbs. While I wrote, I constantly tested the output with trace commands, but when I tried nesting the loop I lost all output.. I'm pretty new to both Flash and Actionscript, so if theres an obvious solution I havent been able to see it.. This is my temp XML file:
[Code]...
View 2 Replies
Jan 29, 2012
Im using a dock gallery fx from flash xml components. But for some reason when I preview in browser the dock gallery scales out of the swf area. This doesnt happen if i change the p[ublish setting to match movie. But if the publish setting is set to perscentage gallery scales.
View 3 Replies
Feb 6, 2009
i was looking for gallery looking like this site [URL] i was looking gallery first page title gallery then Big image like this with description.
View 1 Replies
Feb 17, 2008
i am trying to add extra images to the photo gallery attached. I would have thought it is easy and it seems so. I add an extra image to the gallery. I publish it. The html file shows the extra image in the gallery but the swf doesnt. driving me crazy, cant work it out?
View 14 Replies
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
Mar 16, 2009
In my "actions" layer I have a function that loads a gallery of a external file called gallery.swf. The swf loads successfully but I cant remove that. The only way to remove is to call removeChild(mLoader.content); I noticed that the movies loads without addChild.
But sometimes also calling removeChild(mLoader.content) the content of mLoader is not removed and still appears in the stage.
[Code]...
View 5 Replies
Jan 24, 2010
I have a flash site that I'm working with that has an xml photo gallery as one of it's menu items. the photo gallery has three pages, all three containing thumbnail images that once clicked, load the larger image. The larger image dissolves in covering the page with the image. Once you click the larger image it dissolves out returning you to the gallery.
What I want to to do is to change the first page of this gallery to a video gallery, or player, leaving the other two galleries as image galleries. I tried simply replacing the images listed in the xml document to flv files and the flv file does not load. I simply want to know what it is I need to do in order to change this one page so that I can embed videos on it.
I've attached the Action script that loads the xml gallery in .txt format
View 6 Replies
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
Apr 12, 2011
have a question about loading new photos into a already populated image gallery.So I have my gallery set up so first loads my stage pics. What I would now like to do is load different set of images via the click of a button.So for example the loaded gallery already has all thumbs loaded and the user can click on them to view the full size image. next instead of the user having to close this gallery to allow a new gallery to open with a different set of pictures I would like to have a button. This button will unload the existing thumbs from the gallery and load in new ones.
View 1 Replies
Dec 5, 2007
I've got a website with three links to three different thumbnail galleries. When I click the link to a gallery that has a lesser number of thumbnails, it fills the difference in numbers in with thumbnails from the previous gallery.
View 1 Replies
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
Oct 17, 2009
Can this be done via UILoader Component?
View 3 Replies
Nov 21, 2009
I have a gallery of photos made and i have this little problem.When i run the files from my pc it works just fine but when i upload it to my server it doesn't run . It stacks at preloaders (wherever they are).What could it be going wrong? The gallery uses an xml file for loading externally the files.
View 2 Replies
Mar 1, 2006
Any one can think a simple way to modify Photo Gallery using XML and Flash + Adding ThumbnailsTo something that can have 200by200 pixel images as the Thumbnails And a dig 500 or so.. As the big image. As you can sea in the link to sorenhald gallery, to close the big image you click on it and you are back to the gallery slider.
View 3 Replies
Apr 14, 2007
The gallery below uses XML, but I want to modify it to use PHP. I have included a PHP script that I want to incorporate, which just returns image URL's. How would I modify this to work with PHP, and specifically the script I have included.
Code:
myPhoto = new XML();
myPhoto.ignoreWhite = true;
[code].....
View 2 Replies
Oct 27, 2008
Just wanted to see if there is a simple way to add on this extra function to the XML tutorialI can get the images now to load in but is there a way to have a url link assigned to each image so I can load in a new window? I know how to do this if images are on the timeline of course but with this being dynamic its a whole other issue.
View 7 Replies
Feb 21, 2009
Ive made myself an xml gallery already, i just wanted to put a fade on the thumbnails and main images after they are fully loaded, so they appear gradually. thought it would be simple using the onLoadStart, onLoadProgress and onLoadComplete functions that are envoked by my movieClipLoader, but having soe problems with the images and thumbs disappearing a short time after fading. a link to what ive got so far is here, have a look and wait a while and youll see the thumbs, mains disappearing [URL] my code for the gallery is such (all contained in one frame, no buttons involved):
[Code]....
View 4 Replies
Feb 23, 2009
[URL].. looking to build a gallery like that with fade transitions and next/previous buttons. that particular one is using an XML file for the photos. Any ideas or tutorials?
The one they are using is from a $30 program but I would like to see if there is a way to do it without paying for a program.
View 1 Replies