Flex :: Passing Values Between Functions

Jul 2, 2009

is there any way to locally define a variable in a function and then pass it to the oher function. I mean to say is it possible the pass a local value from one function to other function.

View 3 Replies


Similar Posts:


Flash :: Passing Values Through Functions In Mxml?

Feb 11, 2012

I currently have a basic application where we have multiple buttons, which have functions activated by "click" event listeners on those buttons. The issue is that each button does more or less the same function; just the data that is loaded for each button is different. How do I make it so I'm able to recycle the same function? In Javascript or AS3 something along these lines would be done...

<s:Button id="btn_1" x="378" y="601" label="Button 1" click="photoSwap(event,"image1.jpg")"/>
<s:Button id="btn_2" x="350" y="601" label="Button 2"

[Code].....

But that's obviously not how it works. I've tried trouble shooting the issue but haven't been able to find anything. It works when I have each button having its own function, but that seems really silly and shouldn't need to be done.

View 1 Replies

Flash :: Passing Values From 2 Flex Movies?

Oct 28, 2010

I have a flex compiled swf module inside my flex program I just need to pass it some values like I do it when I use chat.swf?username=john : that works !

I tried it with flex swfLoader and Image

SWFLoader source="../bin-debug/chat.swf?username=john"
Image source="../bin-debug/chat.swf?username=john"

This does not work: these values are not passed !

View 1 Replies

Actionscript 3 :: Flex Dynamically Changing Values Between Functions

Jun 3, 2011

I have a main mxml and 2 AS classes.In the main mxml I have a slider.I want to get the slider values in AS classes as I move the slider.

Main.MXML
import First;
import Second;

[Code]...

I could get the values from trace(dat)....I mean the date's as the slider changes. How could I use this changing values in function visualization()

View 1 Replies

Flex :: Passing Values To Function Using Alert Window?

May 12, 2011

I have a function that checks for something when the user clicks a button. if that something is found, an alert comes up saying that it has been found and asks them if they would like to allow this to happen, or undo the action that caused the something to be found. the code looks like this:

Alert.show(thisString1, "Conflict: Multiple Projects", 3, this, conflictAnswer);
upon pressing "Yes" or "No", the conflictAnswer function will be called... it looks like this:
private function conflictAnswer(event:CloseEvent):void[code]....

but it didn't work.

EDIt: After reading the first respond, i've come up with this:

answers[0] = cPositions[i][0];
answers[1] = cPositions[i][1];[code]..........

View 1 Replies

Xml :: Passing Dynamic Values To Xml File - Flex Fusion Charts?

Mar 18, 2011

<?xml version="1.0" encoding="utf-8"?>
<s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"

[code]...

how do i pass upperLimit="", dial value="" and maxValue="" values in colorRange dynamically from the flex side. i need these 3 values to plot on the angle gauge fusion chart

View 3 Replies

ActionScript 2.0 :: Multi-functions -values Of (12) And (21,39) Are Lost At The Geo And Geo1 Functions ?

Dec 2, 2004

in this example why the values of (12) and (21,39) are lost at the geo and geo1 functions

[code]...

View 11 Replies

ActionScript 3.0 :: Passing Functions Through Functions From Different Classes?

Dec 27, 2009

Let's I have a class Square that has a several functions. I want to call it from a class Grid, which is a group of Squares.So in the class file for Grid, how would I do this:

