ActionScript 2.0 :: Sorting Xml Categories?

Mar 7, 2007

i'm trying to sort out some xml entries based on an attribute when you click a button. an example of my xml is below.

Code:
<list>
<entries cat="all">

[code].....

View 14 Replies


Similar Posts:


ActionScript 2.0 :: How To Create Categories With Xml

Aug 15, 2011

how to create categories that can be updated via xml in flash? Categories can be shown in ComboBoxes..

View 1 Replies

ActionScript 2.0 :: Jump To Sub-categories In Loaded .swf?

Mar 14, 2003

I was wondering if there is a way to jump to a specific frame name when loading a new .swf file? For example, I have my Main.swf which holds the navigation. Then I created 5 other .swfs to hold the content.Depending what button is pushed, I will load the correct movie into a placeholder MC on the main screen.However, I want to jump to a specific point within the new movie, can I do that? I am loading by levels in which I am using the level 0 each time so the new page takes over and the previous page is not transparent seeing through. So, on the buttons, I am using the basic:

on (release) {
loadMovieNum ("content1.swf", 0);
}[code]....

I tried that, but could not get it to work. Also, since I am loading by level, does that sort of over ride my loading into placehold or what is the major difference?

View 3 Replies

ActionScript 2.0 :: Assign Array/movieclips To Categories?

Jan 21, 2010

I found a multiple drag to a single drop example here on the forums that works wonderful for the dragging and dropping part of my project. I am now trying to add in a sort of category detection. I have 45 movieclips located on the stage. They get set up with a loop, giving them a drag/drop functionality. The movieclips belong to one of 7 categories. The user can drag only 5 movieclips to a designated area. Once the 5 have been selected, I need to then figure out which category had the most selected. What would be the best way to set this up? Here is what I'm working with so far

PHP Code:
#include "mc_tween2.as"
stop();

[code].....

View 2 Replies

ActionScript 3.0 :: Dynamically Create Buttons For All The Categories?

Sep 4, 2008

I have a cfc that returns categories from the database. Is there a way to dynamically create buttons for all the categories?

View 1 Replies

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

Flash :: Add Multiple Categories To ActionScript Variables?

Dec 12, 2011

I am a designer trying to modify some ActionScript for a web project. When defining the variables, I would like for some of them to have multiple parameters/categories[code]...

View 2 Replies

ActionScript 2.0 :: Populate A Sub Menu With Categories From A Xml File?

Sep 9, 2010

I'm trying to populate a sub menu with categories from an xml file. There are many items each with different categories but some with the same, what im trying to do is get all the categories in the menu but not duplicate them.

View 1 Replies

ActionScript 3.0 :: Box2D Collision Categories - How To Work

Jan 13, 2011

I still have problem understanding how the collision category works. I'm only able to make it work by experimenting which is not good.

[Code]...

this works the way I wanted but only because I experimented around and found the right values (or at least values that work). I would prefer to know how the whole system works

View 6 Replies

ActionScript 2.0 :: Menu With Categories From External File?

Oct 14, 2004

are there any good examples on how to create a menu which gets the menu points from an external source? i'm not a native english speaker - hope you understand what i mean.preferably with submenu points... (drop down or hierarchial)

View 1 Replies

ActionScript 2.0 :: Created An Xml Navigation And There Are Some Differen Categories In It?

Feb 22, 2005

I have created an xml navigation and there are some differen categories in it.But now I want that the button will have a color that is his categorie.I used this code:

Code:
if( menuItem[i].attributes.cat == "Vector work"){
var myColor:Color = new Color();
this.myColor.setRGB(0xff0000);
}
But that won't do nothing.

[Code]...

View 1 Replies

ActionScript 2.0 :: Menu With Categories From External File

Oct 14, 2004

are there any good examples on how to create a menu which gets the menu points from an external source? i'm not a native english speaker - hope you understand what i mean.

View 1 Replies

ActionScript 2.0 :: MovieClip - Button Will Have A Color That Is His Categories

Feb 22, 2005

I have created an xml navigation and there are some differen categories in it. But now I want that the button will have a color that is his categorie. I used this code:

[Code]...

View 1 Replies

ActionScript 2.0 :: F8 Xml Video Player - Categories Instead Of Drop Down Menu?

Feb 18, 2009

I have xml video player. In the xml playlists i can different categories. Which video category i want to play i chose that from the drop down menu. Is there a way to somehow get the code so instead of dropdown menu in playlist for the playlist categories i would like to have two separate buttons for categories insted of drop down menu?

View 1 Replies

ActionScript 3.0 :: Multi Level XML - Displaying Categories With Pictures

Sep 22, 2010

I have an xml that's looks like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<pics><category name="categoria1">
<image NAME="1" PATH="images/1.jpg" DESCRIPTION="SALAM"/>
<image NAME="2" PATH="images/2.jpg" DESCRIPTION="SALAM2"/>
<image NAME="9" PATH="images/3.jpg" DESCRIPTION="SALAM3"/>
[Code] .....

As you can see i have categories and inside the categories I have the pictures. What I want to do is every category to be displayed with a lower y position than the previous category. And in every category the picture to be arrange in the way presented in the picture below (x position for images = 0, the picture is just to make an idea).[URL]

My as3 code looks like this:
import fl.transitions.Tween;
import fl.transitions.easing.*;
var _total:int = 0;
var _categories:XMLList = null;
var _subCategories:XMLList = null;
[Code] .....

