IDE :: XML File In Order?
Mar 12, 2010Why doesn't this code go through the XML file in order? It should go through the XML file and display the images/comments as they are ordered in the XML file.
[Code]...
Why doesn't this code go through the XML file in order? It should go through the XML file and display the images/comments as they are ordered in the XML file.
[Code]...
I would like to change tag order in my xml file... based on the tag <order> for example I have xml file
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<list>
<material>
<title>Something 2</title>
[code]....
know if there's any order associated with getDirectoryListing()? I have a need to always grab the latest image from a folder. It looks like getDirectoryListing() always places the latest file last in the array it returns, but I'd like to verify if possible.
View 2 RepliesI am creating an order form for my flash site. I have never done this before in flash but I have in visual basic. I have a few questions:
1. Is assigning variable names to checkboxes and radio buttons the same as in visual basic? I mean i know that you probably assign them in the properties. ex..say i name a radio button 'radio1', to run a check in my actionscript whether radio1 was checked or not would it be something like if(radio1){}
2. After the person fills out the form I would like to have the results of the order sent to a pre-specified email adress in a certain format. What would be a good way to do this?
I try to load 4 pictures. Loading is fine but the order is reverse.This is the code:
function showThumbnail(id:String, xmllist:XMLList):void{
var pics:XMLList = xmllist.(@name == id).*;
for each(var i:XML in pics.pic){
var loader:Loader = new Loader();
[code]....
The "I" is the picture index. I think the order should be 1.png 2.png 3.png 4.png just like the order of the xml ~~This is the output:
I:1 mc.x:11 mc.y:27 file:///D|/works/Flash/thumbnails/4.png I:2 mc.x:11 mc.y:210 file:///D|/works/Flash/thumbnails/3.png I:3 mc.x:11 mc.y:393 file:///D|/works/Flash/thumbnails/2.png I:4 mc.x:11 mc.y:576 file:///D|/works/Flash/thumbnails/1.png
i would like to load a flash file in order to use it's functions and classes. i would like that this file will be never cached. how can i do that ?
View 1 Repliessorting number Ascending Order and Descending Order tutorial with out useing sort property[Array sorting like 91,3,5,4,6,8,3,6,1,0]
View 6 Replies[code]how to do Ascending Order and Descending Order this array merge(don't use sort property)
View 1 Repliesloading 2 external swfs into one main file using 1 preloader, I have figured out how to get the preloader to handle the correct # of bytes loaded and such but my 1st swf I want to load onto the stage is a video file and I want it as the background but I don't want it to start until after they are both (the video and main file - 2 external swfs) loaded and then I want to start the video and place it on the stage first, then place the main swf on the stage.
I can get the order right if I place them into my load complete function but then my buttons don't work on the main file.
Here is the code:
var bytesLoadedVidBG:Number = new Number();var bytesTotalVidBG:Number = new Number();var loader0:Loader = new Loader(); // load video BGvar loadedSWF0:Object;loader0.load(new
[Code]......
I'm trying to create a custom order form(for a printing company) where the user can select their product, enter their credit card details and then upload the file. I've created the combo box & user input text fields. Now what I want is that when user clicks the submit button:
1. A mail is sent to the admin which contain all the details about the form that was filled by the user.
2. The file that is uploaded by the user should also be sent as attachment in the same mail. I'm not able to figure out how to add the feature of file upload in ActionScript.
3. This one is optional, but will add value to me if possible. The website is developed in Wordpress. Can we have a feature where a logged in user can save his order and come again later and retrieve his order form.
I have the following script and I would like to modify it: 1.On this file I need to type the name of some video Albums in order to be displayed in the SWF file. 2. What I wanr is that this file read the specific folder and read the directories which they will be the names of the Albums
How can I do this?One more thing is that this file was created to work with Flas CS3 and I am trying to test it with CS5.
[code]...
I have an array, and I add info dynamically into it. I need some way to re-order the array into ascending order.
Another thing. How can I add a value in the first position of the array pulling keeping all the other values jumping to the next position.
I want to create music Visualization in flash by reading the musicXML file.Is there some sort of a class that reads it? or a help guide to understand the musicXML structure and how to use it in order to visualize its music?
View 1 RepliesIve got text in arabic in Word doc, written right to left (its times new roman font, arabic characters). when I copy & paste in XML, it reverses the direction, becomes left to right.
Im using word 2003 & adobe CS3 .i need to load xml file in Flash .
I am making one flash project for online shopping. When the "Order" button is pressed the info is send to php file which sends info to the owner e-mail address, so he can review the order and confirm it. So he problem comes when the client types something in cyrillic and in the received mail it comes as "?
View 4 RepliesI've noticed that the Tab Order function doesn't work anymore since CS4? Is this a know bug or is something changed in how to use this function?
View 8 RepliesI am trying to make an interactive flash application that works by detecting mouse overs and clicks on various buttons/movie clips and then moves to the appropriate part of the time line. But I am having an issue when I use more than one addEventListener in any one frame. I have attached the code for one such frame below. When I comment out the addEventListner and the other code relating to the followBall function this works fine and directs the user to frame Inlet_Valve_Open_Frame but now only the followBall function is working and when i try to click on the Inlet_Valve_Button movie clip nothing happens.
Can someone please help. I have never read all the help files on the adobe flash CS3 as i don't have time and i have built this code up based on examples i have found online. I wanted to include my fla file but it's to big 6Mb. But i have attached the swf so you have an idea what i am doing.
[Code]...
I did a banner in flash CS3. I did 8 things and you see them one after the other one. The first time that it plays it goes on the right order but after it finished, when it normally has to start playing again, it plays in wrong order (the first then the third, the last, the second again the first, last and so on), it just does what he wants and not what I did.
View 1 Repliesis it possible to play a movie clip (or simply, main timeline) in reverse order e.g. suppose, there is a movie clip, few frames in that, of course it will play from first frame to end frame, and also, i want them to play from end frame to first frame.
View 8 RepliesI use an XML derived with PHP from a MySQL database to loop through a series of pictures.The XML I get from a database query gets sorted in the wrong order.I try to sort it by orde (is a columnname) but it keeps sorting by the ID. This is the PHP code to create the XML:
$link = mysql_connect("localhost", "xxxx", "xxxxxxxxx");
mysql_select_db("xxxxxxxxxxx");
$query = 'SELECT * FROM gallery WHERE categorie = "dessin" ORDER BY "orde" ASC';
[code].....
I've created a form with 4 input text fields taken from the components.I've tested it and I've seen that pressing tab the cursor doesn't move through the correct input text order but it does like this:1st field2nd fieldsomewhere else (I can't see where)3rd field4th field
View 3 RepliesI have a little trouble in managing the children my container. The fact is that it has a lot of children and their y coordinates are very random.
Is there anyway i can order them by y coordinates that the lower will be in the front and the higher with be in the back?
is it something that that I can do with 2 "for"?
I'm making a flash application in which I need to disable the Tab key for flashs tab order and instead make my own tab order.
There are too many textFields that need to be in the order, and there can be too many changes to name everything with tabIndex 1, 2, 3 etc.
What I want to do is (probably) to use the Selection.setFocus every time the tab key is pressed and change the focus to the next Textfield that I have in my array for the current page.
I cant find out how to "disable" flashs own tabing when the Tab key is pressed.
Problem:I want to be able to run functions in a certain order from an array. The code below is a non-fat version of what I want to accomplish. The problem appears when thefunction(scream_name) runs. Flash makes the passed variables into one variabel; sname = "John", "Doe" and lname = undefined.
Code:
function run_func(func,vars){
func_ready = func(vars);
[code].....
I have 2 arrays that contain the same values but in a different order. i'd like to reorder the first array like the second one but i have no ideas how to do that easily.
View 2 RepliesI'm loading swf's via an XML file. I'm wanting them to be added onto the stage in the same order that they appear in the XML. The problem that I'm having is that they are added to the stage only when they are fully loaded.
This is my xml (_config.xml)
<campaign>
<component SWFsource="logo.swf"/>
<component SWFsource="gallery.swf"/>
[code].....
I have some *.swf files, and I want that they upload in page in random order or by order.Its easy to make with JS when we have *.gif. I want to make the same with *.swf.
View 5 RepliesI have an array [0,1,2,3,4,5,6,7,8,9,10]. I want to reorder it so it looks like the following: [0,10,1,9,2,8,3,7,4,6,5]
View 3 RepliesIm loading in tumbnails from an XML. Now they appear in a random order, i want them to be in the order they are in the XML file.
Quote:
thumbNails_xml.onLoad = function() {
var listenerArray:Array = new Array();
var tempArray:Array = thumbNails_xml.firstChild.childNodes;
var tnLoader_mcl = new MovieClipLoader();
[Code].....
In AC2, I am trying to load .swf files in to a movie.
I know how to load them, and I can load them at random. But what I want to know is, if I have say 500 movies, named movie_0.swf movie_1.swf movie_2.swf etc...
is there a way I can load them ten at a time, in order of highest number to lowest number. In a specific location.
In other words, I want to be able to have many external swf movies, about 400px wide by 100px tall, and load 10 at a time in to a 800px wide by 1200px tall movie, 10 movies at a time, in order of highest to lowest movie name number. Each in a specific place, with a next and precious button to show the next 10 or last 10.
Im basically working on my first site, and want to use something like this so I can show my latest articles first when someone clicks on the articles section of the website.
Now resolved with AS3
PHP Code:
var loaderone:Loader = new Loader();
loaderone.contentLoaderInfo.addEventListener(Event.COMPLETE, loadedone);
loaderone.load(new URLRequest(prefix + totalfiles-- + ".swf"));
function loadedone(one:Event):void
[Code].....