ActionScript 2.0 :: Grabbing The Position Of A Value In An Array?
Dec 21, 2005
Okay, what I want is kinda hard to explain, so bear with me.If I have an array:Code:myPets = ["cat", "dog", "bird", "fish"];Now, is there any AS that can use the value of say "dog", and return the position that "dog" is in the array, I know this seems a bit stupid and dog is obviously myPets[1], but when I'm creating arrays on the fly it becomes slightly harder.
View 3 Replies
Similar Posts:
Mar 23, 2010
I put my mc's in an array.I have another array with strings.when the mc is clicked I want to get its position in the mc array and return the string from the same position in the string array.How do I do that?
PHP Code:
var numBtnArray:Array = new Array;
function addNumButtonsToStage():void{
[code].....
View 4 Replies
Aug 11, 2011
when i run get lastIndexof for an array I get returned the the size of the array instead of the position here is the code:[code]but instead of returning the last index of it before the current index, it returns the current index (or jus the array length). help!!! it is my first time using lastIndexOf so I am probably using it incorrectly.ps this does not include some of the function run (i know i am passing a value which it does not look like i am using, but i know that part of the code works)
View 5 Replies
Jul 13, 2011
I am tasked with trying to do a slideshow of sorts, and I need to pull the filename of the slide from an xml file and display it, as well as display the appropriate slide notes in a text box.
the xml file they gave me is formatted as below, and with my current code (also below) I'm able to (trace) list all the file names, but I am missing how to address the filename on just one slide � say, slide 1, so I can then load it into a loader.
here's my code
Code:
import flash.net.URLLoader;
import flash.events.Event;
import flash.net.URLRequest;
[code]....
View 1 Replies
Nov 13, 2009
I have a flash menu that needs to play a different scene depending on which page it is embedded into. So I need the it to grab the URL of the html page it is on and do some simple test on it to figure out what scene it should be on. *For the record, I tried to do it without scenes but the frame jumping started doing some cracked out things
Code: (on a single empty frame in Scene 1) import flash.external.ExternalInterface; var urlPath; urlPath = ExternalInterface.call("window.location.href.toStr ing()"); getURL("javascript:alert('"+urlPath+"');"); if (urlPath == "http://www.awesome.com/Portfolio/portfolio.html"){ gotoAndPlay("Scene 3", "portfoliopage"); } else if (urlPath ==
[code]....
Somehow, my urlPath isn't getting the correct value, and therefore the if-else latter isn't functioning appropriately. I am posting the website on my test server, so the http addresses are correct, and the if-else latter functions perfectly when I just change the conditions to 'true'/'false', so neither is the problem. The problem is that the alert shows me that the value of urlPath is undefined, and so then all conditions in the latter evaluate to false.
View 5 Replies
Apr 28, 2010
I can't seem to find anything that tells me how to do this.Is there a way to grab the name of a symbol on the stage? Not the instance name but the name that it has in the library.
View 2 Replies
Mar 23, 2009
I'm having trouble adjusting to the way functions pass in AS3. How come when I say "this" it doesn't know I'm refering to AudioTrack?
PHP Code:
var AudioTrack:Object = new Object();
AudioTrack.myVar = "Hello";
AudioTrack.onComplete = function(){
[Code]....
View 2 Replies
Aug 26, 2011
I'm getting my head around XML E4X in Actionscript 3 and been looking at Senocular's article about filters [URL] for a better way of validating the code below?
Essentially I want to check the profile nodes exist and if theres a profile node with a matching locale attribute (passed via FlashVars), and if not it grab the text of the first node. Anyway heres the code snippet and my XML is below:
function addInfoBubble(countryName:String, countryDataXML:XML):void {
// (theres other non related code here)
if(countryDataXML.achievers.achiever[0].profile as XMLList && countryDataXML.achievers.achiever[0].profile.length() > 0){
[Code].....
View 1 Replies
Jun 27, 2009
grabbing / formating a string.My mission is connecting to a web site - let's say domain.com/one.html - which returns the following html code:
Code:
<HTML><meta http-equiv="Pragma" content="no-cache"></head><body>1,1,4,20,1,128,Harry J. All Stars - The Liquidator</body></html>
What I am looking for is a actionscript function which returns the text after the 6th comma - in this case:
Harry J. All Stars - The Liquidator
The thing is: The numbers are always different, but the text I want to "grab" and "show" in mytext.text (dynamic text) is ALWAYS present after the 6th comma.
View 1 Replies
Nov 10, 2009
I'm used to flash grabbing an xml file that's manually edited with image file paths. Is it possible for flash or xml to automatically grab images that are in a specific folder?
View 2 Replies
Jan 14, 2010
I am building a flash component to be embedded on an html side - the flash will include buttons to 'share' - i.e. on facebook, twitter, etc. I want to be able to grab the URL of the page and put it into the coding on the button.
Currently the button says:
tweetbtn.onRelease = function() {
getURL("http://twitter.com/home?status=Check Out This Company at www.thiscompany.com",
[code]......
View 1 Replies
Sep 16, 2009
I'm not sure if you able to do this or not. But basically I want to be able to grab text off a website (not the one the SWF is hosted on).
I have several sites from which I am making small amounts of money online.. I want to make a small app that loads the URL and searches the pages for the spot where the money is listed, then add them all up to shorten me having to consistently check each. The app could refresh loads, say every 30 seconds or so. Is there a way to do that?
Another example would be to make a text box in flash that displays the headline of an article on CNN.com
I did the like with loading XML from other pages, but what I want to do just involves grabbing any said text from a site.
View 2 Replies
Jun 11, 2005
I have 36 buttons on my stage that are named [thumbBut0, thumbBut1, thumbBut2,..., thumbBut35]. Each button is a thumbnail image. I want to have it so that when the user clicks on a given thumbnail, the full-sized image corresponding to the thumbnail gets loaded and viewed...yada, yada, yada... So, if the user clicks on thumbBut25, the 25th image gets viewed...
My question: is there some cool way that I could avoid writing 36 different (although they would be similar) "_level0.thumbButXX.onRelease = function()..." type things for each of the 36 buttons. In other words, when the user clicks the instance "thumbBut25" something grabs the "25" part out of the instance name, converts it to an integer, and passes it on to a function that loads up the image that corresponds to "25"?
View 3 Replies
Feb 21, 2007
I need to trace out the variable currentClip from the following code that is in an external swf. The parent swf calls the external swf empty_mc via loadclip.
[AS]
function setNextClip():Void
{
currentClip = clipArray[iterator];
[Code]....
View 4 Replies
Mar 19, 2010
I'm trying to create a website that will grab content from a MYSQL database, and display it inside of a dynamic text field in Flash. There are several buttons on the page, and I want each button to grab different information depending on id #. So far, I've done a few tutorials both here and elsewhere, and I've finally figured out how to get the Flash to connect to the database, but I'm not sure how to get info based on the id. My current database only has two columns: id & home_body with one row. I want to add more rows to this soon so I'll have something like this:
id | home_body
1 | info <-button 1 grabs this
2 | info <-button 2 grabs this
Here's my code thus far:
AS3:
// this code gets the home page data from the database for display
var homePageText:String;
// Assign a variable name for our URLVariables object
var home_variables:URLVariables = new URLVariables();
[code]....
View 3 Replies
Dec 27, 2010
[URL]..and I wanted to duplicate the effect and turn it into something.. I don't know, something. I just want to get it to work!
It's been a while since I did AS3 programming, so excuse me for being a bit rusty. I loaded a .mov as a FLVPlayback exported it as movie.swf and in the main.fla I made an URLRequest for the .swf. I then did all the silly math things that strobes it, and it all works out when I have an image, but with the movie.swf I just can't get it to work.
With the image it's just a matter of copying the bitmap and repositioning it. But how do I capture a still of the playing .swf?
I am a little bit lost within all the CopyPixels and BitmatData's and I just can't get it to work.
To make it short:
- I want to load a movie (a .mov in this case)
- I want in every frame to capture the frame of the playing movie and duplicate it/reposition it
View 1 Replies
Jan 9, 2012
I simply don't understand why now at the end of my project, the last 5 frames are giving me such trouble. I have five scenes. The first scene plays fine. Second scene plays fine until just the end, then it grabs audio from the third, fourth and fifth scenes and starts playing them. Here is the site: [URL] (it is a site for children in Swedish) if you click the 3rd button to the right (3 Delan) you will notice that the sound starts truncating and then starts grabbing and placing into scenes before the next scene.
View 1 Replies
Mar 28, 2009
After 2 nights of *almost* getting it I realized that Flash's RegExp doesn't support lookbehinds. Here are the 3 scenarios:
1) [URL]
2) <a href="http://example.com">http://example.com</a>
3) <br><br>http://example.com<br><br>
Basically what I want to happen is to ignore scenario #2. I know the solution, but I can't seem to nail it. All that needs to happen is to select the http (and everything after that) as long as it's not preceded by a "> or =", but since I don't know a way for RegExp to look backwards, I'm sort of at a loss. Here's hoping that someone has run into this issue before
View 5 Replies
Apr 27, 2007
Is it possible to get the color being used in a dynamic textbox through actionscript? I am formatting the textbox with css and I want another element in my movieclip to match whatever color the text is in that textbox dynamically. Ive tried everything I can think of.
View 4 Replies
Mar 3, 2010
How can I use the data in an array at position 0 as a piece of information in a gotoAndPlay command?
myMovieClip.myArray[0].gotoAndPlay("labelName");
Actual Code:
var myMenuArray = [home, about]; //1 button duplicated with instance names to reflect
for each (var btn in myMenuArray){
btn.addEventListener(MouseEvent.CLICK, onBtnClick);
} var detectArray:Array = new Array();
function onBtnClick (event:MouseEvent):void{
transition.visible= true;
[Code] .....
View 1 Replies
Apr 17, 2009
I have two arrays thumbs and images, both the thumb and image are added to the same index in their arrays, so thumb[0] is the thumb of image[0]but what I need to do is get the index position of the clicked item, how do i do this?
new_carousel_item.addEventListener(MouseEvent.CLIC K, getValue);
new_carousel_item.buttonMode = true;
thumbs.push(new_carousel_item);
[code].....
View 7 Replies
May 3, 2009
Is it possible to call a function to tell me if a var string is in my array. And if so, what position it is in?I pictured it to look something a little like this:
Code:
var pages:Array=['index','services','about','testimonials','contact'];
var pageName:String;
pageName="services";
[code]....
View 1 Replies
May 20, 2009
i have an array and want to access the position of the array and replace by anothernumber,how i wan do it.
var cardlist:Array = new Array();
for(var i:uint=0;i<16/2;i++) {
cardlist.push(i);
[code]....
View 1 Replies
Jan 15, 2010
I notice that about 4 times through out, who ever coded it used letters in addition to numbers in an arrays position.
Code:
risksArray["r"+element.@riskCode] = whatever;
but throughout the whole thing, he always refers to the array positions the same way.. so I can't figure out why he would possibly just add an r to the beginning like that.How does that work? Why would someone do it?
View 4 Replies
Dec 24, 2010
1. let's say I have an array full of mcs, is there a fast way of knowing the position of mc_b in that array without looping through it every time?
2. also, is there a fast way of swapping the position of two elements in an array without splitting it and re-sticking the parts?
View 8 Replies
Feb 28, 2011
Code:
var myArray = [];
myArray[6] = new myClass();
[code].....
View 4 Replies
Apr 16, 2005
figure out how I can get the position of a string inside an array.For instance,myArray["hello", "goodbye", "sayonara"];myString = "goodbye";Whats the simplest way to get the index in myArray that myString occupies (ie. 1)? Something like the string-method indexOf() but for arrays
View 10 Replies
Aug 30, 2004
I found the tutorial about getting the index of something in an array, but i need the same for a twodimensional array, so i get [0][1] for example. How do i alter this code to do so?
Code:
Array.prototype.getIndex = function(data) {
for (i=0; f=0; i<this.length; ++i; ) {
if (this[i] == data) {
[Code]....
View 1 Replies
Aug 10, 2011
way to position an array containing movie clips relative to the stage? Here's what I was trying...
import flash.display.MovieClip;
var one:MovieClip = new One();
addChild(one);
[code].....
View 5 Replies
Feb 28, 2012
I want to access a paricular array item regardless of position useranswers.splice(indexOf("ans2",1) This dosent work but basically i want to use indexOf and then splice that item?
View 1 Replies