View 1 Replies

Actionscript 2.0 :: Adding Categories To Image Grid Viewer?

Apr 7, 2009

I've been working on Todd's Image grid viewer that can be seen here viewtopic.php?f=9&t=16158&p=82039

I wanted to add some category buttons so far its going well with the new xml.

Only I can't figure out the switch between the category button.

When i click on cat 1 Btn everything loads fine then when i click on cat btn 2 instead of reloading and "throwing" cat1 content away cat 2 content loads behind cat1 content...I hope that made sense.....

I have added the files, it's basically the same just a different XML and some tweaking on the XML load function. I didn't add the images since the file was to big, you can get the images from Todd's post. viewtopic.php?f=9&t=16158&p=82039

View 2 Replies

ActionScript 3.0 :: Make A Slideshow Holding 3 Images With 3 Different Categories?

Aug 13, 2009

I'm trying to make a slideshow holding 3 images with 3 different categories. The images is loaded through an XML-file.

My xml looks like this: (the number after IMAGE[] indicates the category)

Code:
<?xml version="1.0" encoding="utf-8"?>
<SLIDESHOW SPEED="2">
<IMAGE1 URL="images/1.jpg"/>
<IMAGE1 URL="images/2.jpg"/>

[Code]....

View 8 Replies

ActionScript 2.0 :: Adding Categories To Gallery With Thumbnails And Larger Pictures

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

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 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

Sorting Out Pop-up Windows

Mar 17, 2009

I have been deveolping my new site, which is in it's early stages and have most things working ok but i need to open new windows from buttons in the main swf file. please check out my link to see for yourself! new windows load in the same window ad the main swf. [URL] I have been using this code on the thumbs on my design and illustration sections

on (release) {
getURL("javascript:NewWindow=window.open('url.html ','newWin','width=1133,height=425,left=425,top=113 3,screenX=1133,screenY=425');NewWindow.focus();voi d(0);");
}
each of the thumb windows being a different specified size.

View 1 Replies

ActionScript 2.0 :: Sorting An XML?

Nov 26, 2003

Given an XML file similar to this:

Code:
<class>
<student>

[code].....

View 2 Replies

Flex :: Sorting An ArrayCollection?

Oct 21, 2009

Is there any way in Flex where in we can sort an arraycollection based on strings .I have a dataprovider with strings like "Critical" "High" "Medium" "Low" where in I need to sort it in such a way that I need Critical to be displayed on the top and next High , Medium and Low follows.

View 1 Replies

Flex :: Sorting Dates In Adg

Apr 4, 2011

I have an advancedDataGrid and I would like to sort the adg according one AdvancedDataGridColumn(studyDate) which use strings in format DD/MM /YYYY(I receive like this from the server):But i find another problem, I need to sort the columns of the adg the first time it displays so I used the following function but It doesn't sort from the recent day to old one, I do not know what I can I do cause I set sort.descending= true, any ideas?[code]

View 1 Replies

Flex :: Sorting - Get Value In ComboBox

Sep 26, 2011

I have a one comboBox that I fill as:
for (var key:String in values) {
conns.addItem(key);
}

After that I sorted my ComboBox as:
private function sortConnection():void {
var dataSortField:SortField = new SortField();
dataSortField.name = "data";
dataSortField.numeric = true;
var numericDataSort:Sort = new Sort();
numericDataSort.fields = [dataSortField];
conns.sort = numericDataSort;
conns.refresh();
}

And on finish I want to select item on my specific value in ComboBox. How can I do that? I try:
for (var ii:Number=0; ii<combo.rowCount; ii++) {
var item:String = combo.getChildAt(ii);
if (item == name) {
index = ii;
}}
But does not work. I do not know where I made mistake, and how I can select on specific item in my combobox.

View 2 Replies

Flash :: Sorting XMLListCollection?

Mar 28, 2012

I have been trying to sort an XMLListCollection following instructions like this for some time, without success. Here's the relevant code:

<fx:Declarations>
<s:HTTPService id="photoServ" url="pics.xml" resultFormat="e4x"/>
<s:XMLListCollection id="photoList" source = "{photoServ.lastResult.photo}"/>

[code]......

View 2 Replies

ActionScript 2.0 :: Get The Z Sorting To Work?

Jul 2, 2003

i just started with isometrics. i got the 3d to 2d coordinates working but i cant seem to get the z sorting to work.

View 2 Replies

ActionScript 2.0 :: Cant Seem To Get Z Sorting To Work

Aug 7, 2009

i just started with isometrics. i got the 3d to 2d coordinates working but i cant seem to get the z sorting to work. please check the fla if you have knowledge in the subject.

View 6 Replies

IDE :: Sorting Again Array Of Objects?

Sep 18, 2009

Trying to re-sort an array of objects from:
var arr:Array = new Array({num:0},{num:1},{num:2},{num:3})
to
var arr:Array = ({num:0},{num:3},{num:1},{num:2})

View 2 Replies

ActionScript 3.0 :: Sorting An Array Of MC's By X/y?

Mar 23, 2010

- Put a bunch of MC's on the stage distributed horizontally.

- Store them in an array.

- yourArray.sortOn("x", Array.DESCENDING)

- loop though the now "sorted" array and trace their x property.

Doesn't work, does it? If it did, shuffle them up and try again (sometimes, perhaps randomly they will be in order).

View 7 Replies







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