Code:
public function doSquareFunction(thisFunction:Function):void{
square1.thisFunction();

[code]......

View 8 Replies

ActionScript 2.0 :: Getting Values Out Of Functions?

Apr 19, 2004

I have a function that I want to get an array out of. Do I just return the array to the function, and when I call the function set it equal to a variable?

View 1 Replies

Flash - Passing Values From FLA To AS3

Mar 17, 2011

Can I pass values from fla to AS3. Example I have fla file where the xml faile loaded. Now I want to make button "Button 1" and "Button 2" now if I press the button it sent to AS3 values/variables.
private var xmlURL:String = "xml/Button1.xml";
After buttone 2 is pressed is
private var xmlURL:String = "xml/Button2.xml";

View 1 Replies

ActionScript 2.0 :: Passing Values Via URL?

Aug 17, 2010

I have committed to doing something that I thought would be really easy, but I can't get it to work.I want to be able to call an HTML page containing a Flash movie and have that Flash movie pick up a value from the URL of the page in which it sits.So, I want to create a link to the HTML page such as: then want the Flash movie on mypage.html to read in the value John and put it into the movie variable myname.I can see how to do it using pre-coded parameters as part of the HTML that loads the SWF, but I want the value to be determined by the calling link, not predetermined within the HTML on the movie page.I also don't want to have to create a dynamic HTML page for my movie if I can avoid it.

View 3 Replies

ActionScript 2.0 :: Values Used With Functions [renamed]?

Sep 11, 2005

For example:

myFunc = function (p1, p2) {}
Or:
myFunc = function (ab) {}

[code].....

View 3 Replies

ActionScript 3.0 :: Passing Functions From Different Classes?

Dec 27, 2009

Let's I have a class Square that has a several functions. I want to call it from a class Grid, which is a group of Squares.So in the class file for Grid, how would I do this:

Code:
public function doSquareFunction(thisFunction:Function):void{
square1.thisFunction();

[code].....

View 5 Replies

ActionScript 3.0 :: Passing Functions Between Classes?

Oct 27, 2009

This probably has a simple solution, but I'm a complete newb to actionscript and I could really use some guidance.I have a file, called Politismos.fla. The document class of this file is: com.plaidfox.PolitismosClassPolitismosClass.as is as follows:

ActionScript Code:
package com.plaidfox {
import flash.display.MovieClip;

[code].......

View 9 Replies

ActionScript 3.0 :: Passing Arrays Into Functions?

Dec 23, 2010

I have been told that it is dangerous to pass arrays into functions because doing so can cause memory leaks.Could someone please explain how and why this happens?

View 1 Replies

ActionScript 2.0 :: Passing Arguments To Functions?

Dec 31, 2002

i have a music jukebox, with ten buttons. in the first keyframe, of the main timeline, a put a function that will be used for every button to load the mp3 to play. The problem, is that when i pass the arguments on each button to call the function, the "filme" and "som" arguments are lost.

here is the function:

function carregaSom(filme, som, url, msg1, msg2, tempoComeco){
_root.createEmptyMovieClip(filme, 1)
som=new Sound(filme);

[Code].....

View 1 Replies

ActionScript 2.0 :: Passing Variables Between Functions?

Oct 16, 2007

I am building a flash photo gallery that is fed by an XML file, now I am fine with all of the XML things in flash, my problem comes when creating the thumbnail images onRelease event. Here is my code:

Code:
_global.counter = 0;
for (_global.counter = 0; _global.counter<itemArray.length; _global.counter++) {
//populate thumbnail array with URLS

[code]....

The problem is that when I release the mouse button I get a variable undefined error in the output window. I have researched and have found that my problem is that I can't pass a variable from the main function to the onRelease function.

View 3 Replies

ActionScript 1/2 :: Passing Values From Flash To PHP

Oct 19, 2009

I am using AS2 and passing some values from flash to php, flash files is on page file1.php values are passing fine, it pass values when user click button. When button is pressed
{ var myVal:LoadVars = new LoadVars();
myVal.flieName = "fileid1";
myVal.send("file1.php", "_parent", "POST"); }

When it pass the values, it refresh the page and Flash File is also refreshed and Flash file start from frame 1 and all the values on flash becomes default in other words when user click "file1.php" is submitted, so the page is refreshed What is the solution, that after passing values the page remains or flash remains as it is (not refresh the contents).

View 1 Replies

ActionScript 3.0 :: Passing Values To Swf While Loading?

Mar 24, 2010

i have done a template for an elearning project. in that iam loading a swf with in another swf when click on a lesson button. the second swf will load a xml file. I want chang the xml file name while loading the second swf within the first swfto pass the variable or a value while loading a swf within a swf. i got struct up.. iam in pressure

View 1 Replies

ActionScript 3.0 :: Passing The Values Using URL Into Swf File?

Jun 30, 2009

I have a scene in flash, where I have two movie clip buttons. Each button is labeled with "over", "down" and "up" state. I am using an URL with a variable at the end: [URL]. When the value is equal 1 I would like to see the "over" state on the first button.

I have following code in AS 3.0

Code:
// VARIABLES
var button = root.loaderInfo.parameters.button;
if(button == null)

[Code]...

But unfortunately it is not working. I created a dynamic text field, where I want to display the value of the variable I am passing, but I dont know why it is not updated, when I type the value in the address bar.

View 1 Replies

ActionScript 3.0 :: Passing In RGB Values To ColorTransform

Sep 10, 2009

How can I pass in RGB values to a ColorTransform object? I set the red, green, and blue multipliers but I'm not getting the desired results.The movieclip is grayscale originally and then i do this and all i get is black (it should be yellow):[code]I adjusted each color's offset to 0 and I still had the same results. Do I need to convert to hex values?

View 4 Replies

ActionScript 2.0 :: Passing Some Values From Flash To Php?

Oct 19, 2009

I am using AS2 and passing some values from flash to php,flash files is on page file1.php values are passing fine , it pass values when user click button

when button is pressed {
var myVal:LoadVars = new LoadVars();
myVal.flieName = "fileid1 ";
myVal.send("file1.php", "_parent", "POST");
}

Problem : when it pass the values , it refresh the page and Flash File is also refreshed and Flash file start from frame 1 and all the values on flash becomes default in other words when user click "file1.php" is sumbitted , so the page is refreshedWhat is the solution , that after passing values the page remains or flash reamins as it is ( not refresh the contents )

View 1 Replies

ActionScript 3.0 :: Passing Values Through XML Files

May 21, 2010

What I'm trying to do is this: "profilename" is the name of the attribute in the XML file I want to pull from. The XML file looks like this:

[Code]...

I'm trying to pull from the profilename attribute in the test.xml file, so I'm wondering if it's possible to pass in a value/argument in the addEventListener function as I defined above. Is this possible at all to do? I hope my explanation makes sense.

View 2 Replies

ActionScript 3.0 :: Passing Values To Another Class?

Feb 8, 2011

Passing Values From One Class To Another.

This this not seems a difficult tusk to understand.

I can able to connect classes to each other. But the thing is that, when I am going to construct some logic to load and hold xml data and only fetch the correct child object from it, I stumped.

Here is the starter:

I connect loadXML.as to Main.fla from Properties Panel.

loadXML.as
ActionScript Code:
package {
import flash.display.Sprite;

[Code].....

View 5 Replies

ActionScript 3.0 :: Passing Values Between Packages

Jun 23, 2011

i'm trying to make a mobile app in flash,for that i have created a class of Thumbstick(which is linked wid theMC Thumbstick ) which will allow us to move the object Floty which is also linked wid the class Floty.

ThumbStick.as

ActionScript Code:
package 
{
import flash.display.Sprite;
import flash.events.TouchEvent;

[Code].....

1119: Access of possibly undefined property _degrees1 through a reference with static type Class.

View 4 Replies

ActionScript 2.0 :: Passing Values From Php To Flash 5?

Aug 5, 2002

I need to know how to get my graphical PHP counter's value from PHP into flash 5.

View 3 Replies

ActionScript 2.0 :: Passing Radiobutton Values To PHP?

Nov 17, 2005

I have a movie clip called form with 3 input boxes in it, I then pass these variables to a PHP page that emails them out to a specific email address, all well and good and this works fine.

However, I need to add a yes/no query to the form using radiobuttons, what I can't figure out is how to actually grab the variable for the radiobutton in the PHP, I had originally believed that the variable would just be the groupname of the radiobuttons however this doesn't work.

I suspect the radiobuttons variable isn't actually being passed to the script at all

For the record I'm using MX2004, AS2.0 and the submitting code on my submit button is:

on (release) {
form.loadVariables("/testarea51/email.php", "POST");
}

View 1 Replies

ActionScript 2.0 :: Way Of Calling The Php And Passing In Values

Jul 12, 2006

I'm trying to call a php file from a MovieClip, only problem is I need to pass some data to the php file for it to generate the appropriate HTML.I've tried getURL() with POST and GET values but the values I need to send aren't on the _root timeline so it doesn't pass the values I need.What would be ideal is some way of calling the php and passing in values of your choice.

View 3 Replies

ActionScript 2.0 :: Passing Values To SWF On Runtime?

Apr 18, 2007

Setup: 2 iframes (one has a php-generated list, the other my swf)

So this is what I want to do: Clicking on an item in the list has to pass info to the SWF file without reloading it. I think I heard / read that this is possible with JavaScript.

Thing is, it needs to be quick... hence the "JavaScript / no reload" approach. Otherwise I was thinking to just have the PHP-iframe reload itself when clicked and create something like a server-side cookie (a tiny text file with the choice) and have the SWF check for that file.

That would mean I could avoid using JavaScript (simply for security / compatiblity reasons) but it would be slower responding sind I wouldn't want to let the SWF check more often than once every 10 seconds or so (server load, etc).

View 2 Replies

ActionScript 2.0 :: Passing Values From URL To Flash?

Sep 24, 2007

I'm making a Flash invitation to a party, and I want to send it via e-mail.So I want to pass a variable to Flash in the URL like this:

[URL]

Flash contains a list of people invited to the party. So when Flash reads nameID = 23 it shows the name linked to # 23.E.g. "Dear Thomas, please come to my party bla bla bla..."This way I only have to change the nameID in the e-mails I send.

HTML Code:
<param name="movie" value="invitation.swf" />

With this:

HTML Code:
<param name="movie" value="invitation.swf?nameID=23" />

But it is hard coded and I don't know any javascript. make a script, that takes the nameID from the URL and puts it behind the "invitation.swf" in the index.html file?

View 2 Replies







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