ActionScript 2.0 :: Larger Pictures For The Category Section?
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
Similar Posts:
May 25, 2007
[URL]
Basically i want to have Album categories the same way the thumbnails work so their is a mask limiting 4 categories on screen and when you click < or > arrows next to the categories it shows the next 4 categories that you would be able to choose from.
Then I would want it to load whatever category you selected into the thumbnails and the larger pic.
Does anyone know how to do this ? Or if their is another tutorial that would show me how to add categories into something like a gallery with thumbnails?
Apologies for being stupid and the poor grammar I've been searching everywhere to find out how i can add in some categories and still have it linked to the thumbnail scroller and larger images, but i haven't found any luck at all I just want it so you could add in as many thumbs and categories as you wanted and have those masked and scrollable rather then a dropdown.
I paid for some silly pdfs to explain it better to me but they did it in a way that I didn't like and turned out just to be a waste of money. Learnt my lesson and signed up here to ask the pros! I want to create something that can be updated from just an xml file.
View 4 Replies
Feb 19, 2007
I want to say that the code I am working with is the same found here: [URL] The code is working perfectly (pictures are displaying) when opening the file, work_diesel.swf by itself. However, my problems occur when I open default.swf, and then navigating to the section work. From there I hit advertising, and in that section DIESEL. HERE is where the problem is visible. The pictures are not loading AT ALL when doing it this way (the correct and final way).
I am just wondering if anyone can pin point the problem for me so I can change it. It must be said that the work_diesel.swf is loading from an external source into default.swf.
View 3 Replies
Mar 9, 2009
I have a button that I would like to use with the basic actionscript as follows:
on (release) {
this.gotoAndPlay("15");
}
What I would like it to do is play a section on the timeline and then move onto another section or scene.
[Code]....
I know this is incorrect, so would anyone know how to write an actionscript button that plays a section then goes somewhere else?
View 4 Replies
Dec 17, 2003
on [URL] what is the word 'section' in _root.section? I assume it is a movie clip instance, but can't seem to find it on the timeline.
View 2 Replies
Jun 3, 2008
I'm having two problems. First of all, the gallery loads all pictures at once. The more pictures in the XML file, the slower they all load. Secondly, I wanted the pictures to scroll in its _y coordinate, similar to Sugar Rhyme's website portfolio (see url]...).
View 1 Replies
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
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
Apr 14, 2004
[URL] Take a look at that website. See whe you rollover one of the pictures, the other pictures fade out...Well how can I do that? I've tried some swapDepths techniques but it gets a bit confusing.
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
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
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
Feb 4, 2003
how can I get a section of action script to only ever run once?
I tried attacting it to a movie clip and using onClipEvent (load) but now it does not run it at all..
I've been working at this all day and only have one little component left of my project to complete but if I can not get it to stop redoing my initial script all the time, I can not get the last part done..
View 1 Replies
Apr 28, 2009
how to cut out a section of a photo use for flash?
For an example I am trying to build a script where a user can change the color of a roof of a house. So If I take a picture how do I trace it or draw it where I can then make copies of it in different colors for people to pick a color and then make an action where the roof will change to that selected color.
View 4 Replies
Dec 21, 2005
i know there is a code that determines which of two values is larger and returns the larger value.i cannot seem to find it in the actionscript help.i know you can do it with
[code]...
but there is an easier way and i cannot find the file that i used it in previuosly.
View 3 Replies
Nov 28, 2009
I am in desperate need of some assistance (again). I have created some thumbnail images (as buttons) that need to open to larger images once clicked.
Currently I have it set up to open a new browser window but this is not what I want.
Herewith existing code:
thumb1.addEventListener( MouseEvent.CLICK, goto_thumb1 );
function goto_thumb1(e:MouseEvent):void
{
navigateToURL( new URLRequest( "thumb1.swf" ), "_blank" );
}
I need the larger pic display to be restrained to the size 600x400 and preferably to load in front to the main website (like a popup).
View 1 Replies
Jan 28, 2010
I have a function that loads and XML file. Which populates a scrollbar with images. I have three sections in my application Education, Hospital and Retail. The images being loaded differ in these 3 sections only by there placement. So for example, in education the image order is 1, 2, 3. For Hospital the image order needs to be 3,1,2 and of course Retail is say is 2,3,1. I might add that more then 20 images are being loaded and it is only the first 3 that need shuffled.
I want to use the same XML file for each section. Rather than duplicated the code 3 times and write 3 different XML files, can I move the images to the correct position say using a if statement like if(education == true); then image order = this; or if(hospital == true); then image order = this. Does that make sense? Is that even doable?
[Code]...
View 2 Replies
Mar 8, 2006
I have a menu with 4 buttons, once clicked each button sends you to its corresponding section (frame label). Each section has a different loading animation. Once in a section I would like to go to another but before this that section's specific transition animation must play. Now I've looked around and all I can find is how to do this with a universal transition animation.
View 3 Replies
Jul 14, 2008
Is there a way to print just a section of a MC?I have a print button with print a MC in the same swf.Can I add x,y or height and width coordinates to sent to the printer action?[code]
View 1 Replies
Mar 22, 2009
[URL] if you go into my movie section. i want to add movies to my section if i copy for exemple Audi commercial. i'll have 2 that's great when it'S time to change the name like Audi to Marli it will affect the first one, the original section that i copy too. that's my problem. how can i copy a section to be indivudual. without affecting the first one. cause after that i can go and change everything.
View 1 Replies
Apr 21, 2005
I'm familiar with flash and have used it quite alot... but just for animations and what not. I have never gotton into an understanding of Action Script too well. I want to use a XML based flash menu just like the found on this site here: URL...
-How do I have more than one Main section come up? I understand the basics of the xml part, but not in the AC.
- Also, how to place targets in the links
I would like to make this all horizontal and hopefully I'll be able to insert movieclips as the mouse on and off states.
View 14 Replies
Apr 23, 2009
I am trying to use Actionscript and movie clips. I get my script to work but my thumbnail does not enlarge when clicked. It stays the same size. Here is the script that I am using:
[Code]...
The thumbnail moves where it is supposed but does not get any larger. I have been working on this for 2 days now and have almost lost my mind!
View 4 Replies
Jan 18, 2011
I have opted to use the UILoader component to load external .swf's of my images. The problems I am running into are that: one, the UIloader does not seem to be loading at all some of the time
and two, I cannot have a UILoader that is larger than the dimensions I am loading the image into.
For the first problem, is there a way to put a progress bar that specifically targets the UIloader so I can make sure that it is actually loading? I've been looking for a tutorial for this, but have yet to find one that explains the code and what it does, making it difficult to customize.
For the second problem, is there any workaround for this, or are the dimensions of the loaded .swf limited to the dimensions of the base .swf?
View 3 Replies
Mar 30, 2011
Anyway, I have a 2037px wide flash movie that I purposely made that wide so that it would take up just about any screen.
What I'm trying to do is simply center it and basically hide the overflow on smaller screens when the movie appears on the end user's monitor. I can't get it to center, however, as it always just wants to align to the left. I don't want to use the 100% feature because that distorts the movie.
I've tried using the "overflow: hidden; text-align: center;" CSS feature, to no avail. Is there a way in CSS to make this work? Do I need to use javascript or something? If so, which script do I use?
View 3 Replies